Sha256: 823d9c71d37e2a0347ac411379f12b7902910aa6c03d6002302459bd934edce6
Contents?: true
Size: 351 Bytes
Versions: 13
Compression:
Stored size: 351 Bytes
Contents
desc "Create a new deployable branch" long_desc "Create a new deployable branch with today's date and remove the others. Useful when we have changes in the current deployable branch that we wish to remove." command 'new-deployable' do |c| require_relative '../scripts/new_deployable' c.action { Octopolo::Scripts::NewDeployable.new.execute } end
Version data entries
13 entries across 13 versions & 1 rubygems