Skip to content

0.10.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:46
· 14 commits to dev since this release
8e25e09

Pipedrive CLI v0.10.0

Installation

Linux/macOS

curl -fsSL https://raw.githubusercontent.com/Aaronontheweb/pipedrive-cli/dev/install.sh | bash

Windows (PowerShell)

iwr -useb https://raw.githubusercontent.com/Aaronontheweb/pipedrive-cli/dev/install.ps1 | iex

Note: 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 test

Available 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.sha256

What's Changed

What's Changed

Full Changelog: 0.9.0...0.10.0