File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This document describes the relevant changes between releases of the `moactl`
44command 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+
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.0 "
21+ const Version = "0.0.1 "
You can’t perform that action at this time.
0 commit comments