The nim CLI
Install and run
npm install -g @nimbalyst/cliHow it connects
Reading items
nim tracker list --type bug --status open --priority high
nim tracker list --where severity=critical --since 1d --json
nim tracker get NIM-123
nim tracker show NIM-123 # renders the body
nim tracker types # list types; add "show <type>" for one schemaCreating, updating, and commenting
Importing from external sources
Output and scripting
Last updated
