Forrest logo
back to context overview

glab-auth

List of commands for glab-auth:

  • glab-auth:tldr:5c6db glab-auth: Log in to a specific GitLab instance.
    $ glab auth login --hostname ${gitlab-example-com}
    try on your machine
    explain this command
  • glab-auth:tldr:67b9d glab-auth: Log in with interactive prompt.
    $ glab auth login
    try on your machine
    explain this command
  • glab-auth:tldr:c4e8c glab-auth: Log in with a token.
    $ glab auth login --token ${token}
    try on your machine
    explain this command
  • glab-auth:tldr:f4ff8 glab-auth: Check authentication status.
    $ glab auth status
    try on your machine
    explain this command
back to context overview