Skip to main content

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