mise token gitlab
- Usage:
mise token gitlab [--unmask] [HOST] - Effect: read-only
- Source code:
src/cli/token/gitlab.rs
Display the GitLab token mise will use for a given host
Shows which token source mise would use, useful for debugging authentication issues. The token is masked by default.
Arguments
[HOST]— GitLab hostnameDefault:
gitlab.com
Flags
--unmask— Show the full unmasked token-h --help— Print help
Examples:
$ mise token gitlab
gitlab.com: glpa…xxxx (source: GITLAB_TOKEN)
$ mise token gitlab --unmask
gitlab.com: glpat-xxxxxxxxxxxx (source: GITLAB_TOKEN)
$ mise token gitlab gitlab.mycompany.com
gitlab.mycompany.com: (none)