phylum group list
List all groups the user is a member of
Usage: phylum group list [OPTIONS]
Optionsβ
-j
, --json
β Produce output in json format (default: false)
-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β
# List all groups the user is a member of
$ phylum group list
# List all groups the user is a member of with json output
$ phylum group list --json
# List all groups for the `test` organization
$ phylum group list --org test