bdy sandbox app

$bdy sandbox app [options] [command]

Manage sandbox apps

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Start sandbox app
Stop sandbox app
Add sandbox app
List all apps
Get app logs
Remove sandbox app
Get app status

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026

Examples

List apps running in sandbox
bdy sb app ls sandbox-identifier$
List apps running in sandbox in different project
bdy sb app ls sandbox-identifier -p project$
Add sandbox app
bdy sb app add sandbox-identifier "npm start"$
Remove sandbox app
bdy sb app rm sandbox-identifier app-id$
Show logs from app
bdy sb app logs sandbox-identifier app-id$
Show status from app
bdy sb app status sandbox-identifier app-id$
Stop sandbox app
bdy sb app stop sandbox-identifier app-id$
Start sandbox app
bdy sb app start sandbox-identifier app-id$