0.10.0
Pipedrive CLI v0.10.0
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.10.0-linux-x64.tar.gz |
| Windows | x64 | pipedrive-0.10.0-win-x64.zip |
| macOS | x64 (Intel) | pipedrive-0.10.0-osx-x64.tar.gz |
| macOS | ARM64 (Apple Silicon) | pipedrive-0.10.0-osx-arm64.tar.gz |
Verify Downloads
All downloads include SHA256 checksums. To verify:
sha256sum -c pipedrive-0.10.0-linux-x64.tar.gz.sha256What's Changed
What's Changed
- Bump dotnet-sdk from 10.0.100 to 10.0.301 by @dependabot[bot] in #156
- feat: add date filtering for deals list and display won/lost time (#146, #163, #164) by @Aaronontheweb in #165
- docs: add date filtering examples to README by @Aaronontheweb in #166
- Release 0.10.0 by @Aaronontheweb in #167
Full Changelog: 0.9.0...0.10.0