lib/sfn/config/update.rb in sfn-0.5.0 vs lib/sfn/config/update.rb in sfn-1.0.0
- old
+ new
@@ -4,13 +4,9 @@
class Config
# Update command configuration
class Update < Validate
attribute(
- :print_only, [TrueClass, FalseClass],
- :description => 'Print the resulting stack template'
- )
- attribute(
:apply_stack, String,
:multiple => true,
:description => 'Apply outputs from stack to input parameters'
)
attribute(