gcloud - Enable multiple APIs on GCP

Enable multiple APIs on GCP

Category: #fieldnotes/gcp

Here’s an easy way to enable multiple apis in one go

`https://console.developers.google.com/flows/enableapi?apiid=container,compute_component,storage_component 

` Just add the right IDs on apiid params

gcloud services enable container.googleapis.com –async gcloud services enable containerregistry.googleapis.com –async gcloud services enable cloudbuild.googleapis.com –async gcloud services enable sourcerepo.googleapis.com –async