Class: Vaultez::CLI

Inherits:
Thor
  • Object
show all
Includes:
Vaultez::Commands::Auth, Vaultez::Commands::ConfigCommand, Vaultez::Commands::Fetch
Defined in:
lib/vaultez/cli.rb

Instance Method Summary collapse

Instance Method Details

#configObject



57
# File 'lib/vaultez/cli.rb', line 57

def config; super; end

#fetchObject



47
# File 'lib/vaultez/cli.rb', line 47

def fetch; super; end

#loginObject



20
# File 'lib/vaultez/cli.rb', line 20

def ; super; end

#logoutObject



29
# File 'lib/vaultez/cli.rb', line 29

def logout; super; end