Skip to main content

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