MODULE - services

Introduction


The following page describes the services module manual.


Below is the list of all operations for the services module


OPERATIONDescription
start

Start all SOAJS Services i.e. [gateway|urac|oauth|multitenant]

service Command Example
> soajs services start --env=%env_code%
 
# example
> soajs services start --env=dev
stop

Stop all SOAJS Services i.e. [gateway|urac|oauth|multitenant]

service Command Example
> soajs services stop --env=%env_code%
restart

reStart all SOAJS Services i.e. [gateway|urac|oauth|multitenant]

service Command Example
> soajs services restart --env=%env_code%