Skip to main content

phylum group create

Create a new group

Usage: phylum group create [OPTIONS] <GROUP_NAME>

Arguments​

<GROUP_NAME>   Name for the new group

Options​

-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 group named `sample`
$ phylum group create sample

# Create a group `sample` under the `test` organization
$ phylum group create --org test sample

# Make `test` the default organization for all operations,
# then create a new group `sample` under it.
$ phylum org link test
$ phylum group create sample