Loading

assembler clone cli command

docs-builder assembler clone [options]
		
Idempotent

Clones all repositories listed in the assembler configuration. Defaults to $(pwd)/.artifacts/checkouts/{content_source}.

The content_source is taken from the --environment option as configured in assembly.yaml.

--[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