From gcp-helper
Configures and deploys a Google Cloud Run service with best practices — creates Dockerfile, sets CPU/memory, secrets, IAM, Cloud SQL, custom domain, Cloud Build trigger, health checks, and monitoring alerts.
How this command is triggered — by the user, by Claude, or both
Slash command
/gcp-helper:setup-cloud-runThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /setup-cloud-run - Setup Google Cloud Run Service Configure and deploy a Cloud Run service with best practices. ## Steps 1. Ask the user for the service name, runtime, and source code location 2. Create or verify the Dockerfile for the application 3. Configure the Cloud Run service with appropriate settings: - CPU allocation (default: 1 vCPU) - Memory limit (default: 512Mi) - Max instances (default: 10) - Min instances (default: 0 for cost savings, 1 for low latency) 4. Set up environment variables and secret references from Secret Manager 5. Configure the service account w...
Configure and deploy a Cloud Run service with best practices.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin gcp-helper/setup-cloud-runConfigures and deploys a Google Cloud Run service with best practices — creates Dockerfile, sets CPU/memory, secrets, IAM, Cloud SQL, custom domain, Cloud Build trigger, health checks, and monitoring alerts.
/devopsBuilds CI/CD pipelines, Docker containers, deployment strategies, and infrastructure setups as a Senior DevOps Engineer given task arguments.
/dockerGenerates production-optimized Dockerfiles with multi-stage builds, docker-compose.yml, .dockerignore, scripts, and README for a service name. Supports Python/Node/Go/Rust/Java runtimes and services like Postgres/Redis.
/containerizeCreate optimized Dockerfile following best practices and security standards.
/docker-composeGenerates production-ready Docker Compose configurations for multi-service architectures with health checks, volumes, networks, and resource limits.
/deploy-genGenerates production-ready Docker, Kubernetes, and Docker Compose deployment configurations by analyzing the current project.