Installation
Install via pip
pip install expunct-cliAuthentication
The CLI requires an API key. You can provide it via environment variable or config file.
Option A: Environment variable (recommended for CI/scripts)
export EXPUNCT_API_KEY=your_api_keyOption B: Config file
expunct config set api_key YOUR_API_KEYThis stores the key in ~/.expunct/config.json. See Configuration for details.
Verify Installation
expunct --versionShell Completion
Install tab completion for your shell:
expunct --install-completionThis supports bash, zsh, fish, and PowerShell.
Platform Support
The CLI is pure Python and works on all major platforms:
| Platform | Support |
|---|---|
| macOS | ✅ |
| Linux | ✅ |
| Windows | ✅ |
Install with pip install expunct-cli on all platforms.