1bpkg-rep-list(1)            General Commands Manual           bpkg-rep-list(1)
2
3
4

NAME

6       bpkg-rep-list - list repositories in configuration
7

SYNOPSIS

9       bpkg rep-list|list [options]
10

DESCRIPTION

12       The rep-list command lists the repositories in the configuration.
13
14       For  each repository a line containing the repository name and location
15       is printed to stdout. If the --complements|-c and/or --prerequisites|-p
16       options  are  specified,  then it is followed by the list of complement
17       and/or prerequisite repositories, recursively.
18

REP-LIST OPTIONS

20       --complements|-c
21              List complement repositories.
22
23       --prerequisites|-p
24              List prerequisite repositories.
25
26       --directory|-d dir
27              Assume configuration is in dir rather than in the current  work‐
28              ing directory.
29

COMMON OPTIONS

31       The  common  options are summarized below with a more detailed descrip‐
32       tion available in bpkg-common-options(1).
33
34       -v     Print essential underlying commands being executed.
35
36       -V     Print all underlying commands being executed.
37
38       --quiet|-q
39              Run quietly, only printing error messages.
40
41       --verbose level
42              Set the diagnostics verbosity to level between 0 and 6.
43
44       --stdout-format format
45              Representation format to use for printing to stdout.
46
47       --jobs|-j num
48              Number of jobs to perform in parallel.
49
50       --no-result
51              Don't print informational messages about the outcome of perform‐
52              ing a command or some of its parts.
53
54       --structured-result fmt
55              Write the result of performing a command in a structured form.
56
57       --progress
58              Display progress indicators for long-lasting operations, such as
59              network transfers, building, etc.
60
61       --no-progress
62              Suppress progress indicators for long-lasting  operations,  such
63              as network transfers, building, etc.
64
65       --diag-color
66              Use color in diagnostics.
67
68       --no-diag-color
69              Don't use color in diagnostics.
70
71       --build path
72              The build program to be used to build packages.
73
74       --build-option opt
75              Additional option to be passed to the build program.
76
77       --fetch path
78              The fetch program to be used to download resources.
79
80       --fetch-option opt
81              Additional option to be passed to the fetch program.
82
83       --fetch-timeout sec
84              The fetch and fetch-like (for example, git) program timeout.
85
86       --pkg-proxy url
87              HTTP proxy server to use when fetching package manifests and ar‐
88              chives from remote pkg repositories.
89
90       --git path
91              The git program to be used to fetch git repositories.
92
93       --git-option opt
94              Additional common option to be passed to the git program.
95
96       --sha256 path
97              The sha256 program to be used to calculate SHA256 sums.
98
99       --sha256-option opt
100              Additional option to be passed to the sha256 program.
101
102       --tar path
103              The tar program to be used to extract package archives.
104
105       --tar-option opt
106              Additional option to be passed to the tar program.
107
108       --openssl path
109              The openssl program to be used for crypto operations.
110
111       --openssl-option opt
112              Additional option to be passed to the openssl program.
113
114       --auth type
115              Types of repositories to authenticate.
116
117       --trust fingerprint
118              Trust repository certificate with a SHA256 fingerprint.
119
120       --trust-yes
121              Assume the answer to all authentication prompts is yes.
122
123       --trust-no
124              Assume the answer to all authentication prompts is no.
125
126       --git-capabilities up=pc
127              Protocol capabilities (pc) for a git repository URL prefix (up).
128
129       --pager path
130              The pager program to be used to show long text.
131
132       --pager-option opt
133              Additional option to be passed to the pager program.
134
135       --options-file file
136              Read additional options from file.
137
138       --default-options dir
139              The directory to load additional default options files from.
140
141       --no-default-options
142              Don't load default options files.
143
144       --keep-tmp
145              Don't remove the bpkg's temporary directory at the  end  of  the
146              command execution and print its path at the verbosity level 2 or
147              higher.
148

DEFAULT OPTIONS FILES

150       See bpkg-default-options-files(1) for an overview of  the  default  op‐
151       tions files. For the rep-list command the search start directory is the
152       configuration directory. The following options files are  searched  for
153       in each directory and, if found, loaded in the order listed:
154
155       bpkg.options
156       bpkg-rep-list.options
157
158       The  following  rep-list command options cannot be specified in the de‐
159       fault options files:
160
161       --directory|-d
162

BUGS

164       Send bug reports to the users@build2.org mailing list.
165
167       Copyright (c) 2014-2023 the build2 authors.
168
169       Permission is granted to copy, distribute and/or modify  this  document
170       under the terms of the MIT License.
171
172
173
174bpkg 0.16.0                        June 2023                  bpkg-rep-list(1)
Impressum