Loading

assembler clone cli command

docs-builder assembler clone [options]
		

Clone all repositories listed in the assembler configuration.

--[no-]strict
Treat warnings as errors.
--environment string
Named deployment target. Determines which repositories and branches are cloned.
--[no-]fetch-latest
Fetch the HEAD of each branch instead of the pinned link-registry ref.
--[no-]assume-cloned
Skip cloning; assume repositories are already on disk.
-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

Run assembler config init first to fetch the repository list. Clones into a local working directory; subsequent assembler build reads from there.