Top Level Namespace
Defined Under Namespace
Classes: ECSHelper
Constant Summary collapse
- BRANCH_TO_ENV_MAPPING =
{ master: 'production', main: 'production', qa: 'qa', uat: 'uat', staging: 'staging', demo: 'demo', }
Instance Method Summary collapse
Instance Method Details
#global_option_parser ⇒ Object
56 57 58 59 60 |
# File 'lib/ecs_helper/command.rb', line 56 def global_option_parser ::OptionParser.new do |opts| opts. = "Usage: ecs_helper command [options]" end end |