Reference
CLI reference
Every command, flag, and exit code.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every command, flag, and exit code.
resumelang <command> [args] [flags]
init [file]
build [file] [--out DIR] [--formats LIST] [--theme NAME|PATH]
validate [file]
themes
theme validate <dir>
serve [--port N] [--addr H] [--root DIR]
version
| Variable | Effect |
|---|---|
RL_GITHUB_CLIENT_ID | Enable GitHub OAuth in serve. |
RL_GITHUB_CLIENT_SECRET | Required with RL_GITHUB_CLIENT_ID. |
RL_LINKEDIN_CLIENT_ID | Enable LinkedIn OAuth in serve. |
RL_LINKEDIN_CLIENT_SECRET | Required with RL_LINKEDIN_CLIENT_ID. |
RL_AUTH_SECRET | HMAC key for session cookies (32+ bytes). Auto-generated each start if unset — sessions reset on restart. |
| Code | Meaning |
|---|---|
| 0 | Success. |
| 1 | Generic error. |
| 2 | Schema validation failed. |
| 3 | Theme load failed. |