phylum group create
Create a new group
Usage: phylum group create [OPTIONS] <group_name>
Arguments
<group_name>
Name for the new group
Options
-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
Updated 11 days ago