Skip to main content
Download a remote file from a Devbox over SSH. If you omit the Devbox name, the CLI prompts you to select one.

Usage

Examples

Save a remote log locally

Write a remote file to standard output

Use - as <local-path> to stream the file to standard output. Otherwise, the command creates or truncates the local destination file. devbox download does not recursively download directories.

Options

boolean
default:"false"
Create missing local parent directories with mode 0755.
boolean
default:"false"
Include Devboxes created by other users when selecting a target.

Upload a file

Copy a local file to a Devbox.

Execute a command

Run a command on a Devbox.
Last modified on August 28, 2026