Sha256: b46b57bedae8d464ca82cd9a81559ef6671f2544165cdd07ea3a4f84f01f9939

Contents?: true

Size: 333 Bytes

Versions: 13

Compression:

Stored size: 333 Bytes

Contents

desc "Create a new staging branch"
long_desc "Create a new staging branch with today's date and remove the others.

Useful when we have changes in the current staging branch that we wish to remove."
command 'new-staging' do |c|
  require_relative '../scripts/new_staging'
  c.action { Octopolo::Scripts::NewStaging.new.execute }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
octopolo-0.3.3 lib/octopolo/commands/new_staging.rb
octopolo-0.3.2 lib/octopolo/commands/new_staging.rb
octopolo-0.3.1 lib/octopolo/commands/new_staging.rb
octopolo-0.3.0 lib/octopolo/commands/new_staging.rb
octopolo-0.2.1 lib/octopolo/commands/new_staging.rb
octopolo-0.1.4 lib/octopolo/commands/new_staging.rb
octopolo-0.2.0 lib/octopolo/commands/new_staging.rb
octopolo-0.1.3 lib/octopolo/commands/new_staging.rb
octopolo-0.1.2 lib/octopolo/commands/new_staging.rb
octopolo-0.1.1 lib/octopolo/commands/new_staging.rb
octopolo-0.1.0 lib/octopolo/commands/new_staging.rb
octopolo-0.0.2 lib/octopolo/commands/new_staging.rb
octopolo-0.0.1 lib/octopolo/commands/new_staging.rb