Skip to content

Commit

Permalink
date-to-week-date: Add enable-iam-api shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jan 3, 2023
1 parent af5a5d5 commit b499b4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions date-to-week-date/scripts/enable-iam-api.sh
@@ -0,0 +1,8 @@
#!/bin/bash -ex

# gcloud projects list
# gcloud config set project "${project_id}"

gcloud services enable iam.googleapis.com

# gcloud services list

0 comments on commit b499b4e

Please sign in to comment.