Skip to content

Commit

Permalink
chore: remove "ftl schema generate"
Browse files Browse the repository at this point in the history
This is no longer used
  • Loading branch information
jvmakine committed Jan 7, 2025
1 parent 1b3cb6b commit ffd3b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 189 deletions.
7 changes: 3 additions & 4 deletions frontend/cli/cmd_schema.go
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."`
}
185 changes: 0 additions & 185 deletions frontend/cli/cmd_schema_generate.go

This file was deleted.

0 comments on commit ffd3b76

Please sign in to comment.