-
…in reply to @simonw
simonw Very soon, you'll have
gcloud run deploy -image ... --tag ...
so that you get a unique endpoint for this newly deployed revision, without it receiving incoming traffic. Today it requires 2 commands.
gcloud run deploy -image ... --tag ...
so that you get a unique endpoint for this newly deployed revision, without it receiving incoming traffic. Today it requires 2 commands.