Skip to content

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)
MIT LicenseCopyright © 2026jdx.dev