Sha256: 4015d38cfe267526ad85bcd1a96eab05a8f5ce4dcf067ed605aee3339d6aee35
Contents?: true
Size: 536 Bytes
Versions: 18
Compression:
Stored size: 536 Bytes
Contents
require 'sparkle_formation' require 'sfn' module Sfn class Command # Print command class Print < Command include Sfn::CommandModule::Base include Sfn::CommandModule::Template include Sfn::CommandModule::Stack def execute! config[:print_only] = true file = load_template_file file.delete('sfn_nested_stack') file = Sfn::Utils::StackParameterScrubber.scrub!(file) file = translate_template(file) ui.puts _format_json(file) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems