1bpkg-cfg-unlink(1) General Commands Manual bpkg-cfg-unlink(1)
2
3
4
6 bpkg-cfg-unlink - unlink configuration
7
9 bpkg cfg-unlink [options] [dir]
10 bpkg cfg-unlink [options] --dangling
11
13 The cfg-unlink command unlinks the specified bpkg configuration from
14 the current configuration (the first form) or removes dangling implicit
15 backlinks (the second form). See bpkg-cfg-create(1) for background on
16 linked configurations.
17
18 In the first form the configuration to unlink can be specified either
19 as configuration directory (dir), name (--name), id (--id), or UUID
20 (--uuid).
21
23 --name name
24 Name of the configuration to unlink.
25
26 --id id
27 Numeric id of the configuration to unlink.
28
29 --uuid uuid
30 UUID of the configuration to unlink.
31
32 --dangling
33 Remove dangling implicit backlinks.
34
35 --directory|-d dir
36 Assume configuration is in dir rather than in the current work‐
37 ing directory.
38
40 The common options are summarized below with a more detailed descrip‐
41 tion available in bpkg-common-options(1).
42
43 -v Print essential underlying commands being executed.
44
45 -V Print all underlying commands being executed.
46
47 --quiet|-q
48 Run quietly, only printing error messages.
49
50 --verbose level
51 Set the diagnostics verbosity to level between 0 and 6.
52
53 --jobs|-j num
54 Number of jobs to perform in parallel.
55
56 --no-result
57 Don't print informational messages about the outcome of perform‐
58 ing a command or some of its parts.
59
60 --no-progress
61 Suppress progress indicators for long-lasting operations, such
62 as network transfers, building, etc.
63
64 --build path
65 The build program to be used to build packages.
66
67 --build-option opt
68 Additional option to be passed to the build program.
69
70 --fetch path
71 The fetch program to be used to download resources.
72
73 --fetch-option opt
74 Additional option to be passed to the fetch program.
75
76 --fetch-timeout sec
77 The fetch and fetch-like (for example, git) program timeout.
78
79 --pkg-proxy url
80 HTTP proxy server to use when fetching package manifests and ar‐
81 chives from remote pkg repositories.
82
83 --git path
84 The git program to be used to fetch git repositories.
85
86 --git-option opt
87 Additional common option to be passed to the git program.
88
89 --sha256 path
90 The sha256 program to be used to calculate SHA256 sums.
91
92 --sha256-option opt
93 Additional option to be passed to the sha256 program.
94
95 --tar path
96 The tar program to be used to extract package archives.
97
98 --tar-option opt
99 Additional option to be passed to the tar program.
100
101 --openssl path
102 The openssl program to be used for crypto operations.
103
104 --openssl-option opt
105 Additional option to be passed to the openssl program.
106
107 --auth type
108 Types of repositories to authenticate.
109
110 --trust fingerprint
111 Trust repository certificate with a SHA256 fingerprint.
112
113 --trust-yes
114 Assume the answer to all authentication prompts is yes.
115
116 --trust-no
117 Assume the answer to all authentication prompts is no.
118
119 --pager path
120 The pager program to be used to show long text.
121
122 --pager-option opt
123 Additional option to be passed to the pager program.
124
125 --options-file file
126 Read additional options from file.
127
128 --default-options dir
129 The directory to load additional default options files from.
130
131 --no-default-options
132 Don't load default options files.
133
135 See bpkg-default-options-files(1) for an overview of the default op‐
136 tions files. For the cfg-unlink command the search start directory is
137 the configuration directory. The following options files are searched
138 for in each directory and, if found, loaded in the order listed:
139
140 bpkg.options
141 bpkg-cfg-unlink.options
142
143 The following cfg-unlink command options cannot be specified in the de‐
144 fault options files:
145
146 --directory|-d
147
149 Send bug reports to the users@build2.org mailing list.
150
152 Copyright (c) 2014-2021 the build2 authors.
153
154 Permission is granted to copy, distribute and/or modify this document
155 under the terms of the MIT License.
156
157
158
159bpkg 0.14.0 October 2021 bpkg-cfg-unlink(1)