Name of the Stoobly workflow you want to validate. Workflows available by default:
mock
record
test
Options
--app-dir-path
path to the directory where your scaffolded application is.
Example
In this example, we have created our scaffolded application in ./app and are looking to validate the record workflow. The record workflow comprises of two services called local-service and external-service. Our goal with the following command is to ensure that application is ready for recording requests.
$ stoobly-agent scaffold workflow validate --app-dir-path ./app record
After running a series of checks and output the results, here's an example output: