I'm wondering how to add a tag to a specific, already existing Cloud Run revision which already has a tag.
For example:
Is the flow above possible with the gcloud run services update
command? Or some other command? It seems like gcloud run services update
only affects the latest revision.
gcloud run services update-traffic
has flags for updating traffic tags.