1bdep-deinit(1) General Commands Manual bdep-deinit(1)
2
3
4
6 bdep-deinit - deinitialize project in build configurations
7
9 bdep deinit [options] [pkg-spec] [cfg-spec]
10
11 cfg-spec = (@cfg-name | --config|-c cfg-dir)... | --all|-a
12 pkg-spec = (--directory|-d pkg-dir)... | prj-spec
13 prj-spec = --directory|-d prj-dir
14
16 The deinit command deinitializes the specified project packages (pkg-
17 spec), or, if the project itself is specified (prj-spec), all its pre‐
18 viously initialized packages, in one or more build configurations (cfg-
19 spec).
20
21 If no project directory is specified, then the current working direc‐
22 tory is assumed. If no configuration is specified, then the default
23 configurations are assumed. See bdep-projects-configs(1) for details on
24 specifying projects and configurations.
25
27 --force
28 Deinitialize packages without attempting to remove them from the
29 build configuration. This mode is primarily useful when the con‐
30 figuration directory has been removed or is otherwise unusable.
31
32 --no-fetch
33 Do not re-fetch the repository information before attempting to
34 replace packages being deinitialized with versions from reposi‐
35 tories.
36
37 --all|-a
38 Use all build configurations.
39
40 --config|-c dir
41 Specify the build configuration as a directory.
42
43 --directory|-d dir
44 Assume project/package is in the specified directory rather than
45 in the current working directory.
46
47 --config-name|-n name
48 Specify the build configuration as a name.
49
50 --config-id num
51 Specify the build configuration as an id.
52
54 The common options are summarized below with a more detailed descrip‐
55 tion available in bdep-common-options(1).
56
57 -v Print essential underlying commands being executed.
58
59 -V Print all underlying commands being executed.
60
61 --quiet|-q
62 Run quietly, only printing error messages.
63
64 --verbose level
65 Set the diagnostics verbosity to level between 0 and 6.
66
67 --stdout-format format
68 Representation format to use for printing to stdout.
69
70 --jobs|-j num
71 Number of jobs to perform in parallel.
72
73 --progress
74 Display progress indicators for long-lasting operations, such as
75 network transfers, building, etc.
76
77 --no-progress
78 Suppress progress indicators for long-lasting operations, such
79 as network transfers, building, etc.
80
81 --diag-color
82 Use color in diagnostics.
83
84 --no-diag-color
85 Don't use color in diagnostics.
86
87 --bpkg path
88 The package manager program to be used for build configuration
89 management.
90
91 --bpkg-option opt
92 Additional option to be passed to the package manager program.
93
94 --build path
95 The build program to be used to build packages.
96
97 --build-option opt
98 Additional option to be passed to the build program.
99
100 --curl path
101 The curl program to be used for network operations.
102
103 --curl-option opt
104 Additional option to be passed to the curl program.
105
106 --pager path
107 The pager program to be used to show long text.
108
109 --pager-option opt
110 Additional option to be passed to the pager program.
111
112 --options-file file
113 Read additional options from file.
114
115 --default-options dir
116 The directory to load additional default options files from.
117
118 --no-default-options
119 Don't load default options files.
120
122 See bdep-default-options-files(1) for an overview of the default op‐
123 tions files. For the deinit command the search start directory is the
124 project directory. The following options files are searched for in each
125 directory and, if found, loaded in the order listed:
126
127 bdep.options
128 bdep-deinit.options
129
130 The following deinit command options cannot be specified in the default
131 options files:
132
133 --directory|-d
134
136 Send bug reports to the users@build2.org mailing list.
137
139 Copyright (c) 2014-2023 the build2 authors.
140
141 Permission is granted to copy, distribute and/or modify this document
142 under the terms of the MIT License.
143
144
145
146bdep 0.16.0 June 2023 bdep-deinit(1)