Sha256: 021c13a1340c81138b464e55969cb236a372e227624d4b4cfed7f3aced85d476
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
class Stack < Thor desc "create STACKFILE", "create a stack of servers" def create(stackfile) CloudstackCli::Cli.new.bootstrap_server( name, options[:zone], options[:template], options[:offering], options[:networks], options[:port_forwarding], options[:project] ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-cli-0.0.3 | lib/cloudstack-cli/commands/stack.rb |
cloudstack-cli-0.0.2 | lib/cloudstack-cli/commands/stack.rb |
cloudstack-cli-0.0.1 | lib/cloudstack-cli/commands/stack.rb |