You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bind-route-service command now supports the configuration param for specifying service-specific configuration parameters, thanks to a PR by BartoszKaszewczuk
Changed
Previously when doing a push command with manifest and environment_variables params, the existing manifest file would be modified in-place to include the environment variables. We now modify a copy of the original manifest and leave the original alone. This is all internal to the cf-cli-resource and should not affect any existing pipelines!