Thanks for the tool, quite handy! It'd be nice if instead of failing it'd just aks for permission and enable the required APIs by itself. I got prompted for three: ```shell gcloud services enable serviceusage.googleapis.com --project= gcloud services enable cloudresourcemanager.googleapis.com --project= gcloud services enable iam.googleapis.com --project= ``` It's also missing from the README, I think.