Module: EY::Serverside::CLI::Workflows::Helpers

Included in:
DeployingApplications, DisablingMaintenance, EnablingMaintenance, RollingBackApplications, ShowingMaintenanceStatus
Defined in:
lib/engineyard-serverside/cli/workflows/helpers.rb

Overview

Helpers is a collection of methods that can be mixed into a Workflow to provide easy access to some of the underlying concepts for procedures like deploying, managing maintenance state, etc

Instance Method Summary collapse

Instance Method Details

#deployerObject



10
11
12
# File 'lib/engineyard-serverside/cli/workflows/helpers.rb', line 10

def deployer
  EY::Serverside::Deploy.new(servers, config, shell)
end

#maintenanceObject



14
15
16
# File 'lib/engineyard-serverside/cli/workflows/helpers.rb', line 14

def maintenance
  EY::Serverside::Maintenance.new(servers, config, shell)
end