assembler config init cli command
docs-builder assembler config init [options]
Sources the configuration from the config folder on the main branch of docs-builder.
By default, the configuration is placed in a platform-specific application support folder, which is the primary location for CI environments:
- macOS:
~/Library/Application Support/docs-builder - Linux:
~/.config/docs-builder - Windows:
%APPDATA%\docs-builder
Use the --local flag to save the configuration in the current working directory instead. This is the recommended approach when building a local workspace for testing.
See using a local workspace for assembler builds for more information.
--git-refstring- 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-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