runai datasource list

list data source assets

runai datasource list [flags]

Examples

# List all data source assets
runai datasource list -A

# List data source assets in a specific project
runai datasource list -p <project_name>

# List data source assets with a specific output format
runai datasource 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 data-sources 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
      --type string           Filter by data source type (nfs, pvc, s3, git, hostPath, configMap, secretVolume, dataVolume)
      --yaml                  Output structure YAML

Options inherited from parent commands

SEE ALSO

Last updated