Skip to content

Releases: glholland/plaid-cli

v0.1.2

25 Jun 14:40
cd147f3

Choose a tag to compare

Changelog

v0.1.1

25 Jun 14:23
f3fc75c

Choose a tag to compare

Changelog

v0.1.0

24 Jun 22:58
9818e88

Choose a tag to compare

What's Changed

  • feat(rules): correlate inter-account payments across accounts by @glholland in #8
  • feat(accounts): render human-readable account labels instead of UUIDs by @glholland in #9

Full Changelog: v0.0.4...v0.1.0

v0.0.4

09 Jun 21:16
3ce92dc

Choose a tag to compare

What's Changed

  • feat(accounts): account removal, institution metadata, remove development env by @glholland in #7

Full Changelog: v0.0.3...v0.0.4

v0.0.3

07 Jun 19:07
b3db04c

Choose a tag to compare

What's Changed

  • feat: rules engine, update spec, add new tests by @glholland in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 May 00:14
4b808b0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

22 May 00:21
5c165cf

Choose a tag to compare

Plaid CLI

This is the first public release of plaid-cli — a lightweight command-line tool for interacting with the Plaid API from your terminal.

With v0.0.1 you can link one or more bank accounts via an interactive Plaid Link browser flow, check live balances, and sync transaction history locally using Plaid's cursor-based /transactions/sync endpoint. Transactions can be filtered by date, account, amount, or keyword and rendered as a table, exported to JSON, or piped to CSV.

All local data — credentials, cached transactions, and session tokens — can optionally be encrypted at rest with AES-256-GCM using a master password, with a short-lived session cache so you're not re-typing it constantly.

Binaries are available below for Linux, macOS, and Windows on both amd64 and arm64.