Skip to content

Commit d8d411a

Browse files
committed
feat(iaas): onboard routing-table command
1 parent 6628b23 commit d8d411a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/cmd/root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ func addSubcommands(cmd *cobra.Command, params *types.CmdParams) {
184184
cmd.AddCommand(project.NewCmd(params))
185185
cmd.AddCommand(rabbitmq.NewCmd(params))
186186
cmd.AddCommand(redis.NewCmd(params))
187+
cmd.AddCommand(routingtable.NewCmd(params))
188+
cmd.AddCommand(securitygroup.NewCmd(params))
187189
cmd.AddCommand(secretsmanager.NewCmd(params))
188190
cmd.AddCommand(serviceaccount.NewCmd(params))
189191
cmd.AddCommand(ske.NewCmd(params))

0 commit comments

Comments
 (0)