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
--no-group
โ Exclude all group projects from the output
-o, --org <ORG>
โ Phylum organization
-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
# List all existing projects for the `demo` organization
$ phylum project list --organization demo