Open
Conversation
✅ Deploy Preview for atd-vze-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
johnclary
commented
Jan 9, 2026
| parser.add_argument("-f", "--filename", required=False) | ||
| parser.add_argument( | ||
| "-a", | ||
| "--apply", |
Member
Author
There was a problem hiding this comment.
i considered trying to mirror the hasura CLI more closely such that we could use apply instead of --apply, but it would take some light refactoring of the parser setup to use suparsers. maybe i should go ahead and do that now?
./vision-zero local-stack-up apply
Member
Author
|
Revoking my review request until I have a chance to update our documentation as well |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Associated issues
street_levelscolumn and drop old columns from db atd-data-tech#26248Two local dev changes here:
--applyflag with anyvision-zerocommand that starts the graphql engine.Testing
requestsif it's not already installed.--applycommand ✨locations.street_levelno longer exists:/databasedirectory, verify the DB state matches what you expect:Nice, your DB is now persisted!
Finally, start the VZE and head to the location details page to verify updated street levels column looks good. E.g. http://localhost:3002/editor/locations/153D618A97.
Ship list
mainbranch