> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Command-Line Interface

> Install the DualEntry CLI, look up every command and flag, and copy-paste recipes for invoice review, month-end close, and CI/CD automation.

The DualEntry CLI wraps the Public API in a scriptable command-line tool, so accountants and developers can list, filter, and export records without writing HTTP client code.

## What this section covers

* **[Quickstart](./quickstart)**: install the CLI, authenticate, and run your first command in under five minutes.
* **[Reference](./reference)**: every resource, subcommand, flag, exit code, and environment variable the CLI supports.
* **[How to Review Outstanding Invoices with the CLI](./how-to-review-outstanding-invoices)**
* **[How to Run a Month-End Journal Entry Review with the CLI](./how-to-run-a-month-end-journal-entry-review)**
* **[How to Automate Bill Status Checks in CI/CD](./how-to-automate-bill-status-checks-in-cicd)**

## Where to go next

For the underlying API the CLI calls, see [API](../api/index). To connect an AI assistant instead of a terminal, see [DualEntry MCP](../integrations-and-tools/mcp).
