Gcloud


Cloud SDK is a set of tools that you can use to manage resources and applications hosted on Google Cloud. These tools include the gcloud, gsutil, and bq command-line tools. Learn more or try the cheat sheet
gcloud config set project
gcloud api-gateway gateways delete \
  $(gcloud api-gateway gateways list --format="value(name)") \
  --location europe-west2

Disable all services of the current project

gcloud services disable \
  $(gcloud services list --format="value(config.name)") \
  --force

Filter, format, and transform data with gcloud, Google Cloud’s command line interface