From 32e4cffb444d4ad936c9037eecea9bd78f81f3d0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Jun 2023 21:05:35 +0300 Subject: Add --mask-repository pkg-build option --- bpkg/pkg-build.cli | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/pkg-build.cli') diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 05d4077..244ebac 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -397,6 +397,15 @@ namespace bpkg option in \l{bpkg-rep-fetch(1)} for details." } + strings --mask-repository + { + "", + "Pretend, for the duration of the command execution, that repository + doesn't exist in the configuration. The repository can be specified + either as a repository name or as a repository location (URL or a + directory path). 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