Method: App42::Command::Setup#restart
- Defined in:
- lib/app42/command/setup.rb
#restart ⇒ Object
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 [:setup] = get_setup_name if [:setup].nil? response = cloudapi_operation __method__, [:setup] if is_setup_name_exist? [:setup] exit! if response end |