Class: Chef::Knife::Decrypt

Inherits:
VaultDecrypt show all
Includes:
VaultBase
Defined in:
lib/chef/knife/decrypt.rb

Instance Method Summary collapse

Methods included from VaultBase

included, #show_usage

Methods inherited from VaultDecrypt

#print_values

Instance Method Details

#runObject



26
27
28
29
# File 'lib/chef/knife/decrypt.rb', line 26

def run
  $stdout.puts "DEPRECATION WARNING: knife decrypt is deprecated. Please use knife vault decrypt instead."
  super
end