Loading

codex build cli command

docs-builder codex build <config> [options]
		
Idempotent

Build the portal from previously cloned repositories.

<config> string required

Path to the codex.yml configuration file.

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

--[no-]strict

Treat warnings as errors.

Default: false

--output string

Output directory. Defaults to .artifacts/codex/.

Constraints: symbolic links not allowed, 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