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.
This is no longer used
- Loading branch information
Showing
2 changed files
with
3 additions
and
189 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.