codex clone cli command
docs-builder codex clone <config> [options]
Clone all repositories listed in the codex configuration.
<config>stringrequired- Path to the codex.yml configuration file.
--[no-]strict-
Treat warnings as errors.
Default:
false --[no-]fetch-latest-
Fetch the HEAD of each branch instead of the pinned ref.
Default:
false --[no-]assume-cloned-
Skip cloning; assume repositories are already on disk.
Default:
false -l--log-levelenum-
Minimum log level.
Values: trace, debug, information, warning, error, critical, none
Default:
information -c--config-sourceenum-
Override the configuration source: local, remote
Values: local, remote, embedded
--[no-]skip-private-repositories-
Skip cloning private repositories