Cheatography
https://cheatography.com
The gcloud CLI cheat sheet
This is a draft cheat sheet. It is a work in progress and is not finished yet.
GETTING STARTED
|
Initialize, authorize, and configure the gcloud CLI |
|
Display version and installed components |
gcloud components install
|
Install specific components |
|
Update your gcloud CLI to the latest version |
gcloud config set project
|
Set a default Google Cloud project to work on |
|
Display current gcloud CLI environment details |
Get going with the gcloud CLI
HELP
gcloud help |
Search the gcloud CLI reference documents for specific terms |
gcloud feedback |
Provide feedback to the gcloud CLI team |
gcloud topic |
Supplementary help material for non-command topics like accessibility, filtering, and formatting. |
gcloud CLI is happy to help
PERSONALIZATION
|
Define a property (like compute/zone) for the current configuration |
|
Fetch the value of a gcloud CLI property |
|
Display all the properties for the current configuration |
gcloud config configurations create
|
Create a new named configuration |
gcloud config configurations list
|
Display a list of all available configurations |
gcloud config configurations activate
|
Switch to an existing named configuration |
Make the gcloud CLI your own; personalize your configuration with properties
|
|
|