Skip to content

v6.39.1

Compare
Choose a tag to compare
@willmurphyscode willmurphyscode released this 19 Sep 19:49

Package Manager Installation

Installers

Binaries

Change Log

Fix for cf push bug when providing a -s stack flag.

Fixes a bug whereby when you attempted to cf push by passing in the -b buildpacks and -s stacks flags, the CLI ignored the -s flag.

Now pushing with multiple buildpacks and providing an explicit -s flag (cf push app -b ruby_buildpack -b go_buildpack -s cflinuxfs3) works as expected.

Note:

  • If you do not explicitly provide a stack, the CLI will continue to use the default system stack.