Skip to content

Commit

Permalink
Merge pull request #10 from vkareh/release-v0.0.1
Browse files Browse the repository at this point in the history
Release v0.0.1
  • Loading branch information
vkareh authored May 28, 2020
2 parents 06069be + 22fc23a commit fbffd3c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,22 @@

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

== 0.0.1 May 27 2020

Initial pre-release of moactl. Contains the following commands:

- completion Generates bash completion scripts
- create Create a resource from stdin
- delete Delete a specific resource
- describe Show details of a specific resource
- edit Edit a specific resource
- help Help about any command
- init Applies templates to support Managed OpenShift on AWS clusters
- list List all resources of a specific type
- login Log in to your Red Hat account
- logout Log out
- logs Show logs of a specific resource
- verify Verify resources are configured correctly for cluster install
- version Prints the version of the tool

2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.0.0"
const Version = "0.0.1"

0 comments on commit fbffd3c

Please sign in to comment.