Connect to sandbox environments for interactive shell access
vibekit local connect
command provides interactive shell access to your sandbox environment. It uses Dagger’s terminal functionality to give you a full shell experience for debugging, exploration, and manual operations.
Option | Alias | Description | Default |
---|---|---|---|
--env <name> | -e | Environment name to connect to | Interactive prompt |
--shell <shell> | Shell to use: bash , zsh , sh | bash | |
--container <image> | Container image for terminal | alpine |
↑/↓
- Previous/next commandCtrl+R
- Search historyhistory
- View all commands!n
- Run command number nvibekit local exec
- Run commands without interactive shellvibekit local create
- Create environments to connect tovibekit local logs
- View logs without connectingvibekit local status
- Check environment before connecting