summaryrefslogtreecommitdiffstats
path: root/doc/man_kcatalogprint.rst
blob: 0fb50883b8862c060525ab1c57607490737c5e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.. highlight:: console

kcatalogprint – Knot DNS catalog print utility
==============================================

Synopsis
--------

:program:`kcatalogprint` [*config_option* *config_argument*] [*option*]

Description
-----------

The program prints zone catalog stored in a catalog database.

Config options
..............

**-c**, **--config** *file*
  Use a textual configuration file (default is :file:`@config_dir@/knot.conf`).

**-C**, **--confdb** *directory*
  Use a binary configuration database directory (default is :file:`@storage_dir@/confdb`).
  The default configuration database, if exists, has a preference to the default
  configuration file.

**-D**, **--dir** *path*
  Use specified catalog database path and default configuration.

Options
.......

**-a**, **--catalog**
  Filter the output by catalog zone name.

**-m**, **--member**
  Filter the output by member zone name.

**-h**, **--help**
  Print the program help.

**-V**, **--version**
  Print the program version.

Exit values
-----------

Exit status of 0 means successful operation. Any other exit status indicates
an error.

See Also
--------

:manpage:`knotd(8)`, :manpage:`knot.conf(5)`.