Flatten IAM bindings by member gcloud

Audit who has which role; --flatten explodes nested bindings into rows

gcloud projects get-iam-policy <id> --flatten="bindings[].members" --format="table(bindings.role,bindings.members)"
more gcloud all 8 commands →