Validating

Scaffold validate is a stoobly-agent CLI command used to validate application workflows.

Background

Validation

Command

stoobly-agent scaffold workflow validate <WORKFLOW-NAME>

Arguments

<WORKFLOW-NAME>

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 example-service and example-custom-container-service. Our goal with the following command is to ensure that application is ready for recording requests.

After running a series of checks and collecting the results, here's an example output:

Last updated

Was this helpful?