phylum project
Create, list, link and set thresholds for projects
Usage: phylum project [OPTIONS] [COMMAND]
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
Commands
- phylum project create
- phylum project delete
- phylum project list
- phylum project link
- phylum project set-thresholds
Examples
# List all projects for the current account
$ phylum project
# List all projects for the 'sample' group
$ phylum project -g sample
# Return json response of all projects for the current account
$ phylum project --json
Updated 15 days ago