Top Level Namespace

Defined Under Namespace

Classes: ECSHelper

Constant Summary collapse

BRANCH_TO_ENV_MAPPING =
{
  master: 'production',
  qa: 'qa',
  uat: 'uat',
  staging: 'staging',
  demo: 'demo',
}

Instance Method Summary collapse

Instance Method Details

#global_option_parserObject



56
57
58
59
60
# File 'lib/ecs_helper/command.rb', line 56

def global_option_parser
  ::OptionParser.new do |opts|
    opts.banner = "Usage: ecs_helper command [options]"
  end
end