Loading

assembler bloom-filter create cli command

docs-builder assembler bloom-filter create --built-docs-dir <dir>
		

Generates a bloom filter that gets embedded into the docs-builder binary.

This bloom filter is used to determine whether a document's mapped_page frontmatter field exists in the legacy-url-mappings project. The result controls how the document history selector is populated.

--built-docs-dir string required

Path to the local legacy-docs repository checkout.

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