CLI Tools
PanDev Metrics CLI is a command-line tool that tracks developer activity in the terminal. It captures command usage to provide insights into terminal workflow — without exposing sensitive data.
Key Features
- Zero-click tracking — works silently in the background
- Privacy-first — only command names are captured, no arguments, keys, or passwords
- Secure — data transmitted over HTTPS/TLS
- Lightweight — minimal resource usage
What Gets Tracked
The CLI tool captures:
- Command names — which commands you run (e.g.,
git,npm,docker) - Time spent — how long you spend in terminal sessions
Privacy Note
Only the base command is captured. Arguments, flags, environment variables, API keys, passwords, and other sensitive data are never collected or transmitted.
Example:
- Command:
git commit -m "secret message" --author="John" - Tracked:
gitonly
Installation
| Operating System | Installation Guide |
|---|---|
| Mac | Mac Installation |
| Linux | Linux Installation |
How It Works
- Install — add the CLI tool via Homebrew
- Authenticate — log in with your PanDev Metrics credentials
- Work — the tool tracks terminal activity silently
- Analyze — view metrics in the PanDev Metrics dashboard
Privacy & Security
- No command arguments or flags are captured
- No API keys, passwords, or secrets are collected
- No environment variables are tracked
- Only base command names are transmitted
- Data is encrypted in transit (HTTPS/TLS)