mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 03:56:36 +00:00
Feat: add uischema manage command (#3021)
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user