Sep 28, 2021
The two `gcloud` commands to list IAM roles related to GCE and GCS can also be combined into one:
gcloud iam roles list --format="get(name)" --filter="name:(roles/storage.,roles/compute.) stage:GA" >> roles.txt
The two `gcloud` commands to list IAM roles related to GCE and GCS can also be combined into one:
gcloud iam roles list --format="get(name)" --filter="name:(roles/storage.,roles/compute.) stage:GA" >> roles.txt