phylum project link
Link a repository to a project
Usage: phylum project link [OPTIONS] <NAME>
Argumentsβ
<NAME>
β Name of the project
Optionsβ
-g
, --group
<GROUP_NAME>
β Group owning 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β
# Link current folder to an existing project named `sample`
$ phylum project link sample
# Link current folder to an existing project named `sample` owned by the group `sGroup`
$ phylum project link -g sGroup sample