assembler content-source match cli command
docs-builder assembler content-source match [<repository>] [<branch-or-tag>]
Check whether a repository at a specific branch or tag should be included in the next build.
<repository>string- Repository slug to match (e.g. elastic/elasticsearch).
<branch-or-tag>string- Branch name or version tag to test against.
-l--log-levelenum-
Minimum log level.
Values: trace, debug, information, warning, error, critical, none
Default:
information -c--config-sourceenum-
Override the configuration source: local, remote
Values: local, remote, embedded
--[no-]skip-private-repositories- Skip cloning private repositories
Exits 0 if the repository matches; 1 otherwise. Useful for conditional CI steps.