gcloud

Det officielle CLI værktøj for Google Cloud Platform. Mere information: https://cloud.google.com/sdk/gcloud.

gcloud config list

gcloud auth login

gcloud config set project {{projekt_navn}}

gcloud compute ssh {{bruger}}@{{instans}}

gcloud compute instances list

gcloud container clusters get-credentials {{cluster_navn}}

gcloud components update

gcloud help {{kommando}}