Skip to content

Instantly share code, notes, and snippets.

@jdyke
Created February 21, 2021 21:14
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 jdyke/a3954d0b4f39f8ebd084bc7513e905fe to your computer and use it in GitHub Desktop.
Save jdyke/a3954d0b4f39f8ebd084bc7513e905fe to your computer and use it in GitHub Desktop.
#! /bin/bash
for id in `gcloud projects list --format="value(projectId.scope())"`
do
echo "Enabling Recommender on project ID: $id"
gcloud services enable recommender.googleapis.com --project=$id
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment