Loading

codex clone cli command

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

Clone all repositories listed in the codex configuration.

<config> string required

Path to the codex.yml configuration file.

Constraints: symbolic links not allowed, must exist, extensions: yml, yaml

--strict

Treat warnings as errors.

Default: false

--fetch-latest

Fetch the HEAD of each branch instead of the pinned ref.

Default: false

--assume-cloned

Skip cloning; assume repositories are already on disk.

Default: false

-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

--skip-private-repositories
Skip cloning private repositories
-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

--skip-private-repositories

Skip cloning private repositories