aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli16
1 files changed, 16 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index da15321..125aa84 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -227,6 +227,22 @@ namespace bpkg
"Keep output directories of external packages between upgrades and
downgrades. Refer to \l{bpkg-pkg-disfigure(1)} for details."
}
+
+ dir_path --checkout-root
+ {
+ "<dir>",
+ "Check out packages that come from version control-based repositories
+ into the specified directory rather than into the configuration
+ directory. Refer to the \cb{--output-root} option in
+ \l{bpkg-pkg-checkout(1)} for details."
+ }
+
+ bool --checkout-purge
+ {
+ "Remove the checked out package (source) directories when the packages
+ are purged. Refer to the \cb{--output-purge} option in
+ \l{bpkg-pkg-checkout(1)} for details."
+ }
};
class pkg_build_options: configuration_options,