Loading

assembler bloom-filter create cli command

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

Build a bloom filter binary from a local legacy-docs repository.

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

The bloom filter is a compact data structure that records which legacy URLs existed before migration. It is used to verify redirect coverage: if a legacy URL is absent from the filter, any redirect pointing to it cannot be validated. Run once after cloning the legacy-docs repository.