github cloudfoundry/cli v6.19.0

latest releases: v8.7.9, v7.7.9, v8.7.8...
7 years ago

Installers

Binaries

Change Log

Space Quota for Reserved Route Ports

Space quota related commands have been enhanced to enable setting, updating or retrieving the limit on the total number of reserved ports that can be used to create routes within a space. This can be used to distribute a limited number of available ports over multiple spaces for use in TCP routes.
This feature requires the target CF release to be v236 (CC API v2.55.0) or higher.

Display Suggestions

When you mistype a command, e.g. cf craete-service, the cf CLI will try to display a suggestion of the command you may have meant.

Safe hostnames

Routes created with random hostnames could lead to embarrassing situations as words were picked from a bundled dictionary. The dictionary has been filtered, removing profanity, swear words and other questionable words.

App Start Hang

Fixed an issue where the cf CLI could hang while attempting to start an app due to an issue in the loggregator_consumer and noaa libraries.

Fixed Regressions

  • Linux 64 bit release
    Some users reported panics with the Linux 64 bit binaries since cf CLI 6.18.0. We fixed a build issue that resolves these issues. (#848, #843)
  • cf org, cf space
    A regression in cf CLI 6.18.0 caused most values for the fields displayed by cf org and cf space to not appear.
  • cf disable-service-access
    A change in cf CLI 6.18.1 to improve this command's performance caused a regression.

Updated Commands

  • create-space-quota, update-space-quota, space-quotas, space-quota, space and org now take an argument to set/update the reserved route port quota, or display it.
  • set-env now displays the app name in the restage tip (#832)
  • push no longer interweaves output when pushing multiple apps while the doppler endpoint is not accessible.
  • push no longer fails due to a rare race condition while tailing logs when starting an app (#850)

Don't miss a new cli release

NewReleases is sending notifications on new releases.