Skip to content

Commit 40ce3cc

Browse files
authored
Merge branch 'master' into v1.5975.0
2 parents 0a36265 + a52e33b commit 40ce3cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/namespaces/vpc/v2/vpc_cli.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func GetGeneratedCommands() *core.Commands {
2424
vpcPrivateNetwork(),
2525
vpcSubnet(),
2626
vpcRoute(),
27+
vpcRule(),
2728
vpcVpcList(),
2829
vpcVpcCreate(),
2930
vpcVpcGet(),
@@ -93,6 +94,15 @@ func vpcRoute() *core.Command {
9394
}
9495
}
9596

97+
func vpcRule() *core.Command {
98+
return &core.Command{
99+
Short: `Rule management command`,
100+
Long: `Acl Rules.`,
101+
Namespace: "vpc",
102+
Resource: "rule",
103+
}
104+
}
105+
96106
func vpcVpcList() *core.Command {
97107
return &core.Command{
98108
Short: `List VPCs`,

0 commit comments

Comments
 (0)