gcloud iam service-accounts create deploy-bot --display-name "Deploy bot"
Create a service account
Provisions a non-human identity named deploy-bot that applications and CI pipelines use to call Google APIs without a person's login. The account gets an email like deploy-bot@my-project-123456.iam.gserviceaccount.com. Grant it roles with gcloud projects add-iam-policy-binding.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.