You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/03/14 07:15:52 UTC

[cloudstack-cloudmonkey.wiki] branch master updated: Updated Getting Started (markdown)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new ac0b42d  Updated Getting Started (markdown)
ac0b42d is described below

commit ac0b42def825390d7f639d520b04da437a5138fa
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Thu Mar 14 12:45:51 2019 +0530

    Updated Getting Started (markdown)
---
 Getting-Started.md | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/Getting-Started.md b/Getting-Started.md
index 23ef9d2..8f3e9dc 100644
--- a/Getting-Started.md
+++ b/Getting-Started.md
@@ -4,10 +4,8 @@ The default server profile has the name `localcloud` with defaults (such as url
 
 ```
 $ cmk
-Loaded in-built API cache. Failed to read API cache, please run 'sync'.
-Apache CloudStack 🐵 cloudmonkey 6.x.y
-Type "help" for details, "sync" to update API cache or press tab to list options
-Report issues here: https://github.com/apache/cloudstack-cloudmonkey/issues
+Apache CloudStack 🐵 CloudMonkey 6.0.0
+Report issues: https://github.com/apache/cloudstack-cloudmonkey/issues
 
 (localcloud) 🐱 > set profile mycloud
 Loaded server profile: mycloud
@@ -15,14 +13,12 @@ Url:         http://localhost:8080/client/api
 Username:    admin
 Domain:      /
 API Key:     
+Total APIs:  595    
 
 (mycloud) 🐱 > set url http://myprovider.cloud/client/api
-(mycloud) 🐱 > login 
-✔ Username: myusername
-✔ Password: **************
-✔ Domain: mydomain
-Successfully logged in and saved credentials to the server profile.
+(mycloud) 🐱 > set username myusername
+(mycloud) 🐱 > set password mypassword
 (mycloud) 🐱 > sync
-⣟ 😺 discovering APIs, please wait...
+Discovered 610 APIs
 ```
-You can also use the `set` command to set the various server profile specific options. The cloudmonkey configuration is stored at `~/.cmk/config` file, the `~/.cmk` directory also contains the API cache and history files.
\ No newline at end of file
+You can also use the `set` command to set the various server profile specific options. The cloudmonkey configuration is stored at `~/.cmk/config` file. The `~/.cmk` directory also contains the API cache at `~/.cmk/profiles`.
\ No newline at end of file