When using 'gcloud run deploy', how can I specify the service name with command line args?

Viewed 2014

When using gcloud run deploy, how can I specify the service name with command-line args? I'm hoping to prevent the need for interactivity at deploy-time.

I'm currently deploying my service like so:

gcloud run deploy --image gcr.io/<PROJECT>/<TAG> --platform managed
1 Answers
Related