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:
init
Building source files
Building fixtures to use for mocking
Applying Stoobly rules (rewrite, match, firewall)
To learn more where it is used, see:
Each workflow provides an init script that runs during workflow startup
It can be accessed in the following location:
.stoobly/services/<SERVICE-NAME>/<WORKFLOW-NAME>/init
Add 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.
service create
Last updated 6 days ago