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

  1. Install Docker https://docs.docker.com/engine/install/

    1. We currently only support Docker for containerization

To Scaffold an App

  1. Run the scaffold app command in the root of your app directory

stoobly-agent scaffold app create <APP-NAME>
  1. A Stoobly context will be created in the app directory if it does not already exist

  2. Inside the .stoobly folder, a docker folder will be created with initial core services

Last updated