From fdfd3e0644095022b61316e220fce3f5a7a1a9ef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Jun 2023 20:22:29 +0300 Subject: Add --mask-repository-uuid pkg-build option --- bpkg/pkg-build.cli | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bpkg/pkg-build.cli') diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 3db6e9f..a365082 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -411,6 +411,19 @@ namespace bpkg mask multiple repositories." } + strings --mask-repository-uuid + { + "", + "For the duration of the command execution pretend the specified + repository was removed from the specified configuration. Similar to + \cb{--mask-repository} but only masks the repository in a single + configuration. The option value is a key-value pair in the form: + + \c{\i{config-uuid}\b{=}\i{rep}} + + Repeat this option to mask multiple repositories." + } + bool --no-refinement { "Don't try to refine the configuration by offering to drop any unused -- cgit v1.1