Class: ConfigCurator::CLI
- Inherits:
-
Thor
- Object
- Thor
- ConfigCurator::CLI
- Defined in:
- lib/config_curator/cli.rb
Overview
Thor class for the curate command.
Instance Method Summary collapse
-
#install(manifest = 'manifest.yml') ⇒ Boolean
Installs the collection.
Instance Method Details
#install(manifest = 'manifest.yml') ⇒ Boolean
Installs the collection.
18 |
# File 'lib/config_curator/cli.rb', line 18 desc "install", "Installs all units in collection." |