Module: KPM

Defined in:
lib/kpm/nexus_helper/actions.rb,
lib/kpm.rb,
lib/kpm/cli.rb,
lib/kpm/tasks.rb,
lib/kpm/utils.rb,
lib/kpm/system.rb,
lib/kpm/account.rb,
lib/kpm/version.rb,
lib/kpm/database.rb,
lib/kpm/formatter.rb,
lib/kpm/inspector.rb,
lib/kpm/installer.rb,
lib/kpm/migrations.rb,
lib/kpm/coordinates.rb,
lib/kpm/uninstaller.rb,
lib/kpm/sha1_checker.rb,
lib/kpm/trace_logger.rb,
lib/kpm/base_artifact.rb,
lib/kpm/kaui_artifact.rb,
lib/kpm/tenant_config.rb,
lib/kpm/base_installer.rb,
lib/kpm/tomcat_manager.rb,
lib/kpm/diagnostic_file.rb,
lib/kpm/plugins_manager.rb,
lib/kpm/plugins_directory.rb,
lib/kpm/killbill_plugin_artifact.rb,
lib/kpm/killbill_server_artifact.rb,
lib/kpm/nexus_helper/nexus_facade.rb,
lib/kpm/system_helpers/system_proxy.rb,
lib/kpm/system_helpers/os_information.rb,
lib/kpm/system_helpers/cpu_information.rb,
lib/kpm/nexus_helper/nexus_api_calls_v2.rb,
lib/kpm/system_helpers/entropy_available.rb,
lib/kpm/system_helpers/memory_information.rb,
lib/kpm/system_helpers/disk_space_information.rb

Overview

require_relative ‘nexus_api_calls_v3’

Defined Under Namespace

Modules: NexusFacade, SystemProxy, Tasks Classes: Account, ArtifactCorruptedException, BaseArtifact, BaseInstaller, Cli, Coordinates, Database, DiagnosticFile, Formatter, Inspector, Installer, KauiArtifact, KillbillPluginArtifact, KillbillServerArtifact, Migrations, PluginsDirectory, PluginsManager, Sha1Checker, System, TenantConfig, TomcatManager, TraceLogger, Uninstaller, Utils

Constant Summary collapse

VERSION =
'0.6.4'

Class Method Summary collapse

Class Method Details

.rootObject



29
30
31
# File 'lib/kpm.rb', line 29

def root
  @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__)))
end

.uiObject



33
34
35
# File 'lib/kpm.rb', line 33

def ui
  @ui ||= Thor::Shell::Color.new
end