Module: SecretServer::Commands::Remove

Included in:
SecretServer::Commands
Defined in:
lib/secret_server/commands/remove.rb

Overview

Command to remove a connection with Secret Server

Instance Method Summary collapse

Instance Method Details

#remove!Object



5
6
7
# File 'lib/secret_server/commands/remove.rb', line 5

def remove!
  sdkclient_exec('remove', '-c')
end