Reference
CLI
Generated commands, options, and help text from the actual argparse parser.
Operate a Lumen environment.
Run commands from the repository root through the pinned Python environment:
uv run lumen --helpGlobal options
| Option | Type | Required | Help |
|---|---|---|---|
-h, --help | flag | no | show this help message and exit |
Commands
lumen export-openapi
Regenerate the canonical OpenAPI document.
uv run lumen export-openapilumen init
Create the local development workspace and project.
uv run lumen init