Method: VMC::Cli::Command::Apps#restart

Defined in:
lib/cli/commands/apps.rb

#restart(appname = nil) ⇒ Object



134
135
136
137
# File 'lib/cli/commands/apps.rb', line 134

def restart(appname=nil)
  stop(appname)
  start(appname)
end