glab-auth-login - Authenticate with a GitLab instance.
Contents
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. Configuration and credentials are
stored in the global configuration file (Default: ~/.config/glab-cli/config.yml)
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
# Non-interactive setup
$ glab auth login --hostname gitlab.example.org --token glpat-xxx --api-host gitlab.example.org:3443 --api-protocol https --git-protocol ssh
# Non-interactive setup reading token from a file
$ glab auth login --hostname gitlab.example.org --api-host gitlab.example.org:3443 --api-protocol https --git-protocol ssh --stdin < myaccesstoken.txt
Name
glab-auth-login - Authenticate with a GitLab instance.
Options
-a, --api-host="" API host url.
-p, --api-protocol="" API protocol: https, http
-g, --git-protocol="" Git protocol: ssh, https, http
-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.
See Also
glab-auth(1) Auto generated by spf13/cobra Nov 2024 glab(1)
Synopsis
glabauthlogin[flags]
