Feat: add uischema manage command (#3021)

Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
barnettZQG
2021-12-30 14:38:00 +08:00
committed by GitHub
parent a1b1d4a6f8
commit f468814371
7 changed files with 268 additions and 1 deletions
+3 -1
View File
@@ -90,7 +90,6 @@ func NewCommand() *cobra.Command {
// Workflows
NewWorkflowCommand(commandArgs, ioStream),
NewRegistryCommand(ioStream),
NewTemplateCommand(ioStream),
NewTraitCommand(commandArgs, ioStream),
@@ -113,6 +112,9 @@ func NewCommand() *cobra.Command {
// cluster
ClusterCommandGroup(commandArgs, ioStream),
// ui schema
NewUISchemaCommand(commandArgs, ioStream),
// Helper
SystemCommandGroup(commandArgs, ioStream),
NewCompletionCommand(),