Skip to main content
Version: v2 (current)

Mac

The PanDev Metrics CLI Plugin allows you to collect activity data directly from your terminal usage.

Installation

To download the PanDev Metrics CLI Plugin on macOS with Homebrew, run the following commands:

brew install pandev-metriks/pandev-cli/pandev-cli-plugin
sudo pandev-cli-plugin --install

Authentication

After installation, you must log in to the dedicated server with your credentials:

sudo pandev login

Status Check

To verify if you are authenticated and the plugin is running correctly:

pandev status

Usage Statistics

To see the usage time tracked by the CLI tools:

pandev time

Help Command

To view all available commands and options:

pandev --help

Uninstalling

To remove the plugin completely from your system:

sudo pandev-cli-plugin --uninstall
brew uninstall pandev-cli-plugin
brew untap pandev-metriks/pandev-cli