vibe-kanban-cli 0.1.2

Interactive CLI for Vibe Kanban
Documentation

Vibe Kanban CLI

Interactive CLI for Vibe Kanban.

Install

cargo install vibe-kanban-cli

Usage

vibe-kanban-cli --help

Start the server (background)

vibe-kanban-cli server start --background

If you need a custom command, pass --command:

vibe-kanban-cli server start --background --command "cargo run --bin server"