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
Mac OS X installer is now digitally signed with a Foundation certificate, so CLI can be installed without needing to bypass security features. (Similar experience on Windows will be addressed soon.)
Mac OS X installer now includes the correct CLI release version and package size in distribution manifest
Debian installer now denotes the correct package size
Updated Commands
push now deploys apps with jars generated with Spring Boot 1.3.0 that embed a script at the start of the jar file (#411)
push now deploys apps with >64KB read-only files (#685)
push no longer fails on Windows with >260 character paths that are specified in .cfignore (#564)
push no longer continues traversing folders specified in .cfignore (#564)
push now displays a user friendly message when no application files found (#687)
push now uses a CF Foundation buildpack as example in help text for -b option
ssh no longer swallows execution result when invoked repeatedly with -c option (#702)
auth now displays an error message in case of a 502 HTTP error response
help no longer includes redundant BUILD TIME section
delete-quota now displays correct help text for -f option (#715)
purge-service-instance now returns a meaningful error message when targeting a CF release that does not support purging service instances (#690)
Plugin Framework Changes
The Domain field of the application model returned by GetApp is now properly populated (#699)