Loading...
Loading...
Guidance for a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource.
npx skill4agent add google/skills google-cloud-recipe-onboardingmy-first-gcp-projectgcloudgcloud initgcloud services enable run.googleapis.come2-micro gcloud run deploy hello-world \
--image=gcr.io/cloudrun/hello \ --platform=managed \ --region=us-central1 \
--allow-unauthenticatedgcloud beta billing projects describe PROJECT_IDgcloud config list