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
member-settingsMember-level settings
Expenses
expensesList all expenses
expense <id>Get expense by ID
expense-details <id>Full expense details
expense-card <id>Card details for an expense
expense-receipts <id>Receipt IDs
expense-activity <id>Activity log
expense-review <id>Review status
receipt <id>Get receipt data
search-expensesSearch with filters
expense-filtersAvailable filter data
Teams & People
teamsList teams
peopleList employees
person <id>Employee details
Cards
cardsList vendor cards
card <id>Card details
cards-configCards configuration
total-cardsTotal card count
inactive-cardsInactive cards
recurring-vendorsRecurring vendor list
card-requestsVendor card requests
Tags & Categories
tagsTag groups
categoriesAccount categories
tax-codesTax codes
Accounting
accountsChart of accounts
accounting-statusIntegration status
accounting-categoriesAccounting categories
accounting-tagsTag groups
accounting-tax-codesTax codes
cashbooksCashbooks
vat-statusVAT automation status
vat-splitVAT split details
Wallet & Cash
balanceWallet balance
spend-limitsCard spend limits
cashCash management overview
cash-breakdownAccount breakdown
sub-wallet <id>Sub-wallet details
bank-transferBank transfer info
Export
export-queueExport queue stats
export-tableExport table data
export-statusAsync export status
export-reportsReport data
export-filtersEmployee filter list
export-actionsExport actions
latest-reportLatest report export
Entitlements & Billing
entitlementsCompany entitlements
subscriptionCurrent subscription
plan-statusCompany plan status
creditCredit eligibility
overdraftOverdraft info
Reviews
reviewsReviewer configuration
review-block <id>Review block details
reviewer-options <id>Available reviewers
Status & Misc
todoTo-do list stats
statsEmployee expense stats
kycKYC status
statusPleo platform status
reimbursementsReimbursements enabled?
Integrations
integrationsIntegration status
samlSAML/SSO configuration
travelperkTravelPerk integration
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.

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.

·