Docs bundle

Print the embedded Ringleader documentation bundle, ready to pipe into an AI assistant, fully offline.

rl docs

Write the full Ringleader documentation set to stdout, ready to pipe straight into an AI assistant. The bundle is embedded in the binary and version-matched to it, so it works fully offline and is never fetched at runtime. The intended use is an agent running inside a NAT’d or offline workstation.

rl docs                       # the docs bytes, to stdout
rl docs > ringleader-docs.txt
rl docs | your-ai-assistant   # feed an agent

With no flags the output is the documentation bytes only, no banner or log lines, so it stays parseable.

FlagDescription
--urlPrint the canonical docs-site URL and exit (no docs, no fetch).
--openOpen the canonical docs-site URL in the host browser.

The URL points at the canonical Ringleader docs site and is overridable with the $RINGLEADER_DOCS_URL environment variable. Neither --url nor --open fetches the docs; both only reference the site.