You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.
USAGE:
scw account project list [arg=value ...]
ARGS:
[name] Name of the Project
[order-by] Sort order of the returned Projects (created_at_asc | created_at_desc | name_asc | name_desc)
[project-ids.{index}] Project IDs to filter for. The results will be limited to any Projects with an ID in this array
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
FLAGS:
-h, --help help for list
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")