github cloudfoundry/cli v6.33.1

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

Package Manager Installation

Installers

Binaries

Change Log

Relative symbolic links in apps

The v2-push command now preserves relative symlinks in app files. This makes it easier to work with Node.js apps using npm link. (#903)

Fixed regressions

  • Refactored service displayed more than just the guid when using the --guid flag, breaking scripts that read the value. (#1271)
  • Refactored logs stopped ordering streamed logs. We believe this issue was introduced during the refactor in cf CLI 6.26.0. (#1273)

Refactored commands

We are in the process of creating a more consistent user experience. Our goal is to standardize UI output.
For example, warnings and errors will consistently be outputted to stderr instead of stdout, and English table and key-value headers will be displayed in lowercase.
As we iterate through the list of commands, we are also focusing on improving performance and stability.
Please review your scripts if they depend on the output of these commands.

List of improved commands in this release:

  • create-route (was mistakenly listed in release notes of cf CLI 6.32.0)
  • feature-flags

Updated commands

  • logs now works over a SOCKS5 proxy. (cloudfoundry/noaa#38)
  • feature-flags now retries the API request on a 502 error response. (#1230)
  • feature-flags and restart-app-instance now have shorter, cleared command descriptions.
  • v3-set-env now accepts values for environment variables that start with a dash. (#1277)
  • v2-push now searches for a manifest file when a folder is specified to the -f flag, and fails with a friendly error message when it cannot find one.
  • v2-push now allows specifying a path to the -p flag starting with \ on Windows, to indicate the root of the current drive.

Don't miss a new cli release

NewReleases is sending notifications on new releases.