Method: App42::Command::Setup#restart

Defined in:
lib/app42/command/setup.rb

#restartObject

collect BPaaS setup name from user and proceed BPaaS restart request



42
43
44
45
46
# File 'lib/app42/command/setup.rb', line 42

def restart
  @options[:setup] = get_setup_name if @options[:setup].nil?
  response = cloudapi_operation __method__, @options[:setup] if is_setup_name_exist? @options[:setup]
  exit! if response
end