Releases: VidGuiCode/solidtime-cli
Releases · VidGuiCode/solidtime-cli
v0.1.1
Patch release: agent-reported friction fixes.
Fixed
- UTC datetime normalization —
--startand--endnow 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.tgzv0.1.0
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 discovercommands 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.tgzRequires Node.js 20+.