The GCP command appcfg
has been deprecated. appcfg
used to have appcfg rollback
to be used when there is a failed deployment.
What is its equivalent for gcloud
(the new command)? I can't find it in Google GCP documentation.
More context:
Rolling back in appcfg
was not meant for managing the traffic and going back to the previous version. It was used to remove the lock on your deploy.
If you had an unsuccessful deployment, you were not able to deploy any more. appcfg rollback
was used to remove that lock and make it available for you to deploy again.