lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.3.10 vs lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.3.11
- old
+ new
@@ -1,7 +1,7 @@
class Stack < CloudstackCli::Base
- desc "create STACKFILE", "create a stack of servers"
+ desc "stack 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