Getting Started
spusu-cli is an unofficial command-line interface for managing your spusu.at mobile account.
Quick Start
1. Install
bash
# Clone and build
git clone https://github.com/tomLadder/spusu-cli.git
cd spusu-cli
bun install
bun run build
# Move to PATH
mv dist/spusu /usr/local/bin/2. Login
bash
spusu loginYou'll receive a TAN code via SMS to complete authentication.
3. Explore
bash
# View your profile
spusu whoami
# List your tariffs
spusu tariffs
# List invoices
spusu invoices list
# Download an invoice
spusu invoices download 1234567 --year 2026What's Next?
- Installation - Detailed installation instructions
- Configuration - Configure the CLI
- Commands - Full command reference