mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -6,15 +6,21 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
The gcloud auth command group lets you grant and revoke authorization to
|
||||
Google Cloud CLI (gcloud) to access Google Cloud. Typically, when scripting
|
||||
Google Cloud CLI tools for use on multiple machines, using gcloud auth
|
||||
activate-service-account is recommended.
|
||||
Google Cloud CLI (gcloud CLI) to access Google Cloud. Typically, when
|
||||
scripting Google Cloud CLI tools for use on multiple machines, using gcloud
|
||||
auth activate-service-account is recommended.
|
||||
|
||||
For more information on authorization and credential types, see:
|
||||
https://cloud.google.com/sdk/docs/authorizing.
|
||||
For information about authorization and credential types, see Authorizing
|
||||
the gcloud CLI (https://cloud.google.com/sdk/docs/authorizing). For
|
||||
information about authorizing a service account, see Authorizing with a
|
||||
service account
|
||||
(https://cloud.google.com/sdk/docs/authorizing#authorizing_with_a_service_account).
|
||||
|
||||
While running gcloud auth commands, the --account flag can be specified to
|
||||
any command to use that account without activation.
|
||||
After running gcloud auth commands, you can run other commands with
|
||||
--account=ACCOUNT to authenticate the command with the credentials of the
|
||||
specified account. For information about --account and other gcloud CLI
|
||||
global flags, see the gcloud CLI overview
|
||||
(https://cloud.google.com/sdk/gcloud/reference).
|
||||
|
||||
EXAMPLES
|
||||
To authenticate a user account with gcloud and minimal user output, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue