module EY::Serverside::CLI::Workflows::Helpers

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

Public Instance Methods

deployer() click to toggle source
# File lib/engineyard-serverside/cli/workflows/helpers.rb, line 10
def deployer
  EY::Serverside::Deploy.new(servers, config, shell)
end
maintenance() click to toggle source
# File lib/engineyard-serverside/cli/workflows/helpers.rb, line 14
def maintenance
  EY::Serverside::Maintenance.new(servers, config, shell)
end