Skip to content

Instantly share code, notes, and snippets.

@andrewpsp
Created April 24, 2021 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewpsp/b1c16a573c0268b600e1be13695b85d7 to your computer and use it in GitHub Desktop.
Save andrewpsp/b1c16a573c0268b600e1be13695b85d7 to your computer and use it in GitHub Desktop.
gcloud services enable
gcloud services enable \
compute.googleapis.com \
container.googleapis.com \
iam.googleapis.com \
servicemanagement.googleapis.com \
cloudresourcemanager.googleapis.com \
ml.googleapis.com \
meshconfig.googleapis.com
@andrewpsp
Copy link
Author

Check if currently enabled
(services should be enabled unless a base building a docker build with a new account and project ID)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment