1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Apr 27 09:13:09 UTC 2022

This commit is contained in:
Automated 2022-04-27 09:13:09 +00:00
parent 72862dfe28
commit 532fac5ddb
131 changed files with 1510 additions and 390 deletions

View file

@ -61,9 +61,24 @@ FLAGS
Minimal user output.
--no-browser
Use this flag to authenticate gcloud CLI on a machine without a web
Use this flag to authenticate the gcloud CLI on a machine without a web
browser.
Run gcloud auth login --no-browser and follow these steps:
1. Copy the long command that begins with "gcloud auth login
--remote-bootstrap=".
2. Paste and run this command on the command line of a different,
trusted machine that has local installations of both a web browser and
the gcloud CLI tool version 372.0 or later.
3. Copy the long URL output from the machine with the web browser.
4. Paste the long URL back to the first machine under the prompt,
"Enter the output of the above command", and press Enter to complete
the authorization.
--cred-file=CRED_FILE
Path to the external account configuration file (workload identity
pool, generated by the Cloud Console or gcloud iam
@ -82,8 +97,8 @@ FLAGS
it is not possible to launch a browser, prints a URL to standard output
to be copied.
The --[no-]launch-browser flags are deprecated and will be removed in
version 383.0.0 (04/26/2022). Use --no-browser to replace
The --[no-]launch-browser flags are deprecated and will be removed on
June 7th 2022 (Release 389.0.0). Use --no-browser to replace
--no-launch-browser. Enabled by default, use --no-launch-browser to
disable.