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 318c4ca  Created Configuration (markdown)
318c4ca is described below

commit 318c4ca17d298cae04b3609ae2afe09c440e93ae
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Tue Jun 26 12:48:02 2018 +0530

    Created Configuration (markdown)
---
 Configuration.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Configuration.md b/Configuration.md
new file mode 100644
index 0000000..4062beb
--- /dev/null
+++ b/Configuration.md
@@ -0,0 +1,18 @@
+These are the various options you can configure in `cloudmonkey` using `set`, 
for example `set output table`
+
+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 | 🐱
+timeout | The API timeout in seconds | 1800
+verifycert | Whether to verify X509/TLS certificate if URL is https enabled | 
true
+url* | The CloudStack server API url | http://localhost:8080/client/api
+username* | The user's username | admin
+password* | The user's password | password
+domain* | The user's domain | /
+apikey* | The user's API key | 
+secretkey* | The user's secret key | 
+
+Note: Options marked with * are settings per server profile
\ No newline at end of file

Reply via email to