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:09:55 UTC

[cloudstack-cloudmonkey.wiki] branch master updated: Updated Configuration (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 a0697ca  Updated Configuration (markdown)
a0697ca is described below

commit a0697ca8019846fd7c7625b79fe292be096ea4e6
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Thu Mar 14 12:39:54 2019 +0530

    Updated Configuration (markdown)
---
 Configuration.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Configuration.md b/Configuration.md
index 4f40d90..62409b6 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -1,13 +1,13 @@
-These are the various options you can configure in `cloudmonkey` using `set`, for example `set output table`
+These are the various options you can configure in `cmk` using `set`, for example `set output column`
 
 Option | Description | Default
 ---|---|---
-asyncblock | Whether to block and poll for async API job result, valid options: true and false | true
-output | The API response output format, valid options: json, table, text, csv, xml | json
-profile | The server profile name, `set` will switch to an existing profile or create a new profile with default if it does not exist | localcloud
 prompt | The CLI prompt | 🐱
+asyncblock | Whether to block and poll for async API job result, valid options: true and false | true
 timeout | The API timeout in seconds | 1800
+output | The API response output format, valid options: json, table, text, column, csv | json
 verifycert | Whether to verify X509/TLS certificate if URL is https enabled | true
+profile | The server profile name, `set` will switch to an existing profile or create a new profile with default if it does not exist | localcloud
 url* | The CloudStack server API url | http://localhost:8080/client/api
 username* | The user's username | admin
 password* | The user's password | password
@@ -16,5 +16,6 @@ apikey* | The user's API key |
 secretkey* | The user's secret key | 
 
 Notes:
-- Options marked with * are settings per server profile
-- When both api/secret key and username/passwords are provided, the api/secret keys take precedence for API authentication and encoding
\ No newline at end of file
+- Options marked with `*` are settings server profile settings, other settings are core/global settings.
+- When both api/secret key and username/passwords are provided, the api/secret keys take precedence for API authentication over username/password.
+- An additional setting `debug` exists when can be turned on to enable console based debugging.
\ No newline at end of file