gdcloud auth login

NAME

gdcloud auth login - Authorize the gdcloud CLI to sign in with the configured identity provider.

SYNOPSIS

gdcloud auth login [flags]

DESCRIPTION

Authorize the gdcloud CLI to sign in with the configured identity provider. The command authenticates with the current organization. Run the command again after switching organizations. It requires that the certificate authority (CA) certificate for the login config is installed in the trusted certificates store. If the CA certificate is not installed, use the --login-config-cert flag to specify the path to find the CA certificate. It requires a browser to exist on the device. Use the --no-browser flag to log in with a second device.

EXAMPLES

To sign in with the configured identity provider, run:

    gdcloud auth login

OPTIONAL FLAGS

  -h, --help                       help for login
      --login-config-cert string   (Optional) Absolute file path to the CA certificate file to be used for fetching login-config over HTTPS connection
      --no-browser                 (Optional) Use this flag to authenticate the gdcloud CLI on a machine without a web browser