How to Update a Scaffold
Why Update
Updating an App
# Example: Update app with Playwright plugin
stoobly-agent scaffold app create <APP-NAME> --plugin playwright --force
# Example: Update app with Cypress plugin
stoobly-agent scaffold app create <APP-NAME> --plugin cypress --force
# Example: Update app without plugins
stoobly-agent scaffold app create <APP-NAME> --forceUpdating a Service
Last updated