MINARA

CLI Reference

Every subcommand and REPL slash command the agent exposes

The Minara Agent CLI has two surfaces:

  1. Pre-REPL subcommands: minara <subcommand> [args]. Each runs once and exits. Scriptable.
  2. REPL slash commands: typed inside the interactive chat. Prefixed with /. Everything else typed in the REPL goes to the agent as a natural-language prompt.

Bare minara and minara chat both drop straight into the REPL. Every other subcommand runs once and exits.

Overview

  • Subcommands: detailed reference for every minara <subcommand>.
  • Slash Commands: detailed reference for every /command available inside the REPL.

Source of truth

Doc sync requirement

Adding, renaming, or removing any subcommand or slash command must update the pages in this section in the same commit. The convention is recorded in Conventions §6 and enforced on every PR.

On this page