How to Scaffold an App
Background
The scaffold CLI command offers an out-of-the-box solution to build a containerized solution to record, mock, and test your app. These workflows can be easily integrated into CI pipelines without needing to spend extra development time orchestrating a test setup.
Prerequisites
Install Docker https://docs.docker.com/engine/install/
We currently only support Docker for containerization
To Scaffold an App
Run the scaffold app command in the root of your app directory
A Stoobly context will be created in the app directory if it does not already exist
Inside the
.stoobly
folder, adocker
folder will be created with initial core services
Last updated