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