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
-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β
# 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