lib/sfn/command/describe.rb in sfn-1.0.4 vs lib/sfn/command/describe.rb in sfn-1.1.0
- old
+ new
@@ -12,9 +12,10 @@
AVAILABLE_DISPLAYS = [:resources, :outputs, :tags]
end
# Run the stack describe action
def execute!
+ name_required!
stack_name = name_args.last
root_stack = api_action! do
provider.connection.stacks.get(stack_name)
end
if(root_stack)