Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Latest commit

 

History

History
114 lines (63 loc) · 2.61 KB

CHANGES.adoc

File metadata and controls

114 lines (63 loc) · 2.61 KB

Changes

This document describes the relevant changes between releases of the uhc command line tool.

0.1.19 Aug 15 2019

  • Fixed issue #62: the --url option of the login command should not be mandatory.

0.1.18 Aug 14 2019

  • Improvements in the cluster list command, including increasing the size of the name column.

  • Added new orgs command to list organizations.

  • Added new account orgs command to list organizations for the current account.

  • Print roles of current user with the account status command.

  • Add filter positional argument to the cluster list command.

0.1.17 Jul 2 2019

  • Added the account command.

0.1.16 Jun 28 2019

  • Fix deprecated issuer: should be developers.redhat.com instead of sso.redhat.com.

0.1.15 Jun 27 2019

  • Added the --single option to the get command to format the output in one single line.

  • Improvements in the cluster login command.

  • Changed the default authentication service from developers.redhat.com to sso.redhat.com. The old service will still be used when authenticating with a user name and password or with token issued by developers.redhat.com.

0.1.14 Jun 20 2019

  • Added the config get and config set commands to get and set configuration settings.

  • Added support for shortcuts to the raw HTTP commands.

  • Added the whoami command.

  • Added support for custom columns in the cluster list command.

0.1.13 Jun 12 2019

  • Added the cluster login command.

0.1.12 Jun 7 2019

  • Improvements in the cluster list and cluster describe commands.

0.1.11 May 8 2019

  • Added the completion command that generates bash completion scripts.

0.1.10 May 3 2019

  • Adapt to changes in the API and SDK that moved cluster basic metrics to a new metrics attribute.

0.1.9 May 2 2019

  • Added the cluster command.

0.1.8 Apr 18 2019

  • Update to use the new package names of the SDK and the CLI.

  • Build static binary.

0.1.7 Apr 9 2019

  • Send output to stderr only if the response HTTP code is greater than 400.

0.1.6 Mar 27 2019

  • Update to SDK 0.1.3.

0.1.5 Mar 27 2019

  • Don’t pass empty tokens to connection constructor.

0.1.4 Mar 24 2019

  • Fix printing of tokens.

  • Don’t reorder JSON output if jq is available.

0.1.3 Mar 24 2019

  • Fix check of token expiration.

0.1.2 Mar 24 2019

  • Add support for login with token.

0.1.1 Mar 14 2019

  • Don’t split the values of the --parameter command line option at commas.

0.1.0 Jan 24 2019

  • Moved from the api-client project into its own uhc-cli project.