Skip to content

Create Service Push 1.3.0

Compare
Choose a tag to compare
@dawu415 dawu415 released this 27 Sep 19:48
· 11 commits to master since this release

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.