glab-auth - Man Page
Manage glab's authentication state.
Examples (TL;DR)
- 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
Synopsis
glab auth [flags]
Description
Manage glab's authentication state.
Options Inherited from Parent Commands
--help[=false] Show help for this command.
See Also
Referenced By
glab(1), glab-auth-login(1), glab-auth-status(1).
Oct 2024 Auto generated by spf13/cobra