bdy sandbox exec list

View as Markdown
$bdy sandbox exec list|ls [options] <identifier>

List all commands

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
--format <text|json>
Output format: json, text. Default: text
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

List commands running in sandbox
bdy sb exec ls sandbox-identifier$
List commands running in sandbox in different project
bdy sb exec ls sandbox-identifier -p project$