Google Cloud Essentials
gcloud
is the command-line tool for the google cloud.
resources that live in the zone are referred to as zonal resources
Getting Started with Cloud Shell and gcloud
View the list of configurations in your environment:
gcloud config list
To see all properties and their settings:
gcloud config list --all
List your components:
gcloud components list
Last updated
Was this helpful?