docs/cli/token/gitlab.md
mise token gitlabmise token gitlab [--unmask] [HOST]src/cli/token/gitlab.rsDisplay 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.
[HOST] — GitLab hostname
Default: gitlab.com
--unmask — Show the full unmasked token-h --help — Print helpExamples:
$ 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)