File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This document describes the relevant changes between releases of the `moactl`
44command line tool.
55
6+ == 0.0.2 Jun 5 2020
7+
8+ - login: Update token URL
9+ - errors: Expand error messages
10+ - linter: Fix unnecessary conversion
11+ - create-cluster: Track version of moactl used for cluster creation
12+ - whoami: Prefix output with source API
13+ - logs: Allow the use of --cluster as identifier
14+ - cmd: Switch to use CreateReporterOrExit
15+ - reporter: Define CreateReporterOrExit
16+ - whoami: Fallback to JWT for account data
17+ - whoami: Add command to display account information
18+ - ocm: Get arbitrary token data
19+ - linter: Add golangci-lint configuration and fix all lint warnings
20+ - cluster: Allow the use of --cluster as identifier
21+ - list-user: Check cluster_admin_enabled before listing cluster-admins
22+ - idp: Fix command help after creating IdP
23+ - Limit API retires and set minimum throttle delay between reties
24+
625== 0.0.1 May 27 2020
726
827Initial pre-release of moactl. Contains the following commands:
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ limitations under the License.
1818
1919package info
2020
21- const Version = "0.0.1 "
21+ const Version = "0.0.2 "
You can’t perform that action at this time.
0 commit comments