runai environment list

list environment assets

runai environment list [flags]

Examples

# List all environment assets
runai environment list -A

# List environment assets in a specific project
runai environment list -p <project_name>

# List environment assets with a specific output format
runai environment list --yaml

Options

  -A, --all                   Show resources from all projects
      --columns strings       Specify which columns to display (comma-separated list)
  -h, --help                  help for list
      --json                  Output structure JSON
      --no-headers            Output structure table without headers
  -p, --project string        Specify the project. Higher-scope environments in the same tenant are included. Use 'runai project set <project>' to set the default.
      --raw                   Return the unprocessed response from the API call
      --set-default-columns   [Experimental] Set the columns flag value to the default output
      --table                 Output structure table
      --yaml                  Output structure YAML

Options inherited from parent commands

SEE ALSO

Last updated