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

-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