Skip to main content

tasks

List all tasks from the configured backend.
openbunny tasks
openbunny tasks list

contacts

List and search contacts.
openbunny contacts                    # List all contacts
openbunny contacts list               # List all contacts
openbunny contacts search "jane"      # Search by name

ui

Start the local Kanban UI development server on http://localhost:3000.
openbunny ui
openbunny ui start
Press Ctrl+C to stop.