Skip to main content

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