lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.4.3 vs lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.5.0

- old
+ new

@@ -1,7 +1,7 @@ class Stack < CloudstackCli::Base - desc "stack create STACKFILE", "create a stack of servers" + desc "create STACKFILE", "create a stack of servers" def create(stackfile) stack = parse_stackfile(stackfile) say "Create stack #{stack["name"]}...", :green projectid = find_project(stack["project"])['id'] if stack["project"] jobs = [] \ No newline at end of file