From b997b68b56388eee7336f6415ef412da83d8d524 Mon Sep 17 00:00:00 2001 From: Imvedansh Date: Wed, 19 Mar 2025 01:43:39 +0530 Subject: [PATCH 1/2] Few grammer mistakes 1st commit --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b119e8..ea31853 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ `cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for [Apache CloudStack](http://cloudstack.apache.org). -CloudMonkey can be used both as an interactive shell and as a command line tool -which simplifies Apache CloudStack configuration and management. +It can be used both as an interactive shell and as a command-line tool, simplifying Apache CloudStack configuration and management. -The modern cloudmonkey is a re-written and simplified port in Go and can be used +The modern Cloudmonkey is a rewritten and simplified port in Go, compatible with Apache CloudStack 4.9 and above. The legacy cloudmonkey written in Python can be used with Apache CloudStack 4.0-incubating and above. @@ -13,7 +12,7 @@ For documentation, kindly see the [wiki](https://github.com/apache/cloudstack-cl ### Development -For development the pre-requisites are Go 1.11 or latest and a unix-like +To develop CloudMonkey, you need Go 1.11 or later and a unix-like environment. You can use the following targets for building: $ make help @@ -78,8 +77,7 @@ platforms such as Linux, Mac and Windows](https://github.com/apache/cloudstack-c If cloudmonkey is being upgraded from a version lower than v6.0.0, it must be noted that the cloudmonkey configuration path is changed from `~/.cloudmonkey/config` to -`~/.cmk/config` and a default `localcloud` profile is created. One would have to hence -do an initial setup of basic configuration such apikey/secretkey/username/password/url for the required profile(s) as required +`~/.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 ### License From 3efcb273a471ed3d656261f5230277a1a68878fb Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 19 Mar 2025 09:07:49 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea31853..613dfae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Apache CloudStack](http://cloudstack.apache.org). It can be used both as an interactive shell and as a command-line tool, simplifying Apache CloudStack configuration and management. -The modern Cloudmonkey is a rewritten and simplified port in Go, compatible +The modern CloudMonkey is a rewritten and simplified port in Go, compatible with Apache CloudStack 4.9 and above. The legacy cloudmonkey written in Python can be used with Apache CloudStack 4.0-incubating and above.