Class: Armrest::CLI::Secret

Inherits:
Armrest::Command show all
Defined in:
lib/armrest/cli/secret.rb

Instance Method Summary collapse

Methods inherited from Armrest::Command

alter_command_description, command_help, dispatch, exit_on_failure?, website

Instance Method Details

#show(name) ⇒ Object



7
8
9
# File 'lib/armrest/cli/secret.rb', line 7

def show(name)
  puts Armrest::Services::KeyVault::Secret.new(options).show(name: name)
end