diff --git a/internal/cmd/schema.go b/internal/cmd/schema.go index 6852321..f8122c0 100644 --- a/internal/cmd/schema.go +++ b/internal/cmd/schema.go @@ -35,9 +35,6 @@ func registerAdditionalSchemaCmds(schemaCmd *cobra.Command) { schemaWriteCmd.Flags().String("schema-definition-prefix", "", "prefix to add to the schema's definition(s) before writing") schemaCmd.AddCommand(schemaDiffCmd) - - schemaCmd.AddCommand(schemaCompileCmd) - schemaCompileCmd.Flags().StringP("out", "o", "", "output file relative path") } var schemaWriteCmd = &cobra.Command{