Adding Custom Init Scripts

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:

  1. Building source files

  2. Building fixtures to use for mocking

To customize the init script:

  1. Each workflow provides an init script that will be run in the workflow's init step

  2. It can be accessed in the following location:

ls .stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME>/bin
configure init 

Last updated