We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7805dd1 + a52e33b commit 7fa62afCopy full SHA for 7fa62af
1 file changed
internal/namespaces/vpc/v2/vpc_cli.go
@@ -24,6 +24,7 @@ func GetGeneratedCommands() *core.Commands {
24
vpcPrivateNetwork(),
25
vpcSubnet(),
26
vpcRoute(),
27
+ vpcRule(),
28
vpcVpcList(),
29
vpcVpcCreate(),
30
vpcVpcGet(),
@@ -93,6 +94,15 @@ func vpcRoute() *core.Command {
93
94
}
95
96
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
+
106
func vpcVpcList() *core.Command {
107
return &core.Command{
108
Short: `List VPCs`,
0 commit comments