phylum project list
List all existing projects
Usage: phylum project list [OPTIONS]
Options
-j, --json
Produce output in json format (default: false)
-g, --group <group_name>
Group to list projects for
-v, --verbose...
Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
Reduce the level of verbosity (the maximum is -qq)
-h, --help
Print help
Examples
# List all existing projects
$ phylum project list
# List all existing projects with json output
$ phylum project list --json
# List all existing projects for the 'sample' group
$ phylum project list -g sample
Updated 15 days ago