v0.1.0 — Initial Release
First release of qbo-cli — the command-line interface for QuickBooks Online API.
Features
- OAuth2 authentication with auto token refresh and rotation
- Query entities using QBO's SQL-like syntax with automatic pagination
- CRUD operations on all QBO entity types
- Financial reports (P&L, Balance Sheet, Cash Flow, AR/AP aging)
- Raw API access for advanced use cases
- JSON and TSV output formats
- File-locked atomic token storage
Install
pip install qbo-cli
See README for setup instructions.