class Qops::Stack

Public Instance Methods

describe() click to toggle source
# File lib/qops/deployment/stacks.rb, line 8
def describe
  initialize_run
  puts JSON.pretty_generate(show_stack(name: options[:name]))
end