lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.3.1 vs lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.3.2

- old
+ new

@@ -1,6 +1,5 @@ class Stack < CloudstackCli::Base - include CloudstackCli::Helper desc "create STACKFILE", "create a stack of servers" def create(stackfile) stack = parse_stackfile(stackfile) say "Create stack #{stack["name"]}..." \ No newline at end of file