File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
internal/namespaces/audit_trail/v1alpha1 Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
scw audit-trail product list [arg=value ...]
7
7
8
8
ARGS:
9
- [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
9
+ [organization-id] Organization ID to use. If none is passed the default organization ID will be used
10
+ [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
10
11
11
12
FLAGS:
12
13
-h, --help help for list
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ scw audit-trail product list [arg=value ...]
63
63
64
64
| Name | | Description |
65
65
| ------| ---| -------------|
66
+ | organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
66
67
| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` | Region to target. If none is passed will use default region from the config |
67
68
68
69
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.20250226140953-adcb3060073c
28
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250226161447-7f3ec4e202c0
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 @@ -458,8 +458,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
458
458
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
459
459
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
460
460
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
461
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250226140953-adcb3060073c h1:f4HVB8yrLUV/t9TnqfuFOV5AQsNfTepuTcTFlxJ1AHw =
462
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250226140953-adcb3060073c /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
461
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250226161447-7f3ec4e202c0 h1:kntbxbL0kHhAqrVvirdezoXqDjCPWb47XWYPWH8v6k8 =
462
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250226161447-7f3ec4e202c0 /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
463
463
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
464
464
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
465
465
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ func auditTrailProductList() *core.Command {
155
155
// Deprecated: false,
156
156
ArgsType : reflect .TypeOf (audit_trail.ListProductsRequest {}),
157
157
ArgSpecs : core.ArgSpecs {
158
+ core .OrganizationIDArgSpec (),
158
159
core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms ),
159
160
},
160
161
Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
You can’t perform that action at this time.
0 commit comments