CLI for SandboX - Secure code execution sandbox
npm install @sandboxxjs/cliCLI tool for SandboX.
``bash`
npm install -g @sandboxxjs/cli
`bashRun code
sandbox run node -c "console.log('hello')"
Commands
| Command | Description |
| --------------------------------- | ---------------------- |
|
sandbox run | Run code file |
| sandbox run | Run code string |
| sandbox list | List running sandboxes |
| sandbox destroy | Destroy a sandbox |Options
| Option | Description |
| ------------------- | -------------------------------------- |
|
--isolator | Isolator type (local, cloudflare, e2b) |
| --timeout | Execution timeout |
| --env ` | Environment variables |License
MIT