|
2 | 2 |
|
3 | 3 | `cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for
|
4 | 4 | [Apache CloudStack](http://cloudstack.apache.org).
|
5 |
| -CloudMonkey can be used both as an interactive shell and as a command line tool |
6 |
| -which simplifies Apache CloudStack configuration and management. |
| 5 | +It can be used both as an interactive shell and as a command-line tool, simplifying Apache CloudStack configuration and management. |
7 | 6 |
|
8 |
| -The modern cloudmonkey is a re-written and simplified port in Go and can be used |
| 7 | +The modern CloudMonkey is a rewritten and simplified port in Go, compatible |
9 | 8 | with Apache CloudStack 4.9 and above. The legacy cloudmonkey written in Python
|
10 | 9 | can be used with Apache CloudStack 4.0-incubating and above.
|
11 | 10 |
|
12 | 11 | For documentation, kindly see the [wiki](https://github.com/apache/cloudstack-cloudmonkey/wiki).
|
13 | 12 |
|
14 | 13 | ### Development
|
15 | 14 |
|
16 |
| -For development the pre-requisites are Go 1.11 or latest and a unix-like |
| 15 | +To develop CloudMonkey, you need Go 1.11 or later and a unix-like |
17 | 16 | environment. You can use the following targets for building:
|
18 | 17 |
|
19 | 18 | $ make help
|
@@ -78,8 +77,7 @@ platforms such as Linux, Mac and Windows](https://github.com/apache/cloudstack-c
|
78 | 77 |
|
79 | 78 | If cloudmonkey is being upgraded from a version lower than v6.0.0, it must be noted
|
80 | 79 | that the cloudmonkey configuration path is changed from `~/.cloudmonkey/config` to
|
81 |
| -`~/.cmk/config` and a default `localcloud` profile is created. One would have to hence |
82 |
| -do an initial setup of basic configuration such apikey/secretkey/username/password/url for the required profile(s) as required |
| 80 | +`~/.cmk/config` and a default `localcloud` profile is created. One must first set up basic configurations such as apikey/secretkey/username/password/url for the required profile(s) as required |
83 | 81 |
|
84 | 82 | ### License
|
85 | 83 |
|
|
0 commit comments