npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

sandbox

2.4.0

@vercel-release-bot

npmHomeRepoSnykSocket
Downloads:17502
$ npm install sandbox
DailyWeeklyMonthlyYearly

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 | Documentation
  • sandbox (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.