Loading

codex serve cli command

docs-builder codex serve [options]
		

Serve the built portal at http://localhost:4000.

--port int

Port to listen on.

Default: 4000

--path string

Path to the portal output. Defaults to .artifacts/codex/docs/.

Constraints: symbolic links not allowed, must exist, supports ~ home expansion

-l --log-level enum

Minimum log level.

Values: trace, debug, information, warning, error, critical, none

Default: information

-c --config-source enum

Override the configuration source: local, remote

Values: local, remote, embedded

--[no-]skip-private-repositories
Skip cloning private repositories

Run after codex build. Does not rebuild on file changes.