Skip to main content
List the files and directories inside an app’s sandbox, the cloud environment that holds the app’s code. This reads the remote sandbox, not your local files. Every path is relative to the app root. sandbox commands don’t require a local project. Target an app by passing --app-id, setting the BASE44_APP_ID environment variable, or running the command from a linked project if you have one.

Usage

Arguments

Flags

Output

The command returns JSON:
Each entry in entries has: The response itself also carries:

Example

List the src directory two levels deep:

See also