From 3908754edadb9afbe0f977788cc34456cbdffc5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 13:20:32 +0200 Subject: Add support for --all|-a to pkg-{update,clean,test,install,uninstall} --- bpkg/pkg-install.cli | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-install.cli') diff --git a/bpkg/pkg-install.cli b/bpkg/pkg-install.cli index 95edef3..75d13a0 100644 --- a/bpkg/pkg-install.cli +++ b/bpkg/pkg-install.cli @@ -15,16 +15,20 @@ namespace bpkg "\h|SYNOPSIS| - \c{\b{bpkg pkg-install}|\b{install} [] [] ( [])...} + \c{\b{bpkg pkg-install}|\b{install} [] [] ( [])...\n + \b{bpkg pkg-install}|\b{install} [] [] \b{--all}|\b{-a}} \h|DESCRIPTION| - The \cb{pkg-install} command installs one or more packages. Additionally, - immediate or all dependencies of the specified packages can be also + The \cb{pkg-install} command installs the specified packages (the first + form) or all held packages (the second form, see \l{bpkg-pkg-status(1)}). + Additionally, immediate or all dependencies of these packages can be also installed by specifying the \c{\b{--immediate}|\b{-i}} or \c{\b{--recursive}|\b{-r}} options, respectively. Underneath, this command doesn't do much more than run \cb{b install}. + In the first form the specified packages must have been previously + configured with \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}. Additional command line variables (, normally \cb{config.*}) can be passed to the build system by either specifying them before the packages, in which case they apply to the whole configuration, or after a specific @@ -45,6 +49,11 @@ namespace bpkg { "\h|PKG-INSTALL OPTIONS|" + bool --all|-a + { + "Install all held packages." + } + bool --immediate|-i { "Also install immediate dependencies." -- cgit v1.1