bdy sandbox exec logs

View as Markdown
$bdy sandbox exec logs [options] <identifier> <command-id>

Get command logs

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
--scope <scope>
Force scope (WORKSPACE, PROJECT, ENVIRONMENT). By default calculated by provided options and environmental variables (--project,
--environment
BUDDY_PROJECT, linked project)
-e, --environment <identifier>
Environment identifier
--wait
Wait until operation completes
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

Show logs from command
bdy sb exec logs sandbox-identifier command-id$
Show logs from command and wait for it to complete
bdy sb exec logs sandbox-identifier command-id --wait$