Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Introduction


The following page describes the service module manual.


Below is the list of all operations for the serviceĀ module


OPERATIONDescription
start

Start a service for a given environment

service Command Example
> soajs service start %name% --env=%env_code% [--port=%optional_port%]
 
# example
> soajs service start gateway --env=dev
stop

Stop a service for a given environment

service Command Example
> soajs service stop %name% --env=%env_code%
  • No labels