Class: Pec::Command::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/pec/command/init.rb

Class Method Summary collapse

Methods inherited from Base

before_do, print_exception, task

Class Method Details

.run(host_name, options) ⇒ Object



3
4
5
6
7
# File 'lib/pec/command/init.rb', line 3

def self.run(host_name, options)
  Pec::Init.show_env_setting
  Pec::Init.create_template_dir
  Pec::Init.create_sample_config
end