File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
internal/namespaces/file/v1alpha1 Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 66 scw file filesystem list [arg=value ...]
77
88ARGS:
9- [order-by] Criteria to use when ordering the list (created_at_asc | created_at_desc | name_asc | name_desc)
10- [project-id] Filter by project ID
11- [name] Filter the returned filesystems by their names
12- [tags.{index}] Filter by tags. Only filesystems with one or more matching tags will be returned
13- [organization-id] Filter by organization ID
14- [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
9+ [order-by] Criteria to use when ordering the list (created_at_asc | created_at_desc | name_asc | name_desc)
10+ [project-id] Filter by project ID
11+ [name] Filter the returned filesystems by their names
12+ [tags.{index}] Filter by tags. Only filesystems with one or more matching tags will be returned
13+ [filesystem-ids.{index}] Filter by filesystem IDs. Only filesystems with one or more matching IDs will be returned
14+ [organization-id] Filter by organization ID
15+ [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
1516
1617FLAGS:
1718 -h, --help help for list
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ scw file filesystem list [arg=value ...]
128128| project-id | | Filter by project ID |
129129| name | | Filter the returned filesystems by their names |
130130| tags.{index} | | Filter by tags. Only filesystems with one or more matching tags will be returned |
131+ | filesystem-ids.{index} | | Filter by filesystem IDs. Only filesystems with one or more matching IDs will be returned |
131132| organization-id | | Filter by organization ID |
132133| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` all ` | Region to target. If none is passed will use default region from the config |
133134
Original file line number Diff line number Diff line change @@ -131,6 +131,13 @@ func fileFilesystemList() *core.Command {
131131 Deprecated : false ,
132132 Positional : false ,
133133 },
134+ {
135+ Name : "filesystem-ids.{index}" ,
136+ Short : `Filter by filesystem IDs. Only filesystems with one or more matching IDs will be returned` ,
137+ Required : false ,
138+ Deprecated : false ,
139+ Positional : false ,
140+ },
134141 {
135142 Name : "organization-id" ,
136143 Short : `Filter by organization ID` ,
You can’t perform that action at this time.
0 commit comments