assembler config init
Sources the configuration from The config
folder on the main
branch of docs-builder
By default, the configuration is placed in a special application folder as its main usages is to be used by CI environments.
- OSX:
~/Library/Application Support/docs-builder
NSApplicationSupportDirectory. - Linux:
~/.config/docs-builder
. -
Windows:
%APPDATA%\docs-builder
.
You can also use the --local
option to save the configuration locally in the current working directory. This exposes a great way to assemble the full documentation locally in an empty directory.
See using assemble to create local workspaces for more information.
docs-builder assembler config init [options...] [-h|--help] [--version]
--git-ref
<string>
- The git reference of the config, defaults to 'main' (optional)
--local
- Save the remote configuration locally in the pwd so later commands can pick it up as local (Optional)