vibekit_exec
Run shell commands inside a running app's container to inspect state, execute migrations, or debug issues directly.
Instructions
Run a shell command inside an app's container. The app must be running. Useful for inspecting state, running migrations, or debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID or subdomain slug | |
| command | Yes | Shell command to run, e.g. 'ls -la' or 'node -e "console.log(process.env)"' |