Difference between revisions of "Gcloud auth list"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} gcloud auth list") |
|||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | 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 | [[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` | ||
+ | |||
+ | |||
+ | === List active account === | ||
+ | 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 == | ||
+ | * <code>[[gcloud config list]]</code> | ||
+ | * <code>[[gcloud config set account]]</code> | ||
+ | * <code>[[gcloud init]]</code> | ||
+ | * <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code> | ||
+ | * <code>[[gcloud auth application-default login]]</code> | ||
+ | * <code>[[gcloud auth login]]</code> | ||
+ | * <code>[[gcloud iam service-accounts describe]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{gcloud auth}} | ||
+ | |||
+ | [[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: