bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

Support Environment Variable Substitution using --var #77

Open harshild opened 6 years ago

harshild commented 6 years ago

This is on the similar lines as #76 This talks about setting environment variables using --var.

Currently, manifest file is the only way to go on with it which may be a problem when dealing with credentials that cannot be passed in the manifest file.