@devclocked/cli
v2.2.1
Published
DevClocked CLI - Terminal time tracking for developers
Downloads
225
Maintainers
Readme
DevClocked CLI
Terminal time tracking for developers. Track your terminal activity without logging commands.
Installation
npm install -g @devclocked/cliUsage
Login
Authenticate with your DevClocked API key:
devclocked loginGet your API key from: https://app.devclocked.com/settings
Start Tracking
Start a tracked terminal session:
devclocked sessionThis spawns a wrapped shell that tracks activity timing. Type exit to end the session.
Check Status
View your current tracking status:
devclocked statusFlush Queue
Force-send any pending ticks:
devclocked flushLogout
Clear your credentials:
devclocked logoutPrivacy Guarantees
- Commands are NOT logged
- Arguments are NOT logged
- Output is NOT stored
- Environment variables are NOT captured
- Only tracked: timestamps, working directory, git repo context
Development
# From monorepo root
npm run cli:build
# Link for local testing
cd packages/cli
npm link
# Now you can use `devclocked` command
devclocked --help