mise token gitlab
- Usage:
mise token gitlab [--unmask] [HOST] - Source code:
src/cli/token/gitlab.rs
GitLab token
Arguments
[HOST]
GitLab hostname
Default: gitlab.com
Flags
--unmask
Show the full unmasked token
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)