Sha256: 1bd7310216f0ad4b0863aa60f9caa85e9828f73e0833ab574f226a4cf1c4c6e2

Contents?: true

Size: 384 Bytes

Versions: 18

Compression:

Stored size: 384 Bytes

Contents

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

arg :branch
desc "Merge the #{Octopolo.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

18 entries across 18 versions & 1 rubygems

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