mix oratos (oratos v0.3.1)

Copy Markdown View Source

Thin wrapper around the Oratos CLI binary.

With no arguments, prints CLI help. Otherwise forwards argv to oratos:

mix oratos --version
mix oratos generate llms ./priv/static --output priv/static/llms.txt
mix oratos prompt phoenix priv/static/index.html --output tmp/fix.md

For audits, prefer mix oratos.audit, which defaults the target to priv/static / dist and is nicer in Mix aliases.