Module: Rockette

Defined in:
lib/rockette.rb,
lib/rockette/cli.rb,
lib/rockette/rester.rb,
lib/rockette/command.rb,
lib/rockette/version.rb,
lib/rockette/controller.rb,
lib/rockette/commands/config.rb,
lib/rockette/commands/deploy.rb,
lib/rockette/commands/export.rb,
lib/rockette/controller/viewer.rb,
lib/rockette/controller/deployer.rb,
lib/rockette/controller/exporter.rb,
lib/rockette/commands/interactive.rb,
lib/rockette/controller/configurator.rb

Overview

APEX deployment

Defined Under Namespace

Modules: Commands Classes: CLI, Command, Configurator, Controller, Deployer, Error, Exporter, Rester, Viewer

Constant Summary collapse

VERSION =
"0.0.7"
MAIN_ACTIONS =
{ "🔭  View Resources" => 1, "🚀  Deploy" => 2, "📥  Export" => 3,
"🛠   Configure" => 4, "❌  Quit" => 5 }.freeze