Class: Kakine::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/kakine/cli.rb

Instance Method Summary collapse

Instance Method Details

#applyObject



15
16
17
18
# File 'lib/kakine/cli.rb', line 15

def apply
  setup(options)
  Kakine::Director.apply
end

#showObject



6
7
8
9
# File 'lib/kakine/cli.rb', line 6

def show
  setup(options)
  Kakine::Director.show_current_security_group
end