Sha256: 815d0f3c65931f3248c17df7a1126ea3f899aa7cf60f7503a77855a898c9b177

Contents?: true

Size: 237 Bytes

Versions: 42

Compression:

Stored size: 237 Bytes

Contents

arg :pull_request_id
desc 'Merges PR into the staging branch'
command 'stage-up' do |c|
  c.action do |global_options, options, args|
    require_relative '../scripts/stage_up'
    Octopolo::Scripts::StageUp.execute args.first
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
octopolo-1.12.0 lib/octopolo/commands/stage_up.rb
octopolo-1.11.4 lib/octopolo/commands/stage_up.rb
octopolo-1.11.3 lib/octopolo/commands/stage_up.rb
octopolo-1.11.1 lib/octopolo/commands/stage_up.rb
octopolo-1.11.0 lib/octopolo/commands/stage_up.rb
octopolo-1.9.0 lib/octopolo/commands/stage_up.rb
octopolo-1.8.1 lib/octopolo/commands/stage_up.rb
octopolo-1.8.0 lib/octopolo/commands/stage_up.rb
octopolo-1.7.1 lib/octopolo/commands/stage_up.rb
octopolo-1.7.0 lib/octopolo/commands/stage_up.rb
octopolo-1.6.0 lib/octopolo/commands/stage_up.rb
octopolo-1.5.3 lib/octopolo/commands/stage_up.rb
octopolo-1.5.2 lib/octopolo/commands/stage_up.rb
octopolo-1.5.1 lib/octopolo/commands/stage_up.rb
octopolo-1.5.0 lib/octopolo/commands/stage_up.rb
octopolo-1.4.0 lib/octopolo/commands/stage_up.rb
octopolo-1.3.0 lib/octopolo/commands/stage_up.rb
octopolo-1.2.1 lib/octopolo/commands/stage_up.rb
octopolo-1.2.0 lib/octopolo/commands/stage_up.rb
octopolo-1.1.1 lib/octopolo/commands/stage_up.rb