github cloudfoundry/cli v6.14.0
CF version v6.14.0

latest releases: v8.7.10, v7.7.10, v8.7.9...
8 years ago

Installers

Binaries

Release Notes

New Commands

  • purge-service-instance for admins dealing with an unresponsive service instance, to delete it
  • router-groups for admins to list the type of router groups configured.

Updated Commands

  • create-org now assigns the org creator as its initial OrgManager automatically
  • cf -v is now semver-compliant ("6.14.0+2654a47-2015-11-18")
  • set-org-role and unset-org-role now work for Org Managers (see note below)
  • set-space-role and unset-space-role now work for Org Managers and Space Managers (see note below)

Note that the set/unset role commands require the target CF release to be v219 (CC API v2.37.0) or higher and the feature flags set_roles_by_username and unset_roles_by_username to be enabled (use cf feature-flags to check) to be used by Org/SpaceManagers. Without these conditions they will continue to work only for admins.

Bug Fixes

  • Fixed issues in help and usage of stack and stacks (#635)
  • Fixed issues in help examples of create-service (#107628656)
  • Fixed issue with plugins with long command names (#653)
  • push did not upload empty folders, causing an issue with the Java buildpack not recognizing a valid Web application with an empty WEB-INF folder (#107835158)
  • When pushing apps under 1KB with push, the "B" unit is now present in the upload status message (#108280642)
  • Plugin API commands no longer leak file descriptors (#108012132)

User Experience Improvements

  • Added better error message when trying to create a user with create-user and passing in an invalid username (#66201062)
  • Added better error message when passing more arguments than the required app name argument to ssh (#638)
  • Fixed typo in space help text. (#672)
  • Updated the bug report template to request more details (#106902332)

Plugin Framework Changes

  • Tokens are now refreshed automatically when the AccessToken plugin method is called (#597)
  • Added documentation and coding examples around libraries available for TDD plugin development (#107137824)
  • MinCliVersion in PluginMetadata now works for patch releases (e.g. 6.12.1) (#103468700)
  • Field PackageUpdatedAt in GetApp response is now populated instead of always being nil (#107859114)

Don't miss a new cli release

NewReleases is sending notifications on new releases.