1.. cyrusman:: cyr_buildinfo(8)
2
3.. _imap-reference-manpages-systemcommands-cyr_buildinfo:
4
5=================
6**cyr_buildinfo**
7=================
8
9Cyrus build-configuration inspection tool
10
11Synopsis
12========
13
14.. parsed-literal::
15
16    **cyr_buildinfo** [ **-C** *config-file* ] [format]
17
18Description
19===========
20
21**cyr_buildinfo** is a tool to inspect the build configuration of a Cyrus release.  The intent is to
22provide compilation settings during runtime and testing.
23
24**cyr_buildinfo** |default-conf-text|
25
26Options
27=======
28
29.. program:: cyr_buildinfo
30
31.. option:: -C config-file
32
33    This option is ignored, but accepted for compatibility with other Cyrus tools.
34
35.. option:: format
36
37    Specify one of the following:
38
39       **pretty** - print the build configuration in indented JSON format. This is the default.
40
41       **dense**  - print the build configuration in dense JSON format.
42
43       **flat**   - print the build configuration as flattened properties. Note that the print order is non-deterministic.
44
45