Back to Mise

`mise token gitlab`

docs/cli/token/gitlab.md

2026.8.12844 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise token gitlab

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 hostname

    Default: 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)