Method: CloudFormationTool::CLI::Output#execute

Defined in:
lib/cloud_formation_tool/cli/output.rb

#executeObject



10
11
12
13
# File 'lib/cloud_formation_tool/cli/output.rb', line 10

def execute
  st = CloudFormation::Stack.new(stack_name)
  puts st.output
end