Sodamhan.com

TL;DR

glab auth

Authenticate with a GitLab host. 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

This document was created using the contents of the tldr project.