You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking:HUBSTAFF_API_TOKEN environment variable. Use hubstaff config set-pat instead.
Env token shadowing row from hubstaff check (no longer applicable). The
diagnostic table is now 8 rows.
Fixed
hubstaff check perms remediation now quotes the path, so config dirs
containing spaces (e.g. macOS ~/Library/Application Support/hubstaff) can be
copy-pasted directly.
hubstaff check perms diagnostic prints bare octal (700 / 755) instead of 0o700 / 0o755.
Install hubstaff 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.4.0/hubstaff-installer.sh | sh
hubstaff list command — prints every available API command grouped by resource.
hubstaff check command — diagnostic checks for config, credentials, and API reachability.
--pretty / -p global flag for colorized, pretty-printed JSON output; honored via the format config key as well.
Proactive OAuth token refresh before expiry, so long-running sessions don't fail mid-call.
Dynamic API command surface: endpoints are discovered from the live Hubstaff OpenAPI schema
rather than hardcoded, so the CLI tracks the API without a rebuild.
Changed
Dependency bumps: sha2 0.10 → 0.11, toml 0.8 → 1.1, rand 0.9 → 0.10, plus patch-level
updates across the tree.
Install hubstaff 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NetsoftHoldings/hubstaff-cli/releases/download/v0.3.0/hubstaff-installer.sh | sh