Class: Chef::Knife::EncryptRotateKeys

Inherits:
VaultRotateKeys show all
Includes:
VaultBase
Defined in:
lib/chef/knife/encrypt_rotate_keys.rb

Instance Method Summary collapse

Methods included from VaultBase

included, #show_usage

Instance Method Details

#runObject



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

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