aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-12 14:21:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-12 17:02:58 +0300
commit5b2f02086f9295cf16e19cb3b7e5369b313bb422 (patch)
treed53b87ffbb7eadfa258f9d9891363306110d6f98 /bpkg/pkg-update.cli
parente87d381eab6233f9493e7e0e96b3a5a6944cedce (diff)
Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands
Diffstat (limited to 'bpkg/pkg-update.cli')
-rw-r--r--bpkg/pkg-update.cli24
1 files changed, 17 insertions, 7 deletions
diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli
index 531da4a..7887185 100644
--- a/bpkg/pkg-update.cli
+++ b/bpkg/pkg-update.cli
@@ -15,17 +15,19 @@ namespace bpkg
"\h|SYNOPSIS|
\c{\b{bpkg pkg-update}|\b{update} [<options>] [<vars>] <pkg>...\n
- \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] \b{--all}|\b{-a}}
+ \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] \b{--all}|\b{-a}\n
+ \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] (\b{--all-pattern} <pattern>)...}
\h|DESCRIPTION|
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)}.
+ form), all the held packages (the second form, see
+ \l{bpkg-pkg-status(1)}), or all the held packages that match any of the
+ specified wildcard patterns (the third form). 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. Such variables apply to all the specified
@@ -43,6 +45,14 @@ namespace bpkg
"Update all held packages."
}
+ strings --all-pattern
+ {
+ "<pattern>",
+ "Update held packages that match the specified wildcard pattern. Repeat
+ this option to match multiple patterns. Note that you may need to quote
+ the pattern to prevent expansion by your shell."
+ }
+
string --for|-f
{
"<operation>",