mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 23 08:40:08 UTC 2022
This commit is contained in:
parent
5378794555
commit
8b80260bd9
144 changed files with 4593 additions and 192 deletions
|
|
@ -58,8 +58,10 @@ COMMANDS
|
|||
(ADC).
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud auth application-default
|
||||
|
||||
$ gcloud alpha auth application-default
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta auth application-default login [--no-browser]
|
||||
[--client-id-file=CLIENT_ID_FILE] [--disable-quota-project]
|
||||
[--no-launch-browser] [--scopes=SCOPES,[SCOPES,...]]
|
||||
[--no-launch-browser] [--scopes=SCOPE,[SCOPE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -21,8 +21,8 @@ DESCRIPTION
|
|||
command in your local development. This command tries to find a quota
|
||||
project from gcloud's context and write it to ADC so that Google client
|
||||
libraries can use it for billing and quota. Alternatively, you can use the
|
||||
--client-id-file flag. In this case, the project owning the client id will
|
||||
be used for billing and quota. You can create the client-id-file at
|
||||
--client-id-file flag. In this case, the project owning the client ID will
|
||||
be used for billing and quota. You can create the client ID file at
|
||||
https://console.cloud.google.com/apis/credentials.
|
||||
|
||||
This command has no effect on the user account(s) set up by the gcloud auth
|
||||
|
|
@ -96,7 +96,7 @@ FLAGS
|
|||
possible to launch a browser, prints a URL to standard output to be
|
||||
copied. Enabled by default, use --no-launch-browser to disable.
|
||||
|
||||
--scopes=SCOPES,[SCOPES,...]
|
||||
--scopes=SCOPE,[SCOPE,...]
|
||||
The names of the scopes to authorize for. By default openid,
|
||||
https://www.googleapis.com/auth/userinfo.email,
|
||||
https://www.googleapis.com/auth/cloud-platform,
|
||||
|
|
@ -113,8 +113,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud auth application-default login
|
||||
|
||||
$ gcloud alpha auth application-default login
|
||||
|
||||
|
|
|
|||
|
|
@ -63,8 +63,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud auth application-default print-access-token
|
||||
|
||||
$ gcloud alpha auth application-default print-access-token
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud auth application-default revoke
|
||||
|
||||
$ gcloud alpha auth application-default revoke
|
||||
|
||||
|
|
|
|||
|
|
@ -34,8 +34,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud auth application-default set-quota-project
|
||||
|
||||
$ gcloud alpha auth application-default set-quota-project
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue