README.md in cloudstack-cli-0.12.1 vs README.md in cloudstack-cli-0.12.2
- old
+ new
@@ -79,11 +79,11 @@
$ cs command listAlerts type=8
```
### Example: Creating a complete stack of servers
-Cloudstack-CLI does support stack files in YAML or JSON.
+Cloudstack CLI does support stack files in YAML or JSON.
An example stackfile could look like this (my_stackfile.yml):
```yaml
---
@@ -115,9 +115,22 @@
Create the stack of servers from above:
```sh
$ cs stack create my_stackfile.yml
+```
+Hint: You can also parse a stackfile from a URI.
+
+The following command destroys a stack using a definition gathered from a stackfile lying on a Github repository:
+
+```sh
+bundle exec cs stack destroy https://raw.githubusercontent.com/niwo/cloudstack-cli/master/test/stack_example.json
+Destroy the following servers web-001, web-002, db-001? [y/N]: y
+Destroy server web-001 : job completed
+Destroy server web-002 : job completed
+Destroy server db-001 : job completed
+Completed: 3/3 (41.4s)
+Finished.
```
### Example: Sort computing offerings
Sort all computing offerings by CPU and Memory grouped my Domain: