groupList
List the groups available on this bastion
usage
--osh groupList [--all] [--exclude|--include PATTERN [--exclude|--include PATTERN ..]]
- --all
List all groups, even those to which you don't have access
- --include PATTERN
Only list groups that match the given PATTERN (see below)
This option can be used multiple times to refine results
- --exclude PATTERN
Omit groups that match the given PATTERN string (see below)
This option can be used multiple times. Note that --exclude takes precedence over --include
Note: PATTERN supports the *
and ?
wildcards.
If PATTERN is a simple string without wildcards, then names containing this string will be considered.