Class: Kakine::CLI
- Inherits:
-
Thor
- Object
- Thor
- Kakine::CLI
- Defined in:
- lib/kakine/cli.rb
Instance Method Summary collapse
Instance Method Details
#apply ⇒ Object
15 16 17 18 |
# File 'lib/kakine/cli.rb', line 15 def apply setup() Kakine::Director.apply end |
#show ⇒ Object
6 7 8 9 |
# File 'lib/kakine/cli.rb', line 6 def show setup() Kakine::Director.show_current_security_group end |