Loading

assembler serve cli command

docs-builder assembler serve [options]
		

Serve the output of a completed assembler build at http://localhost:4000.

--port int

Port to listen on.

Default: 4000

--path string

Path to the built site. Defaults to .artifacts/docs/.

Constraints: symbolic links not allowed, must exist, supports ~ home expansion

-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