We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6628b23 commit d8d411aCopy full SHA for d8d411a
internal/cmd/root.go
@@ -184,6 +184,8 @@ func addSubcommands(cmd *cobra.Command, params *types.CmdParams) {
184
cmd.AddCommand(project.NewCmd(params))
185
cmd.AddCommand(rabbitmq.NewCmd(params))
186
cmd.AddCommand(redis.NewCmd(params))
187
+ cmd.AddCommand(routingtable.NewCmd(params))
188
+ cmd.AddCommand(securitygroup.NewCmd(params))
189
cmd.AddCommand(secretsmanager.NewCmd(params))
190
cmd.AddCommand(serviceaccount.NewCmd(params))
191
cmd.AddCommand(ske.NewCmd(params))
0 commit comments