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       --jobs|-j num
63              Number of jobs to perform in parallel.
64
65       --no-progress
66              Suppress  progress  indicators for long-lasting operations, such
67              as network transfers, building, etc.
68
69       --bpkg path
70              The package manager program to be used for  build  configuration
71              management.
72
73       --bpkg-option opt
74              Additional option to be passed to the package manager program.
75
76       --build path
77              The build program to be used to build packages.
78
79       --build-option opt
80              Additional option to be passed to the build program.
81
82       --curl path
83              The curl program to be used for network operations.
84
85       --curl-option opt
86              Additional option to be passed to the curl program.
87
88       --pager path
89              The pager program to be used to show long text.
90
91       --pager-option opt
92              Additional option to be passed to the pager program.
93
94       --options-file file
95              Read additional options from file.
96
97       --default-options dir
98              The directory to load additional default options files from.
99
100       --no-default-options
101              Don't load default options files.
102

DEFAULT OPTIONS FILES

104       See  bdep-default-options-files(1)  for  an overview of the default op‐
105       tions files. For the deinit command the search start directory  is  the
106       project directory. The following options files are searched for in each
107       directory and, if found, loaded in the order listed:
108
109       bdep.options
110       bdep-deinit.options
111
112       The following deinit command options cannot be specified in the default
113       options files:
114
115       --directory|-d
116

BUGS

118       Send bug reports to the users@build2.org mailing list.
119
121       Copyright (c) 2014-2021 the build2 authors.
122
123       Permission  is  granted to copy, distribute and/or modify this document
124       under the terms of the MIT License.
125
126
127
128bdep 0.14.0                      October 2021                   bdep-deinit(1)
Impressum