GCP - Cloud Run
Given the following commands, what will be the output of
gcloud run revisions list --service=my-app after deploying twice?gcloud run deploy my-app --image=image:v1 --no-traffic
gcloud run deploy my-app --image=image:v2 --no-traffic
