Sha256: 3b18251831912c267217ccbe0d048a041131e85840c9263bff72d949b43be10c

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

class Stack < CloudstackCli::Base

	desc "create STACKFILE", "create a stack of servers"
  def create(stack_file)
  	#begin
      stack = JSON.parse(File.read(stack_file))
    #rescue Exception => e
      $stderr.puts "Can't find the stack file #{stack_file}."
      exit
    #end
    	p stack
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloudstack-cli-0.1.1 lib/cloudstack-cli/commands/stack.rb