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