lib/sfn/command/graph.rb in sfn-2.2.0 vs lib/sfn/command/graph.rb in sfn-3.0.0
- old
+ new
@@ -19,12 +19,10 @@
# Generate graph
def execute!
config[:print_only] = true
validate_graph_style!
file = load_template_file
- file.delete('sfn_nested_stack')
- file = Sfn::Utils::StackParameterScrubber.scrub!(file)
- file = translate_template(file)
+ file = parameter_scrub!(file.sparkle_dump)
@outputs = Smash.new
file = file.to_smash
ui.info "Template resource graph generation - Style: #{ui.color(config[:graph_style], :bold)}"
if(config[:file])
ui.puts " -> path: #{config[:file]}"