Class: Busser::Command::PluginInstall

Inherits:
Thor::BaseGroup show all
Includes:
RubyGems
Defined in:
lib/busser/command/plugin_install.rb

Overview

Plugin install command.

Author:

Instance Method Summary collapse

Methods included from RubyGems

dep_installer, gem_installed?, install_gem, latest_gem_version, new_dep, silence_gem_ui

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

#install_allObject



41
42
43
44
45
# File 'lib/busser/command/plugin_install.rb', line 41

def install_all
  silence_gem_ui do
    plugins.each { |plugin| install(plugin) }
  end
end