phylum project create
Create a new project
Usage: phylum project create [OPTIONS] <name>
Arguments
  Name of the project
Options
-g, --group <group_name>
Group which will be the owner of the project
-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
# Create a new project named 'sample'
$ phylum project create sample
# Create a new project named 'sample' owned by the group 'sGroup'
$ phylum project create -g sGroup sample
Updated 5 months ago