Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-auth-status - View authentication status.

SYNOPSIS
     glab auth status [flags]

DESCRIPTION
     Verifies and displays information about your authentication state.

     By  default, this command checks the authentication state of the GitLab in-
     stance determined by your current context (git remote, GITLAB_HOST environ-
     ment variable, or configuration). To check all  configured  instances,  use
     --all.  To check a specific instance, use --hostname.

OPTIONS
     -a,  --all[=false]       Check  the authentication status of all configured
     instances.

     --hostname=""	Check the authentication status of a specific instance.

     -t, --show-token[=false]	   Display the authentication token.

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

EXAMPLE
     # Check authentication status for the instance in your current context
     glab auth status

     # Check authentication status for all configured instances
     glab auth status --all

     # Check authentication status for a specific instance
     glab auth status --hostname gitlab.example.com

     # Display the authentication token alongside the status
     glab auth status --show-token

SEE ALSO
     glab-auth(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-auth-status&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help