Skip to content

Releases: VidGuiCode/solidtime-cli

v0.1.1

02 Apr 15:28

Choose a tag to compare

Patch release: agent-reported friction fixes.

Fixed

  • UTC datetime normalization--start and --end now accept any ISO 8601 format (+02:00, -05:00) and auto-convert to UTC (Closes #1)
  • Timer timestamps — Milliseconds stripped from auto-generated start/stop timestamps

Improved

  • Help text — Array options show (space-separated), datetime options show format examples (Closes #2)

Added

  • discover all — Single call returning full context + all resource lists in one JSON response (Closes #3)

Install / Upgrade

npm install -g https://github.com/VidGuiCode/solidtime-cli/releases/download/v0.1.1/solidtime-cli-0.1.1.tgz

v0.1.0

02 Apr 14:29

Choose a tag to compare

Initial release of solidtime-cli — unofficial command-line client for Solidtime.

Highlights

  • Full time entry workflow: start, stop, create, update, delete, active timer, bulk ops, aggregate
  • Project, task, tag, client CRUD
  • Organization and member management
  • Project member assignments and invitation management
  • Multi-account support with account list/use/show/remove
  • AI/automation-friendly: --json, --compact, --dry-run, --no-interactive
  • discover commands for context dumps
  • Shell completions for bash, zsh, fish
  • Environment variable overrides for CI/CD

Install

npm install -g https://github.com/VidGuiCode/solidtime-cli/releases/download/v0.1.0/solidtime-cli-0.1.0.tgz

Requires Node.js 20+.