class AWSDSL::CommandLine
Public Instance Methods
execute()
click to toggle source
# File lib/awsdsl/command_line.rb, line 12 def execute stack = Loader.load(stackfile) AMIBuilder.build(stack) end
# File lib/awsdsl/command_line.rb, line 12 def execute stack = Loader.load(stackfile) AMIBuilder.build(stack) end