table of contents
other versions
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1
- unstable 1.49.0-1+b1
glab(1) | glab(1) |
NAME¶
glab-auth-login - Authenticate with a GitLab instance.
SYNOPSIS¶
glab auth login [flags]
DESCRIPTION¶
Authenticate with a GitLab instance. You can pass in a token on standard input by using --stdin. The minimum required scopes for the token are: api, write_repository.
OPTIONS¶
-h, --hostname="" The hostname of the GitLab instance to authenticate with.
--stdin[=false] Read token from standard input.
-t, --token="" Your GitLab access token.
--use-keyring[=false] Store token in your operating system's keyring.
OPTIONS INHERITED FROM PARENT COMMANDS¶
--help[=false] Show help for this command.
EXAMPLE¶
# start interactive setup $ glab auth login # authenticate against `gitlab.com` by reading the token from a file $ glab auth login --stdin < myaccesstoken.txt # authenticate with a self-hosted GitLab instance $ glab auth login --hostname salsa.debian.org
SEE ALSO¶
Oct 2024 | Auto generated by spf13/cobra |