phylum project create
Create a new project
Usage: phylum project create [OPTIONS] <NAME>
Arguments
<NAME>
Name of the project
Options
-g
, --group
<GROUP_NAME>
Group which will be the owner of the project
-r
, --repository-url
<repository_url>
Repository URL 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 about 1 month ago