Class: Hotify::Cli
- Inherits:
-
Thor
- Object
- Thor
- Hotify::Cli
- Defined in:
- lib/hotify/cli.rb
Instance Method Summary collapse
Instance Method Details
#apply(path) ⇒ Object
23 24 25 26 27 |
# File 'lib/hotify/cli.rb', line 23 def apply(path) role_file = YAML.load_file(path) add_role_by_yaml(role_file) remove_role_by_yaml(role_file) end |