The intended purpose of the init script is to provide an established location to run shell commands before the service's workflow runs. Uses include, but are not limited to:
Building source files
Building fixtures to use for mocking
To learn more where it is used, see:
Each workflow provides an init script that will be run in the workflow's init step
init
It can be accessed in the following location:
.stoobly/services/<SERVICE-NAME>/<WORKFLOW-NAME>/bin/init
Modifications to this file will not be overriten when the service create command is re-run.
service create
Last updated 1 month ago