Sha256: 580b712d5e3cd809f15ccd6ea5ea48e3ae1bdeb949f129ff602c44890c4b2855

Contents?: true

Size: 160 Bytes

Versions: 20

Compression:

Stored size: 160 Bytes

Contents

Execute.define_task do
  desc "restart", "Alias for `rhoconnect stop; rhoconnect start`"
  def restart
    invoke :stop
    invoke :start
  end #restart
end #do

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rhoconnect-3.4.5 commands/rhoconnect/restart.rb
rhoconnect-3.4.4 commands/rhoconnect/restart.rb
rhoconnect-3.4.3 commands/rhoconnect/restart.rb
rhoconnect-3.4.2 commands/rhoconnect/restart.rb
rhoconnect-3.3.6 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.5 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.4 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.3 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.2 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.1 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.1.beta4 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.1.beta3 commands/commands/rhoconnect/restart.rb
rhoconnect-3.3.1.beta2 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.1 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0.beta5 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0.beta4 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0.beta3 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0.beta2 commands/commands/rhoconnect/restart.rb
rhoconnect-3.2.0.beta1 commands/commands/rhoconnect/restart.rb