Vercel Sandbox CLI
Vercel Sandbox allows you to run arbitrary code in isolated, ephemeral Linux VMs. View the documentation here.
Packages
@vercel/sandbox- The SDK for programmatic access to Vercel Sandbox. Source | Documentationsandbox(this package) - The CLI for interacting with Vercel Sandbox from the command line. Source | Documentation
Installation
pnpm i -g sandbox
Usage
sandbox login # If you are not already logged in with the Vercel CLI
sandbox create --connect # Create a new sandbox and open an interactive shell
sandbox ls # List your sandboxes
sandbox --help # View all commands
Learn more about the CLI in the documentation.