generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove "ftl schema generate" (#3921)
This is no longer used --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1b3cb6b
commit 526f9b8
Showing
4 changed files
with
3 additions
and
202 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
package main | ||
|
||
type schemaCmd struct { | ||
Get getSchemaCmd `default:"" cmd:"" help:"Retrieve the cluster FTL schema."` | ||
Diff schemaDiffCmd `cmd:"" help:"Print any schema differences between this cluster and another cluster. Returns an exit code of 1 if there are differences."` | ||
Generate schemaGenerateCmd `cmd:"" help:"Stream the schema from the cluster and generate files from the template."` | ||
Import schemaImportCmd `cmd:"" help:"Import messages to the FTL schema."` | ||
Get getSchemaCmd `default:"" cmd:"" help:"Retrieve the cluster FTL schema."` | ||
Diff schemaDiffCmd `cmd:"" help:"Print any schema differences between this cluster and another cluster. Returns an exit code of 1 if there are differences."` | ||
Import schemaImportCmd `cmd:"" help:"Import messages to the FTL schema."` | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.