Skip to Content
CLIInstallation

Installation

Install via pip

pip install expunct-cli

Authentication

The CLI requires an API key. You can provide it via environment variable or config file.

export EXPUNCT_API_KEY=your_api_key

Option B: Config file

expunct config set api_key YOUR_API_KEY

This stores the key in ~/.expunct/config.json. See Configuration for details.

Verify Installation

expunct --version

Shell Completion

Install tab completion for your shell:

expunct --install-completion

This supports bash, zsh, fish, and PowerShell.

Platform Support

The CLI is pure Python and works on all major platforms:

PlatformSupport
macOS
Linux
Windows

Install with pip install expunct-cli on all platforms.