bdy sandbox logs

View as Markdown
$bdy sandbox logs [options] <identifier>

Show the sandbox setup log: stdout/stderr and exit codes from boot commands (--boot-command) and from each fetch source (--fetch, including the optional build= step) Does NOT include: - application output → use "bdy sb app logs <sandbox-identifier> <app-id>" - exec output → use "bdy sb exec logs <sandbox-identifier> <command-id>"

ARGUMENTS
identifier
Sandbox identifier (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
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026