0.8.1
Pipedrive CLI v0.8.1
Installation
Linux/macOS
curl -fsSL https://raw.githubusercontent.com/Aaronontheweb/pipedrive-cli/dev/install.sh | bashWindows (PowerShell)
iwr -useb https://raw.githubusercontent.com/Aaronontheweb/pipedrive-cli/dev/install.ps1 | iexNote: No sudo/admin permissions required. Installs to your home directory.
Getting Started
After installation, configure your Pipedrive credentials:
pipedrive config set --api-key YOUR_API_KEY --domain company.pipedrive.com
pipedrive config testAvailable Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | pipedrive-0.8.1-linux-x64.tar.gz |
| Windows | x64 | pipedrive-0.8.1-win-x64.zip |
| macOS | x64 (Intel) | pipedrive-0.8.1-osx-x64.tar.gz |
| macOS | ARM64 (Apple Silicon) | pipedrive-0.8.1-osx-arm64.tar.gz |
Verify Downloads
All downloads include SHA256 checksums. To verify:
sha256sum -c pipedrive-0.8.1-linux-x64.tar.gz.sha256What's Changed
What's Changed
- Add --lost-reason flag to deals update command by @Aaronontheweb in #137
- Prepare release 0.8.1 by @Aaronontheweb in #138
Full Changelog: 0.8.0...0.8.1