Skip to content

Coherence CLI - 1.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 04:44
78c04e4

Coherence CLI Release 1.8.0

This is release 1.8.0 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

New Features

  • Added the ability to sort table output by any column by using the --sort option followed by a column name. Sorting is ascending by default but can be changed to descending by using the --desc flag.
  • Added the ability to add custom panels to be displayed with cohctl monitor cluster using cohctl set/get panels
  • Added the --limit option to be used with the -W option to limit the number of lines displayed to the terminal size
  • Added the cohctl run report command to run a report interactively and return output in JSON format. Only available with the very latest patches of Coherence
  • Added the cohctl restart cluster command to restart an already running local cluster
  • added the ability to override the home directory where the client stores it’s files by specifying the COHCTL_HOME environment variable

Changes / Bugs Fixes

  • The sorting columns in cohctl get p2p-stats have been removed as the above more flexible --sort option can now be used
  • Changed cohctl get http-servers and cohctl get proxies commands to show summary of the relevant servers
  • Added cohctl get http-server-members and cohctl get proxy-members commands to show member details for each
  • Updated to support the latest Community Edition (CE) and commercial patches
  • Minor updates to error messages to provide more clarity on single arguments
  • Fixed an issue where the get machines command would show more machines that there actually are
  • ESC key can also be used to exit panel view in cohctl monitor cluster
  • Fixed an issue where cohctl describe http-server and cohctl describe proxy would not correctly display the results
  • Fixed an issue where jsonpath output may not be processed correctly
  • Fixed an issue where colour would not work correctly on Windows

Breaking Changes

  • Federation commands have be standardised to use outgoing instead of destinations andincoming instead of origins
    • e.g. cohctl get federation destinations is now cohctl get federation outgoing

Full List of Changes

New Contributors

Full Changelog: 1.7.2...1.8.0