Skip to content

Commit 43f2f54

Browse files
feat(file): add organization_id in ListFileSystemsRequest (#4775)
Co-authored-by: Rémy Léone <[email protected]>
1 parent e3b4901 commit 43f2f54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/namespaces/file/v1alpha1/file_cli.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ func fileFilesystemList() *core.Command {
131131
Deprecated: false,
132132
Positional: false,
133133
},
134+
{
135+
Name: "organization-id",
136+
Short: `Filter by organization ID`,
137+
Required: false,
138+
Deprecated: false,
139+
Positional: false,
140+
},
134141
core.RegionArgSpec(
135142
scw.RegionFrPar,
136143
scw.Region(core.AllLocalities),

0 commit comments

Comments
 (0)