Command line

Bugspot in your terminal

The bugspot command-line client runs your tracker without leaving the shell — create, list, and update entries, manage comments and links, work with milestones and projects, and switch between companies with named profiles. Output comes as clean tables or JSON, so it drops straight into scripts and pipelines.

# create an entry, list what's assigned to you, fetch one by key
bugspot entries create --title "Fix flaky login test"
bugspot entries list
bugspot entries get BS-142

# clean JSON, straight into your scripts
bugspot entries list | jq '.data.[].key'

A full command reference is on the way. For now, the docs cover getting started, and you can try the beta to generate your login.