sandbox
v2.5.3
Published
Command line interface for Vercel Sandbox
Readme
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 sandboxUsage
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 commandsLearn more about the CLI in the documentation.
