mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
Co-authored-by: Priyanaka Kotturi
This commit is contained in:
@@ -87,6 +87,7 @@ func ClusterCommandGroup(f velacmd.Factory, order string, c common.Args, ioStrea
|
||||
return nil
|
||||
},
|
||||
}
|
||||
cmd.SetOut(ioStreams.Out)
|
||||
cmd.AddCommand(
|
||||
NewClusterListCommand(&c),
|
||||
NewClusterJoinCommand(&c, ioStreams),
|
||||
|
||||
@@ -82,6 +82,7 @@ func DefinitionCommandGroup(c common.Args, order string, ioStreams util.IOStream
|
||||
types.TagCommandType: types.TypeExtension,
|
||||
},
|
||||
}
|
||||
cmd.SetOut(ioStreams.Out)
|
||||
cmd.AddCommand(
|
||||
NewDefinitionGetCommand(c),
|
||||
NewDefinitionListCommand(c),
|
||||
|
||||
@@ -56,6 +56,7 @@ func NewWorkflowCommand(c common.Args, order string, ioStreams cmdutil.IOStreams
|
||||
Args: c,
|
||||
Writer: ioStreams.Out,
|
||||
}
|
||||
cmd.SetOut(ioStreams.Out)
|
||||
cmd.AddCommand(
|
||||
NewWorkflowSuspendCommand(c, ioStreams, wargs),
|
||||
NewWorkflowResumeCommand(c, ioStreams, wargs),
|
||||
|
||||
Reference in New Issue
Block a user