up-bank-cli
v0.1.0
Published
CLI for the Up Banking API — accounts, transactions, and balances
Readme
up-bank-cli
CLI for the Up Banking API — view accounts, balances, and transactions.
Install
bun install -g up-bank-cliSetup
Generate a Personal Access Token at api.up.com.au and set it:
export UP_BANK_API_TOKEN="up:yeah:your-token-here"Commands
up-bank accounts # List all accounts
up-bank accounts --type saver # Filter by type
up-bank transactions # Recent transactions
up-bank transactions --since 2026-03-01 --until 2026-03-15
up-bank transactions --category groceries --limit 10
up-bank ping # Test tokenAdd --json to any command for raw JSON output.
