Skip to main content
resumelang <command> [args] [flags]
See the CLI guide for prose and examples. This page is the terse reference.

Synopsis

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

Environment variables

VariableEffect
RL_GITHUB_CLIENT_IDEnable GitHub OAuth in serve.
RL_GITHUB_CLIENT_SECRETRequired with RL_GITHUB_CLIENT_ID.
RL_LINKEDIN_CLIENT_IDEnable LinkedIn OAuth in serve.
RL_LINKEDIN_CLIENT_SECRETRequired with RL_LINKEDIN_CLIENT_ID.
RL_AUTH_SECRETHMAC key for session cookies (32+ bytes). Auto-generated each start if unset — sessions reset on restart.

Exit codes

CodeMeaning
0Success.
1Generic error.
2Schema validation failed.
3Theme load failed.