Pleo from your terminal

Manage expenses, check balances, browse teams, and explore your company data — all without leaving the command line. 113 commands for macOS, Linux, and Windows.

$curl -fsSL https://www.pleocli.com/install.sh | sh
pleo-cli

Everything you need

Expense management

List, search, and inspect expenses with full details, receipts, activity logs, and review status.

$ pleo expenses
Wallet & balance

Check your wallet balance, spend limits, cash management breakdown, and top-up status.

$ pleo balance
Teams & people

Browse teams, list employees, and view detailed person profiles across your company.

$ pleo people
Accounting & export

Check accounting integration status, export queues, tax codes, and chart of accounts.

$ pleo accounting-status
Seamless login

Log in once via your browser. Pleo CLI extracts tokens automatically. Passkeys and Google OAuth work.

$ pleo login
113 commands

Full coverage of expenses, cards, budgets, integrations, subscriptions, and more. Auto-update built in.

$ pleo update

Get started in 3 steps

Install, log in, and you're ready to go.

1Install
$ curl -fsSL pleocli.com/install.sh | sh
2Log in
$ pleo login
3Explore
$ pleo balance

Commands

113 commands organized across 15 categories. Here are the highlights.

$ pleo --help
Auth
loginLog in to Pleo via browser
logoutRemove stored credentials
whoamiShow logged-in user and token expiry
User & Company
meCurrent user info
userCurrent user info (detailed)
companyCompany info
settingsCompany settings
Expenses
expensesList all expenses
expense <id>Get expense by ID
expense-details <id>Full expense details
expense-activity <id>Activity log
expense-review <id>Review status
receipt <id>Get receipt data
search-expensesSearch with filters
Cards
cardsList vendor cards
card <id>Card details
card-requestsVendor card requests
recurring-vendorsRecurring vendor list
Wallet & Cash
balanceWallet balance
spend-limitsCard spend limits
cashCash management overview
cash-breakdownAccount breakdown
Accounting
accounting-statusIntegration status
chart-of-accountsChart of accounts
accounting-tagsTag groups
vat-statusVAT automation status
Export
export-queueExport queue stats
export-tableExport table data
export-statusAsync export status
export-reportsReport data
Teams & People
teamsList teams
peopleList employees
person <id>Employee details
Meta
versionShow installed version
updateUpdate to latest version

Downloads

v1.0.0 — or install via the command above.

macOS Apple Silicon
Download
macOS Intel
Download
Linux x86_64
Download
Linux ARM64
Download
Windows x86_64
Download

Frequently Asked Questions

What is Pleo CLI?

Pleo CLI is an unofficial command-line interface for Pleo expense management. It lets you check balances, browse expenses, view teams, and explore company data from the terminal. 113 commands covering the full Pleo platform.

How do I install it?

On macOS or Linux: curl -fsSL https://www.pleocli.com/install.sh | sh — On Windows PowerShell: irm https://www.pleocli.com/install.ps1 | iex — Or download the binary directly from the Downloads section.

How does login work?

Run 'pleo login' and it opens your browser to sign in to Pleo. Once signed in, the token is extracted automatically. If you're already logged in, it takes about 10 seconds. Passkeys and Google OAuth work.

Is it free?

Yes. Pleo CLI is free and open source under the MIT license. Available on GitHub at happenings-dk/pleocli.

How do I update?

Run 'pleo update' to automatically download and install the latest version. You can check your current version with 'pleo version'.

What platforms are supported?

macOS (Apple Silicon and Intel), Linux (x86_64 and ARM64), and Windows (x86_64).

Does it work with passkeys?

Yes. Pleo CLI uses your real browser for login, so passkeys, Google OAuth, and any existing Pleo sessions work seamlessly.

·