bdy sandbox app add

$bdy sandbox app add [options] <identifier> <app-command>

Add sandbox app

ARGUMENTS
identifier
Sandbox identifier (required)
app-command
Application command to run at startup (can be used multiple times) (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## add sandbox app
bdy sb app add sandbox-identifier "npm start"$