Skip to main content
Version: v2 (current)

Linux

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 Linux with Homebrew, run the following command:

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

Authentication

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

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:

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

Updating

If a new version of the plugin is released, you can update it by running:

brew update && brew upgrade pandev-cli-plugin