gcloud
gcloud is the command-line interface for Google Cloud Platform (GCP). It is part of the Google Cloud SDK and provides a unified toolset for managing GCP resources and services from a terminal or script.
The gcloud CLI is cross-platform, available for Windows, macOS, and Linux, and is distributed as part of
Users often start with gcloud init, which guides initial authentication, project selection, and configuration. Configuration data
Commands follow the general pattern gcloud <service> <resource> <action>. Examples include gcloud compute instances create, gcloud
For automation, gcloud supports --format and JSON output for pipelines and can use Application Default Credentials