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