Sha256: e28c9eef7379bca308db5d7cd02ce2d41006ba52f422150c7fbb5e3bce3df937

Contents?: true

Size: 398 Bytes

Versions: 24

Compression:

Stored size: 398 Bytes

Contents

config = Octopolo::Config.parse
long_desc "branch - Which branch to merge into yours (default: #{config.deploy_branch})"

arg :branch
desc "Merge the #{config.deploy_branch} branch into the current working branch"
command 'sync-branch' do |c|
  c.action do |global_options, options, args|
    require_relative '../scripts/sync_branch'
    Octopolo::Scripts::SyncBranch.execute args.first
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
octopolo-1.2.0 lib/octopolo/commands/sync_branch.rb
octopolo-1.1.1 lib/octopolo/commands/sync_branch.rb
octopolo-1.1.0 lib/octopolo/commands/sync_branch.rb
octopolo-1.0.2 lib/octopolo/commands/sync_branch.rb
octopolo-1.0.1 lib/octopolo/commands/sync_branch.rb
octopolo-1.0.0 lib/octopolo/commands/sync_branch.rb
octopolo-0.4.1 lib/octopolo/commands/sync_branch.rb
octopolo-0.4.0 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.6 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.5 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.4 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.3 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.2 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.1 lib/octopolo/commands/sync_branch.rb
octopolo-0.3.0 lib/octopolo/commands/sync_branch.rb
octopolo-0.2.1 lib/octopolo/commands/sync_branch.rb
octopolo-0.1.4 lib/octopolo/commands/sync_branch.rb
octopolo-0.2.0 lib/octopolo/commands/sync_branch.rb
octopolo-0.1.3 lib/octopolo/commands/sync_branch.rb
octopolo-0.1.2 lib/octopolo/commands/sync_branch.rb