GCloud Skill
Use the gcloud CLI to manage Google Cloud Platform resources and services.
Authentication
Check current auth:
gcloud auth list
Login interactively:
gcloud auth login
Login with service account:
gcloud auth activate-service-account --key-file=key.json
Application default credentials:
gcloud auth application-default login
Project & Configuration
List projects:
gcloud projects list
Set default project:
[Description truncada. Veja o README completo no GitHub.]