Enum
pipeleek gl enum
Enumerate access rights of a GitLab access token
Synopsis
Enumerate access rights of a GitLab access token by listing projects, groups and users the token has access to.
Examples
| pipeleek gl enum --token glpat-xxxxxxxxxxx --gitlab https://gitlab.mydomain.com --level 20
|
Options
| -g, --gitlab string GitLab instance URL
-h, --help help for enum
--level int Minimum repo access level. See https://docs.gitlab.com/api/access_requests/#valid-access-levels for integer values (default 10)
-t, --token string GitLab API Token
|
Options inherited from parent commands
| --color Enable colored log output (auto-disabled when using --logfile) (default true)
--ignore-proxy Ignore HTTP_PROXY environment variable
--json Use JSON as log output format
--log-level string Set log level globally (debug, info, warn, error). Example: --log-level=warn
-l, --logfile string Log output to a file
-v, --verbose Enable debug logging (shortcut for --log-level=debug)
|
SEE ALSO