- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Description of the problem, including code/CLI snippet
When using the CLI command:gitlab group-member all [...]
the accepted parameters are incorrect. Theall
"endpoint" should operate just like thelist
, allowing paging, etc. instead, it seems to have some other specific commands that aren't necessary.
Expected Behavior
Being able to use commands such as,
gitlab group-member all --group-id 212 --page 2
gitlab group-member all --group-id 212 --per-page 2 --page 10
- etc.
Actual Behavior
gitlab group-member all
only accepts:
-h, --help show this help message and exit --group-id GROUP_ID --sudo SUDO --id ID
as specified in thegitlab docs--id
is not necessary and you should actuallybe able to search (probably something to add for the normallist
as well.
Specifications
- python-gitlab version: 1.10.0
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com): 12.0.3-ee