gcloud
The official CLI tool for Google Cloud Platform.
=> More information.
- List all properties in one's active configuration:
gcloud config list
- Log in to Google account:
gcloud auth login
gcloud config set project {project_name}
- SSH into a virtual machine instance:
gcloud compute ssh {user}@{instance}
- Display all Google Compute Engine instances in a project. Instances from all zones are listed by default:
gcloud compute instances list
- Update a kubeconfig file with the appropriate credentials to point kubectl to a specific cluster in Google Kubernetes Engine:
gcloud container clusters get-credentials {cluster_name}
- Update all gcloud CLI components:
gcloud components update
- Show help for a given command:
gcloud help {command}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/gcloud.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.972773 milliseconds
- Gemini-to-HTML Time
- 0.431689 milliseconds
This content has been proxied by September (ba2dc).