1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -104,7 +104,8 @@ FLAGS
--scopes=SCOPES,[SCOPES,...]
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 scopes are used. The
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/sqlservice.login scopes are used. The
list of possible scopes can be found at:
https://developers.google.com/identity/protocols/googlescopes.

View file

@ -49,7 +49,8 @@ FLAGS
For end-user accounts, the provided scopes must be from [openid,
https://www.googleapis.com/auth/userinfo.email,
https://www.googleapis.com/auth/cloud-platform], or the scopes
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/sqlservice.login], or the scopes
previously specified through gcloud auth application-default login
--scopes.