Create Service Push 1.3.0
Adds support for variable substitution via the flags --var KEY=VALUE
, --vars-file FULLPATH_FILENAME
and environment variables using prefixes with flag --use-env-vars-prefixed-with
. Both flags --var
and --vars-file
do not get passed to cf push by default unless the flag --push-as-subprocess
is used. --push-as-subprocess
forces cf push to be performed via a sub-process rather than the CF CLI Command architecture, which is currently not updated due to refactoring changes in CF CLI itself.
Thanks to @TheFonz2017 and @bpandola for suggestions and discussion.