@montte/cli/overview

Manage Montte ERP resources via CLI with JSON output and filters.

6|4|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/Montte-erp/montte-nx --skill montte-cli-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @montte/cli/overview
Source: https://github.com/Montte-erp/montte-nx/tree/main/libraries/cli/skills
Command: npx skills add https://github.com/Montte-erp/montte-nx --skill montte-cli-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about @montte/cli/overview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Montte ERP transactions from the command line?

You can manage Montte ERP transactions from the command line by installing the montte CLI, authenticating with an API key, and executing commands with flags for JSON output, date range filters, and pagination.

Can I automate Montte ERP financial data extraction in CI pipelines?

Yes, you can automate Montte ERP data extraction in CI pipelines by using the montte CLI for non-interactive execution, authenticating with a service key, and exporting JSON outputs for downstream processing.

How do I authenticate the Montte CLI for terminal workflows?

You authenticate the Montte CLI for terminal workflows by logging in with your API key, and you can verify authentication using the whoami command or configure environment variables for host overrides.

Does the Montte CLI support filtering bank accounts and budgets by date ranges?

Yes, the Montte CLI supports filtering bank accounts, budgets, categories, and transactions by date ranges, alongside pagination and JSON output flags for scripting-friendly data operations.

What is the best way to export Montte ERP transactions as JSON for a specific date range?

The best way to export Montte ERP transactions as JSON is by running the montte CLI with date range filters and the --json flag, enabling scripting-friendly extraction of your financial data.

Do I need an API key to run Montte CLI commands for budgets and categories?

Yes, an authenticated API key is required to run Montte CLI commands for budgets, categories, transactions, and bank accounts, ensuring secure access to your financial data operations.