Google Cloud Command Line Interface (gcloud CLI)

ดูเวอร์ชันของ gcloud

$ gcloud version
Google Cloud SDK 334.0.0
alpha 2021.03.26
beta 2021.03.26
bq 2.0.66
core 2021.03.26
gsutil 4.60

View information about gcloud commands and other topics:

$ gcloud help

List accounts whose credentials are stored on the local system:

$ gcloud auth list
Credentialed Accounts
ACTIVE             ACCOUNT
*                  example-user-1@gmail.com
                   example-user-2@gmail.com

To set the active account, run:
    $ gcloud config set account `ACCOUNT`

List the properties in your active gcloud CLI configuration:

$ gcloud config list
[core]
account = example-user-1@gmail.com
disable_usage_reporting = False
project = example-project

View information about your gcloud CLI installation and the active configuration:

$ gcloud info