Class: Armrest::CLI::Secret
- Inherits:
-
Armrest::Command
- Object
- Thor
- Armrest::Command
- Armrest::CLI::Secret
- 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().show(name: name) end |