Command line interface for Vercel Sandbox
npm install sandboxVercel Sandbox allows you to run arbitrary code in isolated, ephemeral Linux
VMs. View the documentation here.
- @vercel/sandbox - The SDK for programmatic access to Vercel Sandbox. Source | Documentation
- sandbox (this package) - The CLI for interacting with Vercel Sandbox from the command line. Source | Documentation
``bash`
pnpm i -g sandbox
`bash``
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.