Class: Conjur::CLI

Inherits:
Object
  • Object
show all
Extended by:
GLI::App
Defined in:
lib/conjur/cli.rb

Class Method Summary collapse

Class Method Details

.apply_configObject



35
36
37
# File 'lib/conjur/cli.rb', line 35

def apply_config
  Conjur::Config.apply
end

.load_configObject



31
32
33
# File 'lib/conjur/cli.rb', line 31

def load_config
  Conjur::Config.load
end