18F / cloud-foundry-cli

Docker image for running the Cloud Foundry CLI
https://hub.docker.com/r/18fgsa/cloud-foundry-cli/
1 stars 2 forks source link

CF CLI v7 supports blue-green deploys #18

Open adborden opened 3 years ago

adborden commented 3 years ago

https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html

The latest cf cli (which is maybe beta at the moment) supports cf push --strategy rolling and we no longer have to use the zero-downtime-push plugin.