Skip to main content
Upload a local file to a Devbox over SSH. The command preserves the file’s permission bits. If you omit the Devbox name, the CLI prompts you to select one.

Usage

Examples

Upload a configuration file

The source must be a file that the CLI can open. devbox upload does not recursively upload directories and does not prompt before replacing the remote destination.

Options

boolean
default:"false"
Create missing parent directories for the remote path.
boolean
default:"false"
Include Devboxes created by other users when selecting a target.

Download a file

Copy a file from a Devbox to the local machine.

Connect with SSH

Open an interactive SSH connection to a Devbox.
Last modified on August 28, 2026