Difference between revisions of "Gcloud auth list"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
− | List active account | + | === List active account === |
ACCOUNT=$(\ | ACCOUNT=$(\ | ||
[[gcloud auth]] list \ | [[gcloud auth]] list \ | ||
Line 37: | Line 37: | ||
== Related == | == Related == | ||
+ | * <code>[[gcloud config list]]</code> | ||
* <code>[[gcloud config set account]]</code> | * <code>[[gcloud config set account]]</code> | ||
* <code>[[gcloud init]]</code> | * <code>[[gcloud init]]</code> | ||
Line 46: | Line 47: | ||
== See also == | == See also == | ||
* {{gcloud auth}} | * {{gcloud auth}} | ||
− | |||
[[Category:GCP]] | [[Category:GCP]] |
Latest revision as of 16:54, 7 December 2023
https://cloud.google.com/sdk/gcloud/reference/auth/list
gcloud auth list
gcloud auth list Credentialed Accounts ACTIVE ACCOUNT * your_user@you_account.iam.gserviceaccount.com To set the active account, run: $ gcloud config set account `ACCOUNT`
gcloud auth list Credentialed Accounts ACTIVE ACCOUNT your_user@you_account.iam.gserviceaccount.com * [email protected] To set the active account, run: $ gcloud config set account `ACCOUNT`
List active account[edit]
ACCOUNT=$(\ gcloud auth list \ --format="yaml" --filter="status=ACTIVE" \ --format="value(account)"\ ) && echo ${ACCOUNT}
gcloud auth list No credentialed accounts. To login, run: $ gcloud auth login `ACCOUNT`
Related[edit]
gcloud config list
gcloud config set account
gcloud init
GOOGLE_APPLICATION_CREDENTIALS
gcloud auth application-default login
gcloud auth login
gcloud iam service-accounts describe
See also[edit]
Advertising: