Class: Qops::Stack

Inherits:
Thor
  • Object
show all
Includes:
DeployHelpers
Defined in:
lib/qops/deployment/stacks.rb

Instance Method Summary collapse

Instance Method Details

#describeObject



8
9
10
11
# File 'lib/qops/deployment/stacks.rb', line 8

def describe
  initialize_run
  puts JSON.pretty_generate(show_stack(name: options[:name]))
end