I'm using gcloud auth activate-service-account
in a script to activate a service account. It outputs
Activated service account credentials for: [XXX@YYY.iam.gserviceaccount.com]
Is there a flag I can use to make the command not output anything? --quiet
doesn't seem to do what I want.