Added: ctl create controller
This commit is contained in:
@@ -44,7 +44,7 @@ func NewRootCmd() *cobra.Command {
|
||||
versioncmd.NewCmdVersion(),
|
||||
initcmd.NewCmdInit(flags),
|
||||
checkconfigcmd.NewCmdCheckConfig(),
|
||||
createcmd.NewCmdCreate(),
|
||||
createcmd.NewCmdCreate(flags),
|
||||
agentcmd.NewCmdAgent(flags),
|
||||
controllercmd.NewCmdController(flags),
|
||||
internalcmd.NewCmdInternal(),
|
||||
|
||||
Reference in New Issue
Block a user