Class: ConfigCurator::CLI

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

Overview

Thor class for the curate command.

Instance Method Summary collapse

Instance Method Details

#install(manifest = 'manifest.yml') ⇒ Boolean

Installs the collection.

Parameters:

  • manifest (String) (defaults to: 'manifest.yml')

    path to the manifest file to use

Returns:



18
# File 'lib/config_curator/cli.rb', line 18

desc "install", "Installs all units in collection."