lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.0.3 vs lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.0.4
- old
+ new
@@ -1,7 +1,7 @@
class Stack < Thor
- desc "create STACKFILE", "create a stack of servers"
+ desc "stack create STACKFILE", "create a stack of servers"
def create(stackfile)
CloudstackCli::Cli.new.bootstrap_server(
name,
options[:zone],
options[:template],
\ No newline at end of file