Customizing Init Scripts
Last updated
The per-workflow configure script has been removed. Use the workflow init script as the established location to run Stoobly commands and shell commands before a service workflow runs. Uses include, but are not limited to:
Building source files
Building fixtures to use for mocking
Applying Stoobly rules (rewrite, match, filter)
To learn more where it is used, see:
WorkflowEach workflow provides an init script that runs during workflow startup
It can be accessed in the following location:
.stoobly/services/<SERVICE-NAME>/<WORKFLOW-NAME>/initAdd any Stoobly configuration commands and setup logic to this file
Modifications to this file will not be overriten when the service create command is re-run.
Last updated