1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -45,8 +45,23 @@ EXAMPLES
FLAGS
--no-browser
Use this flag to authenticate client libraries on a machine without a
web browser.
Use this flag to authenticate the client libraries 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.
--client-id-file=CLIENT_ID_FILE
A file containing your own client id to use to login. If
@ -81,8 +96,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.