phylum project link

Link a repository to a project

Usage: phylum project link [OPTIONS] <name>

Arguments

  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