aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-17 13:20:32 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-17 16:22:42 +0300
commit3908754edadb9afbe0f977788cc34456cbdffc5a (patch)
treed820f098750b8492dac9fdb5be6d26bea4edb39a /bpkg/pkg-update.cli
parent2ea3d11ac1d5b6069268709ca0125d2e90377d93 (diff)
Add support for --all|-a to pkg-{update,clean,test,install,uninstall}
Diffstat (limited to 'bpkg/pkg-update.cli')
-rw-r--r--bpkg/pkg-update.cli19
1 files changed, 14 insertions, 5 deletions
diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli
index 1478963..2082e07 100644
--- a/bpkg/pkg-update.cli
+++ b/bpkg/pkg-update.cli
@@ -15,15 +15,19 @@ namespace bpkg
"\h|SYNOPSIS|
- \c{\b{bpkg pkg-update}|\b{update} [<options>] [<vars>] (<pkg> [<vars>])...}
+ \c{\b{bpkg pkg-update}|\b{update} [<options>] [<vars>] (<pkg> [<vars>])...\n
+ \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] \b{--all}|\b{-a}}
\h|DESCRIPTION|
- The \cb{pkg-update} command updates the previously configured (via
- \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. Underneath,
- this command doesn't do much more than run \cb{b update} (or one of its
- \c{update-for-*} variants; see \cb{--for|-f}).
+ The \cb{pkg-update} command updates the specified packages (the first
+ form) or all the held packages (the second form, see
+ \l{bpkg-pkg-status(1)}). Underneath, this command doesn't do much more
+ than run \cb{b update} (or one of its \c{update-for-*} variants; see
+ \cb{--for|-f}).
+ 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 (<vars>, 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
@@ -34,6 +38,11 @@ namespace bpkg
{
"\h|PKG-UPDATE OPTIONS|"
+ bool --all|-a
+ {
+ "Update all held packages."
+ }
+
string --for|-f
{
"<operation>",