How to do #bluegreen deployment in #cloud foundry using #cl #cli plugin.
Commands:
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin blue-green-deploy -r CF-Community
cf blue-green-deploy your_app_name -f your_manifest_file_name
Github link:-
https://github.com/amitaucs/Y_retail_...