1bdep-help(1) General Commands Manual bdep-help(1)
2
3
4
6 bdep-help - show help for a command or help topic
7
9 bdep help [command | topic]
10
12 Show the detailed help for command or help topic or a summary of avail‐
13 able commands and topics if none was specified.
14
16 The common options are summarized below with a more detailed descrip‐
17 tion available in bdep-common-options(1).
18
19 -v Print essential underlying commands being executed.
20
21 -V Print all underlying commands being executed.
22
23 --quiet|-q
24 Run quietly, only printing error messages.
25
26 --verbose level
27 Set the diagnostics verbosity to level between 0 and 6.
28
29 --stdout-format format
30 Representation format to use for printing to stdout.
31
32 --jobs|-j num
33 Number of jobs to perform in parallel.
34
35 --progress
36 Display progress indicators for long-lasting operations, such as
37 network transfers, building, etc.
38
39 --no-progress
40 Suppress progress indicators for long-lasting operations, such
41 as network transfers, building, etc.
42
43 --diag-color
44 Use color in diagnostics.
45
46 --no-diag-color
47 Don't use color in diagnostics.
48
49 --bpkg path
50 The package manager program to be used for build configuration
51 management.
52
53 --bpkg-option opt
54 Additional option to be passed to the package manager program.
55
56 --build path
57 The build program to be used to build packages.
58
59 --build-option opt
60 Additional option to be passed to the build program.
61
62 --curl path
63 The curl program to be used for network operations.
64
65 --curl-option opt
66 Additional option to be passed to the curl program.
67
68 --pager path
69 The pager program to be used to show long text.
70
71 --pager-option opt
72 Additional option to be passed to the pager program.
73
74 --options-file file
75 Read additional options from file.
76
77 --default-options dir
78 The directory to load additional default options files from.
79
80 --no-default-options
81 Don't load default options files.
82
84 See bdep-default-options-files(1) for an overview of the default op‐
85 tions files. For the help command the following options files are
86 searched for only in the predefined directories (home, system, etc)
87 and, if found, loaded in the order listed:
88
89 bdep.options
90 bdep-help.options
91
93 Send bug reports to the users@build2.org mailing list.
94
96 Copyright (c) 2014-2023 the build2 authors.
97
98 Permission is granted to copy, distribute and/or modify this document
99 under the terms of the MIT License.
100
101
102
103bdep 0.16.0 June 2023 bdep-help(1)