We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b4901 commit c779986Copy full SHA for c779986
internal/namespaces/file/v1alpha1/file_cli.go
@@ -8,7 +8,7 @@ import (
8
"reflect"
9
10
"github.com/scaleway/scaleway-cli/v2/core"
11
- file "github.com/scaleway/scaleway-sdk-go/api/file/v1alpha1"
+ "github.com/scaleway/scaleway-sdk-go/api/file/v1alpha1"
12
"github.com/scaleway/scaleway-sdk-go/scw"
13
)
14
@@ -131,6 +131,13 @@ func fileFilesystemList() *core.Command {
131
Deprecated: false,
132
Positional: false,
133
},
134
+ {
135
+ Name: "organization-id",
136
+ Short: `Filter by organization ID`,
137
+ Required: false,
138
+ Deprecated: false,
139
+ Positional: false,
140
+ },
141
core.RegionArgSpec(
142
scw.RegionFrPar,
143
scw.Region(core.AllLocalities),
0 commit comments