gcloud

officialscriptablecautioncloudbrew

Google Cloud · Cloud ops, gcp projects, and deploy and logs from the terminal.

$ brew install --cask google-cloud-sdk
One-liner to try
$ gcloud auth login && gcloud config set project my-project

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .mdJSON
Readiness
Great for agents · 75/100
Verify
gcloud auth list
Agent URL
/cli/gcloud/agent.md

Quick reference

Install
brew install --cask google-cloud-sdk
Verify
gcloud auth list
First command
gcloud auth login && gcloud config set project my-project
Machine JSON
/cli/gcloud.json

About

The official CLI from Google Cloud. Cloud ops, gcp projects, and deploy and logs from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. gcloud auth login && gcloud config set project my-project

Alternatives worth considering