bdy sandbox exec status

$bdy sandbox exec status [options] <identifier> <command-id>

Get command status

ARGUMENTS
identifier
Sandbox identifier (required)
command-id
Command ID (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.20.0

Last modified on Apr 13, 2026

Examples

Show status of command
bdy sb exec status sandbox-identifier command-id$
Show status of command in sandbox from another workspace
bdy sb exec status sandbox-identifier command-id -w workspace -p project$