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 1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
- Acl Rules.
3
+ ACL Rules.
4
4
5
5
USAGE:
6
6
scw vpc rule <command>
7
7
8
8
AVAILABLE COMMANDS:
9
- get Get Acl Rules for VPC
9
+ get Get ACL Rules for VPC
10
10
set Set VPC ACL rules
11
11
12
12
FLAGS:
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
17
17
- [ Return routes with associated next hop data] ( #return-routes-with-associated-next-hop-data )
18
18
- [ Update Route] ( #update-route )
19
19
- [ 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 )
21
21
- [ Set VPC ACL rules] ( #set-vpc-acl-rules )
22
22
- [ Subnet management command] ( #subnet-management-command )
23
23
- [ VPC management command] ( #vpc-management-command )
@@ -313,10 +313,10 @@ scw vpc route update <route-id ...> [arg=value ...]
313
313
314
314
## Rule management command
315
315
316
- Acl Rules.
316
+ ACL Rules.
317
317
318
318
319
- ### Get Acl Rules for VPC
319
+ ### Get ACL Rules for VPC
320
320
321
321
Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
322
322
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
github.com/mattn/go-isatty v0.0.20
26
26
github.com/moby/buildkit v0.13.2
27
27
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
29
29
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
30
30
github.com/spf13/cobra v1.9.1
31
31
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
462
462
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
463
463
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
464
464
github.com/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 =
467
467
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
468
468
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
469
469
github.com/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 {
98
98
func vpcRule () * core.Command {
99
99
return & core.Command {
100
100
Short : `Rule management command` ,
101
- Long : `Acl Rules.` ,
101
+ Long : `ACL Rules.` ,
102
102
Namespace : "vpc" ,
103
103
Resource : "rule" ,
104
104
}
@@ -839,7 +839,7 @@ func vpcRouteDelete() *core.Command {
839
839
840
840
func vpcRuleGet () * core.Command {
841
841
return & core.Command {
842
- Short : `Get Acl Rules for VPC` ,
842
+ Short : `Get ACL Rules for VPC` ,
843
843
Long : `Retrieve a list of ACL rules for a VPC, specified by its VPC ID.` ,
844
844
Namespace : "vpc" ,
845
845
Resource : "rule" ,
You can’t perform that action at this time.
0 commit comments