Hints for user
=== gcloud ===
gcloud components update
- update all of your installed components to the latest version
To reinstall all components you have installed, run:
gcloud components reinstall
gcloud components remove
- remove one or more installed components
To remove COMPONENT-1, COMPONENT-2, and all components that directly or indirectly depend on COMPONENT-1 or COMPONENT-2, type:
gcloud components remove COMPONENT-1 COMPONENT-2
To see the current Cloud SDK version by running:
gcloud version
To see the latest version of the Cloud SDK, run:
gcloud components list
gcloud info
- display information about the current gcloud environment
gcloud info
To check network connectivity and hidden properties, run:
gcloud info --run-diagnostics
To print the contents of the most recent log file, run:
gcloud info --show-log
gcloud init
- initialize or reinitialize gcloud
To launch an interactive Getting Started workflow, run:
gcloud init
To launch an interactive Getting Started workflow without diagnostics, run:
gcloud init --skip-diagnostics
gcloud services list
- list services for a project
To list the services the current project has enabled for consumption, run:
gcloud services list --enabled
To list the services the current project can enable for consumption, run:
gcloud services list --available