What problem does it solve?
Provides a single, discoverable guide for installing, authenticating, and running the Montte CLI so users can manage financial data and automation tasks from the command line without navigating the web UI.
Core Features & Use Cases
- Authentication & Configuration: Explains login, logout, whoami, and environment variable usage including host overrides for self-hosted or staging instances.
- Command Surface & Flags: Documents global flags, JSON output, pagination, and the main command groups for transactions, accounts, categories, and budgets.
- Scripting & CI: Describes non-interactive usage patterns and how to integrate the CLI into automation and CI pipelines.
- Use Case: Automate a monthly workflow that logs in with a service key, lists transactions for a date range, and exports JSON for downstream processing.
Quick Start
Log in using your API key, then list transactions from 2024-01-01 to 2024-01-31 and output the results as JSON.