Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Last active December 2, 2024 16:48
Show Gist options
  • Save kevinhooke/898de78ade7ae1c6cc5e1d34836722cb to your computer and use it in GitHub Desktop.
Save kevinhooke/898de78ade7ae1c6cc5e1d34836722cb to your computer and use it in GitHub Desktop.
GCP cli snippets
#list projects
gcloud projects list
#list VMs
gcloud --project [project-id] compute instances list
#List Cloud Run services
gcloud --project [project-id] run services list
#Lookup GCP secret
gcloud --project [project-id] secrets versions access latest --secret [secret-name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment