1bdep-deinit(1)              General Commands Manual             bdep-deinit(1)
2
3
4

NAME

6       bdep-deinit - deinitialize project in build configurations
7

SYNOPSIS

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

DESCRIPTION

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

DEINIT OPTIONS

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       --all|-a
33              Use all build configurations.
34
35       --config|-c dir
36              Specify the build configuration as a directory.
37
38       --directory|-d dir
39              Assume project/package is in the specified directory rather than
40              in the current working directory.
41
42       --config-name|-n name
43              Specify the build configuration as a name.
44
45       --config-id num
46              Specify the build configuration as an id.
47

COMMON OPTIONS

49       The common options are summarized below with a more  detailed  descrip‐
50       tion available in bdep-common-options(1).
51
52       -v     Print essential underlying commands being executed.
53
54       -V     Print all underlying commands being executed.
55
56       --quiet|-q
57              Run quietly, only printing error messages.
58
59       --verbose level
60              Set the diagnostics verbosity to level between 0 and 6.
61
62       --stdout-format format
63              Representation format to use for printing to stdout.
64
65       --jobs|-j num
66              Number of jobs to perform in parallel.
67
68       --progress
69              Display progress indicators for long-lasting operations, such as
70              network transfers, building, etc.
71
72       --no-progress
73              Suppress progress indicators for long-lasting  operations,  such
74              as network transfers, building, etc.
75
76       --bpkg path
77              The  package  manager program to be used for build configuration
78              management.
79
80       --bpkg-option opt
81              Additional option to be passed to the package manager program.
82
83       --build path
84              The build program to be used to build packages.
85
86       --build-option opt
87              Additional option to be passed to the build program.
88
89       --curl path
90              The curl program to be used for network operations.
91
92       --curl-option opt
93              Additional option to be passed to the curl program.
94
95       --pager path
96              The pager program to be used to show long text.
97
98       --pager-option opt
99              Additional option to be passed to the pager program.
100
101       --options-file file
102              Read additional options from file.
103
104       --default-options dir
105              The directory to load additional default options files from.
106
107       --no-default-options
108              Don't load default options files.
109

DEFAULT OPTIONS FILES

111       See bdep-default-options-files(1) for an overview of  the  default  op‐
112       tions  files.  For the deinit command the search start directory is the
113       project directory. The following options files are searched for in each
114       directory and, if found, loaded in the order listed:
115
116       bdep.options
117       bdep-deinit.options
118
119       The following deinit command options cannot be specified in the default
120       options files:
121
122       --directory|-d
123

BUGS

125       Send bug reports to the users@build2.org mailing list.
126
128       Copyright (c) 2014-2022 the build2 authors.
129
130       Permission is granted to copy, distribute and/or modify  this  document
131       under the terms of the MIT License.
132
133
134
135bdep 0.15.0                        July 2022                    bdep-deinit(1)
Impressum