-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zed schema compile command #432
base: main
Are you sure you want to change the base?
Conversation
2dab9d0
to
4137a50
Compare
8790ef6
to
df339c4
Compare
Evan pointed out that absolute paths don't seem to work, and that seems like a sane use case. I'll fix that. |
.gitignore
Outdated
|
||
# Local-only files | ||
go.work | ||
go.work.sum | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think these need to be ignored 3 times?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I still haven't figured out merge conflict resolution with jujutsu 😅
6d1285d
to
9afa309
Compare
9afa309
to
49a926e
Compare
Description
This is the first pass of the
zed schema compile
command. It adds it under apreview
subcommand so that we can release to the public without setting an expectation that the API is stable. This should allow us to do releases and get feedback without locking ourselves onto a particular course.Changes
cmd
andcommands
Testing
Run
go build ./cmd/zed/...
and then run./zed preview schema compile --help
and see that it's working