VibeAround
Reference

CLI reference

The va command (alias: vibearound) is installed by npm i @vibearound/cli. It talks to a local or remote daemon over HTTP/WS.

Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.

The va command (alias: vibearound) is installed by npm i @vibearound/cli. It talks to a local or remote daemon over HTTP/WS.

Global flags: --auth-file PATH, --base-url URL, --token TOKEN, --json.

Diagnostics

CommandPurpose
va helpShow usage
va healthCheck public server liveness
va infoShow server metadata
va statusCompact runtime summary
va doctorDiagnose endpoint, auth, and server health

Server and auth

CommandPurpose
va serveStart the standalone VibeAround server
va auth status / va auth clearShow / remove saved auth
va pair start [--wait --save]Start browser/IM pairing (optionally wait and save auth)
va pair status SID [--save] / va pair wait SID [--save]Poll / wait for pairing verification
va settings reloadRe-read settings.json

Chat

CommandPurpose
va chat send TEXTSend one prompt over /ws/chat, wait for completion
va chat send --stdinRead the prompt from standard input
va chat send --continue TEXTResume the saved chat session for this workspace
va chat replLine-oriented chat session
va chat sessions / va chat forget [--all]List / forget locally saved chat sessions

Channels and tunnels

CommandPurpose
va channelsList channel plugin runtimes
va channel syncReconcile plugins with settings.json
va channel start|stop|restart KINDPlugin lifecycle
va tunnels / va tunnel kill PROVIDERList / stop tunnel runtimes

Agents and launches

CommandPurpose
va agentsList enabled agents
va agent kill ROUTE_KEYKill an attached agent runtime
va launch --profile NAME / --profile-path PATHNative agent launch (--dry-run validates only)
va launch sessionsList resumable native sessions
va launch archive|unarchive --agent A IDArchive / unarchive a launch session

PTY sessions and tmux

CommandPurpose
va sessionsList PTY sessions
va session create --tool TOOL [--attach]Create/resume a PTY session
va session attach SESSION_ID / va session kill SESSION_IDAttach / kill
va pty kill SESSION_IDKill a PTY process by session id
va tmux sessionsList attachable tmux sessions

Workspaces, previews, profiles

CommandPurpose
va workspacesList registered workspaces
va workspace add|remove|default PATHManage workspace registry
va workspace create NAMECreate a workspace under the default root
va previews / va preview delete SLUGList / close live previews
va profilesList model profiles

va tui (aliases: vibearound tui, va dashboard, --tui) opens the terminal UI on the same contract.


Source anchors: src/cli/src/args.rs (command enum and usage text — this page mirrors it 1:1). Last verified: v0.7.11

On this page