lib/chamber/binary/runner.rb in chamber-2.1.9 vs lib/chamber/binary/runner.rb in chamber-2.2.0
- old
+ new
@@ -81,9 +81,12 @@
def compare
Commands::Compare.call(options)
end
desc 'secure', 'Secures any values which appear to need to be encrypted in any of the settings files which match irrespective of namespaces'
+ method_option :only_sensitive,
+ type: :boolean,
+ default: true
def secure
Commands::Secure.call(options)
end
desc 'init', 'Sets Chamber up matching best practices for secure configuration management'