How to Update a Scaffold

Why Update

In newer versions of stoobly-agent, there are usually improvements and bug fixes. This can improve the Scaffold setup in various ways.

To update, rerun the "create" commands you ran initially but this time with the "--force" flag. This will regenerate all scaffold files and scripts for the respective resource.

Updating an App

To update the app, run:

stoobly-agent scaffold app create <APP-NAME> --force 

Updating a Service

To update a service, run:

stoobly-agent scaffold service create \
    --hostname <SERVICE-HOSTNAME> \
    --scheme <SERVICE-SCHEME> \
    --port <SERVICE-PORT> \
    --workflow mock \
    --workflow record \
    --workflow test \
    <SERVICE-NAME> \
    --force 

Last updated

Was this helpful?