File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
internal/namespaces/vpc/v2 Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3- Acl Rules.
3+ ACL Rules.
44
55USAGE:
66 scw vpc rule <command>
77
88AVAILABLE COMMANDS:
9- get Get Acl Rules for VPC
9+ get Get ACL Rules for VPC
1010 set Set VPC ACL rules
1111
1212FLAGS:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This API allows you to manage your Virtual Private Clouds (VPCs) and Private Net
1717 - [ Return routes with associated next hop data] ( #return-routes-with-associated-next-hop-data )
1818 - [ Update Route] ( #update-route )
1919- [ Rule management command] ( #rule-management-command )
20- - [ Get Acl Rules for VPC] ( #get-acl-rules-for-vpc )
20+ - [ Get ACL Rules for VPC] ( #get-acl-rules-for-vpc )
2121 - [ Set VPC ACL rules] ( #set-vpc-acl-rules )
2222- [ Subnet management command] ( #subnet-management-command )
2323- [ VPC management command] ( #vpc-management-command )
@@ -313,10 +313,10 @@ scw vpc route update <route-id ...> [arg=value ...]
313313
314314## Rule management command
315315
316- Acl Rules.
316+ ACL Rules.
317317
318318
319- ### Get Acl Rules for VPC
319+ ### Get ACL Rules for VPC
320320
321321Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
322322
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 github.com/mattn/go-isatty v0.0.20
2626 github.com/moby/buildkit v0.13.2
2727 github.com/opencontainers/go-digest v1.0.0
28- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250324094923-50c5f738c4d6
28+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250326091623-c76ff7151d13
2929 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
3030 github.com/spf13/cobra v1.9.1
3131 github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -462,8 +462,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
462462mygithub.libinneed.workers.dev/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
463463mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
464464mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
465- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250324094923-50c5f738c4d6 h1:qbiYj4oaF8rke2GNsdCYrECYyqQsbCwrkjahT/9/I04 =
466- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250324094923-50c5f738c4d6 /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
465+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250326091623-c76ff7151d13 h1:GLd3G2hvNpzjMUYOdLO79M+jiicgXnaf8eCKK+nOHLY =
466+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250326091623-c76ff7151d13 /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
467467mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
468468mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
469469mygithub.libinneed.workers.dev/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ func vpcRoute() *core.Command {
9898func vpcRule () * core.Command {
9999 return & core.Command {
100100 Short : `Rule management command` ,
101- Long : `Acl Rules.` ,
101+ Long : `ACL Rules.` ,
102102 Namespace : "vpc" ,
103103 Resource : "rule" ,
104104 }
@@ -839,7 +839,7 @@ func vpcRouteDelete() *core.Command {
839839
840840func vpcRuleGet () * core.Command {
841841 return & core.Command {
842- Short : `Get Acl Rules for VPC` ,
842+ Short : `Get ACL Rules for VPC` ,
843843 Long : `Retrieve a list of ACL rules for a VPC, specified by its VPC ID.` ,
844844 Namespace : "vpc" ,
845845 Resource : "rule" ,
You can’t perform that action at this time.
0 commit comments