class Stack < CloudstackCli::Base desc "create STACKFILE", "create a stack of servers" def create(stackfile) # TODO end end