Skip to content

0.8.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 23:48
· 30 commits to dev since this release
0.8.1
4070709

Pipedrive CLI v0.8.1

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

What's Changed

What's Changed

Full Changelog: 0.8.0...0.8.1