Are you an LLM? View /llms.txt for optimized Markdown documentation, or /llms-full.txt for full documentation bundle. This page is also available as Markdown at /reference.md
Search
⌘
K
Search
K
Getting Started
Concepts
Guides
Reference
Theme
Menu
›
Reference
Copy Markdown
On this page
#
Reference
bootstrap
Bootstrap and run a CLI application. Registers commands, parses arguments, loads config, runs middleware, and invokes the matched handler.
reference/
cli
The developer CLI for scaffolding, building, and diagnostics.
cli
tooling
command
Define a command with typed options, positionals, and a handler function.
reference/
maltty
The runtime framework for commands, middleware, auth, and terminal UI.
framework
runtime
middleware
Define middleware that wraps command execution with pre/post logic.
report
Structured reporting middleware. Decorates `ctx.report` with methods for writing checks, findings, and summaries.
screen
Define a command that renders a React/Ink terminal UI instead of running a handler.