Skip to main content
Version: v2 (current)

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

:::info 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: git only :::

Installation

Operating SystemInstallation Guide
MacMac Installation
LinuxLinux Installation

How It Works

  1. Install — add the CLI tool via Homebrew
  2. Authenticate — log in with your PanDev Metrics credentials
  3. Work — the tool tracks terminal activity silently
  4. 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)