Execute commands in sandbox environments
vibekit local exec
command runs shell commands inside a sandbox environment. It supports real-time streaming, background execution, and output capture.
Option | Alias | Description | Default |
---|---|---|---|
--env <name> | -e | Environment name or ID | Interactive prompt |
--command <cmd> | -c | Command to execute | Interactive prompt |
--timeout <ms> | -t | Timeout in milliseconds | 30000 (30s) |
--background | -b | Run in background | false |
--stream | Enable streaming output | false | |
--save-output <file> | Save output to file | None |
/bin/sh
). For shell-specific features:
/vibe0
):
--stream
flag, output appears in real-time:
Task | Recommended Timeout |
---|---|
Quick commands | 30000 (30s) - default |
Package install | 120000 (2m) |
Test suites | 300000 (5m) |
Builds | 600000 (10m) |
Dev servers | 0 (no timeout) |
vibekit local create
- Create environments to execute invibekit local connect
- Interactive shell accessvibekit local generate
- Generate code before executingvibekit local logs
- View execution history