Class: Busser::Command::Setup

Inherits:
Thor::BaseGroup show all
Defined in:
lib/busser/command/setup.rb

Overview

Setup command.

Author:

Instance Method Summary collapse

Methods included from UI

banner, die, fatal, handle_command, info, run!, run_ruby_script!, status, warn

Methods included from Helpers

chef_apply, install_gem, root_path, suite_path, vendor_path

Instance Method Details

#performObject



36
37
38
39
40
# File 'lib/busser/command/setup.rb', line 36

def perform
  banner "Setting up Busser"
  create_busser_root
  generate_busser_binstub
end