phylum group member add
Add user to group
Usage: phylum group member --group <GROUP> add [OPTIONS] <USER>...
Arguments
  User(s) to be added
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
# Add user `[email protected]` to the `sample` group
$ phylum group member --group sample add [email protected]
Updated 5 months ago