Skip to content

CLI

Open CLI in back2vibing and choose Install b2v CLI. Restart the terminal if the app adds ~/.local/bin to your PATH.

Confirm the install:

Terminal window
b2v help

Use the agent command after b2v:

Terminal window
b2v claude
b2v gemini
b2v opencode
b2v copilot

For another command, run b2v <command>. back2vibing asks whether to track it through the Session Dock or tmux when needed.

Enable Experimental > CLI Task Runner & Status Tracking first. The flag controls b2v run, b2v task, and b2v status.

Keep the original command after --:

Terminal window
b2v run --name "Web dev server" --type dev-server -- pnpm dev

The name appears in the Session Dock. The type is a label such as dev-server, release, or test.

Terminal window
b2v sync --mode apply # Worktree -> Home Repo
b2v sync --reverse # Home Repo -> worktree
b2v ssh <host> # Open a tracked remote shell
b2v help # Show current commands

Use SSH Remote in the app when you want a saved host and connection controls. See SSH Remote.

For script-owned progress updates, run b2v help and use the task and status commands only when a single tracked command is not enough.