Package Manager Installation
Installers
- Debian 64 bit / 32 bit (deb)
- Redhat 64 bit / 32 bit (rpm)
- Mac OS X 64 bit (pkg)
- Windows 64 bit / 32 bit (zip)
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.