mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud auth application-default login [--no-browser]
|
||||
[--client-id-file=CLIENT_ID_FILE] [--disable-quota-project]
|
||||
[--no-launch-browser] [--scopes=SCOPE,[SCOPE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--no-launch-browser] [--login-config=LOGIN_CONFIG]
|
||||
[--scopes=SCOPE,[SCOPE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Obtains user access credentials via a web flow and puts them in the
|
||||
|
|
@ -123,6 +123,12 @@ FLAGS
|
|||
|
||||
Enabled by default, use --no-launch-browser to disable.
|
||||
|
||||
--login-config=LOGIN_CONFIG
|
||||
Path to the login configuration file (workforce pool, generated by the
|
||||
Cloud Console or gcloud iam workforce-pools create-login-config).
|
||||
Overrides the default auth/login_config_file property value for this
|
||||
command invocation.
|
||||
|
||||
--scopes=SCOPE,[SCOPE,...]
|
||||
The names of the scopes to authorize for. By default openid,
|
||||
https://www.googleapis.com/auth/userinfo.email,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud auth login [ACCOUNT] [--no-activate] [--brief] [--no-browser]
|
||||
[--cred-file=CRED_FILE] [--enable-gdrive-access] [--force]
|
||||
[--no-launch-browser] [--update-adc] [GCLOUD_WIDE_FLAG ...]
|
||||
[--no-launch-browser] [--login-config=LOGIN_CONFIG] [--update-adc]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Obtains access credentials for your user account via a web-based
|
||||
|
|
@ -122,6 +123,12 @@ FLAGS
|
|||
|
||||
Enabled by default, use --no-launch-browser to disable.
|
||||
|
||||
--login-config=LOGIN_CONFIG
|
||||
Path to the login configuration file (workforce pool, generated by the
|
||||
Cloud Console or gcloud iam workforce-pools create-login-config).
|
||||
Overrides the default auth/login_config_file property value for this
|
||||
command invocation.
|
||||
|
||||
--update-adc
|
||||
Write the obtained credentials to the well-known location for
|
||||
Application Default Credentials (ADC). Run $ gcloud auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue