mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
32 lines
796 B
ReStructuredText
32 lines
796 B
ReStructuredText
==========
|
|
groupList
|
|
==========
|
|
|
|
List the groups available on this bastion
|
|
=========================================
|
|
|
|
|
|
.. admonition:: usage
|
|
:class: cmdusage
|
|
|
|
--osh groupList [--all] [--exclude|--include WILDCARD [--exclude|--include WILDCARD ..]]
|
|
|
|
.. program:: groupList
|
|
|
|
|
|
.. option:: --all
|
|
|
|
List all groups, even those to which you don't have access
|
|
|
|
.. option:: --include WILDCARD
|
|
|
|
Only list groups that match the given WILDCARD string, '*' and '?' are recognized,
|
|
|
|
this option can be used multiple times to refine results.
|
|
.. option:: --exclude WILDCARD
|
|
|
|
Omit groups that match the given WILDCARD string, '*' and '?' are recognized,
|
|
|
|
can be used multiple times. Note that --exclude takes precedence over --include
|
|
|
|
|