Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tstirrat15
Copy link
Contributor

@tstirrat15 tstirrat15 commented Oct 30, 2024

Description

This is the first pass of the zed schema compile command. It adds it under a preview 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

  • Add workfiles to gitignore
  • Add readme section on difference between cmd and commands
  • Add preview command for schema compilation

Testing

Run go build ./cmd/zed/... and then run ./zed preview schema compile --help and see that it's working

go.work Outdated
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This'll be removed before merge.

go.work.sum Outdated
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This'll be removed before merge.

@tstirrat15 tstirrat15 force-pushed the add-zed-schema-compile-command branch 2 times, most recently from f2370de to 2dab9d0 Compare January 3, 2025 20:49
@tstirrat15 tstirrat15 force-pushed the add-zed-schema-compile-command branch from 2dab9d0 to 4137a50 Compare January 3, 2025 20:50
@tstirrat15 tstirrat15 marked this pull request as ready for review January 3, 2025 20:58
@tstirrat15 tstirrat15 marked this pull request as draft January 3, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant