1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/common/glab-auth.md
Reinhart Previano Koentjoro aac892abd0
glab-auth: add page (#7612)
2022-02-05 09:35:14 -03:00

20 lines
397 B
Markdown

# glab auth
> Authenticate with a GitLab host from the command-line.
> More information: <https://glab.readthedocs.io/en/latest/auth>.
- Log in with interactive prompt:
`glab auth login`
- Log in with a token:
`glab auth login --token {{token}}`
- Check authentication status:
`glab auth status`
- Log in to a specific GitLab instance:
`glab auth login --hostname {{gitlab.example.com}}`