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.1.0 lib/octopolo/commands/stage_up.rb
octopolo-1.0.2 lib/octopolo/commands/stage_up.rb
octopolo-1.0.1 lib/octopolo/commands/stage_up.rb
octopolo-1.0.0 lib/octopolo/commands/stage_up.rb
octopolo-0.4.1 lib/octopolo/commands/stage_up.rb
octopolo-0.4.0 lib/octopolo/commands/stage_up.rb
octopolo-0.3.6 lib/octopolo/commands/stage_up.rb
octopolo-0.3.5 lib/octopolo/commands/stage_up.rb
octopolo-0.3.4 lib/octopolo/commands/stage_up.rb
octopolo-0.3.3 lib/octopolo/commands/stage_up.rb
octopolo-0.3.2 lib/octopolo/commands/stage_up.rb
octopolo-0.3.1 lib/octopolo/commands/stage_up.rb
octopolo-0.3.0 lib/octopolo/commands/stage_up.rb
octopolo-0.2.1 lib/octopolo/commands/stage_up.rb
octopolo-0.1.4 lib/octopolo/commands/stage_up.rb
octopolo-0.2.0 lib/octopolo/commands/stage_up.rb
octopolo-0.1.3 lib/octopolo/commands/stage_up.rb
octopolo-0.1.2 lib/octopolo/commands/stage_up.rb
octopolo-0.1.1 lib/octopolo/commands/stage_up.rb
octopolo-0.1.0 lib/octopolo/commands/stage_up.rb