Skip to content

Commit 6958446

Browse files
feat(account): filter by project id (#2494)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent b556dbb commit 6958446

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/namespaces/account/v2/account_cli.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ func accountProjectList() *core.Command {
107107
Positional: false,
108108
EnumValues: []string{"created_at_asc", "created_at_desc", "name_asc", "name_desc"},
109109
},
110+
{
111+
Name: "project-ids.{index}",
112+
Short: `Filter out by a list of project ID`,
113+
Required: false,
114+
Deprecated: false,
115+
Positional: false,
116+
},
110117
core.OrganizationIDArgSpec(),
111118
},
112119
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {

0 commit comments

Comments
 (0)