Skip to content

Instantly share code, notes, and snippets.

@cziraky
Created August 27, 2022 21:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cziraky/5a455b7c79f5819506b2c4521008a9cd to your computer and use it in GitHub Desktop.
Save cziraky/5a455b7c79f5819506b2c4521008a9cd to your computer and use it in GitHub Desktop.
GCP SDK Installer
gcloud components install local-extract --quiet
gcloud components install skaffold --quiet
gcloud components install terraform-tools --quiet
gcloud components install anthos-auth --quiet
gcloud components install config-connector --quiet
gcloud components install app-engine-java --quiet
gcloud components install app-engine-php --quiet
gcloud components install app-engine-python-extras --quiet
gcloud components install gke-gcloud-auth-plugin --quiet
gcloud components install kpt --quiet
gcloud components install kubectl --quiet
gcloud components install kubectl-oidc --quiet
gcloud components install pkg --quiet
gcloud components install app-engine-go --quiet
gcloud components install appctl --quiet
gcloud components install package-go-module --quiet
gcloud components install bq --quiet
gcloud components install cbt --quiet
gcloud components install bigtable --quiet
gcloud components install datalab --quiet
gcloud components install cloud-datastore-emulator --quiet
gcloud components install cloud-firestore-emulator --quiet
gcloud components install pubsub-emulator --quiet
gcloud components install cloud-run-proxy --quiet
gcloud components install cloud_sql_proxy --quiet
gcloud components install gsutil --quiet
gcloud components install core --quiet
gcloud components install gcloud-crc32c --quiet
gcloud components install docker-credential-gcr --quiet
gcloud components install kustomize --quiet
gcloud components install minikube --quiet
gcloud components install nomos --quiet
gcloud components install alpha --quiet
gcloud components install beta --quiet
gcloud components install app-engine-python --quiet
gcloud components update
gcloud components list
@cziraky
Copy link
Author

cziraky commented Aug 27, 2022

Likely not the smartest, yet simple script to install the default set of Google Cloud Platform SDKs in one step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment