aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-status.cli')
-rw-r--r--bpkg/pkg-status.cli20
1 files changed, 16 insertions, 4 deletions
diff --git a/bpkg/pkg-status.cli b/bpkg/pkg-status.cli
index 24e1dc8..d45c4ae 100644
--- a/bpkg/pkg-status.cli
+++ b/bpkg/pkg-status.cli
@@ -32,10 +32,12 @@ namespace bpkg
\cb{stderr}.
The status output format is regular with components separated with
- spaces. Each line starts with the package name (and version, if
- specified) followed by one of the status words listed below. Some of
- them can be optionally followed by '\cb{,}' (no spaces) and a sub-status
- word.
+ spaces. Each line starts with the package name and version (if specified)
+ followed by one of the status words listed below. Some of them can be
+ optionally followed by '\cb{,}' (no spaces) and a sub-status word. Lines
+ corresponding to dependencies from linked configurations will
+ additionally mention the configuration directory in square brackets after
+ the package name and version.
\dl|
@@ -146,6 +148,16 @@ namespace bpkg
!libfoo configured,system * available 1.1.0 1.1.1
\
+ Another example of the status output this time including dependencies:
+
+ \
+ bpkg status -r libbaz
+ !libbaz configured 1.0.0
+ libfoo configured 1.0.0
+ bison [.bpkg/host/] configured 1.0.0
+ libbar configured 2.0.0
+ \
+
"
}