Skip to content

Commit fbffd3c

Browse files
authored
Merge pull request #10 from vkareh/release-v0.0.1
Release v0.0.1
2 parents 06069be + 22fc23a commit fbffd3c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,22 @@
22

33
This document describes the relevant changes between releases of the `moactl`
44
command line tool.
5+
6+
== 0.0.1 May 27 2020
7+
8+
Initial pre-release of moactl. Contains the following commands:
9+
10+
- completion Generates bash completion scripts
11+
- create Create a resource from stdin
12+
- delete Delete a specific resource
13+
- describe Show details of a specific resource
14+
- edit Edit a specific resource
15+
- help Help about any command
16+
- init Applies templates to support Managed OpenShift on AWS clusters
17+
- list List all resources of a specific type
18+
- login Log in to your Red Hat account
19+
- logout Log out
20+
- logs Show logs of a specific resource
21+
- verify Verify resources are configured correctly for cluster install
22+
- version Prints the version of the tool
23+

pkg/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.0.0"
21+
const Version = "0.0.1"

0 commit comments

Comments
 (0)