mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Sat Feb 17 10:15:37 UTC 2024
This commit is contained in:
parent
3efce28165
commit
5bf6fb3fc0
84 changed files with 3111 additions and 661 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
for Application Default Credentials
|
||||
|
||||
SYNOPSIS
|
||||
gcloud auth application-default login [--no-browser]
|
||||
gcloud auth application-default login [ACCOUNT] [--no-browser]
|
||||
[--client-id-file=CLIENT_ID_FILE] [--disable-quota-project]
|
||||
[--no-launch-browser] [--login-config=LOGIN_CONFIG]
|
||||
[--scopes=SCOPE,[SCOPE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -43,6 +43,14 @@ EXAMPLES
|
|||
$ gcloud auth application-default login \
|
||||
--client-id-file=clientid.json
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
[ACCOUNT]
|
||||
User account used for authorization. When the account specified has
|
||||
valid credentials in the local credential store these credentials will
|
||||
be re-used. Otherwise new ones will be fetched and replace any stored
|
||||
credential. This caching behavior is only available for user
|
||||
credentials.
|
||||
|
||||
FLAGS
|
||||
--no-browser
|
||||
If you want to authorize the client libraries on a machine that doesn't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue