Skip to content

Commit

Permalink
Merge branch 'master' into v1.5977.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 authored Jan 17, 2025
2 parents 7840487 + a52e33b commit 2061d68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/namespaces/vpc/v2/vpc_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func GetGeneratedCommands() *core.Commands {
vpcPrivateNetwork(),
vpcSubnet(),
vpcRoute(),
vpcRule(),
vpcVpcList(),
vpcVpcCreate(),
vpcVpcGet(),
Expand Down Expand Up @@ -93,6 +94,15 @@ func vpcRoute() *core.Command {
}
}

func vpcRule() *core.Command {
return &core.Command{
Short: `Rule management command`,
Long: `Acl Rules.`,
Namespace: "vpc",
Resource: "rule",
}
}

func vpcVpcList() *core.Command {
return &core.Command{
Short: `List VPCs`,
Expand Down

0 comments on commit 2061d68

Please sign in to comment.