Loading

assembler config init cli command

docs-builder assembler config init [options]
		

Fetch the assembler configuration into local application data.

--git-ref string
Git ref to fetch. Defaults to main.
--[no-]local

Write the configuration into cwd so subsequent commands treat it as a local override.

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

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

All assembler and codex commands read their repository list from a central configuration repository. Run this once before the first assembler clone or assemble invocation, and whenever the configuration has changed upstream.