1CDIST-DUMP(1) cdist CDIST-DUMP(1)
2
3
4
6 cdist-dump - Dump data from local cdist cache
7
9 cdist-dump [options] [host...]
10
12 cdist-dump is a helper script that dumps data from local cdist cache
13 for specified hosts. If host is not specified then all data from cache
14 directory is dumped. Default cache directory is '~/.cdist/cache'.
15
16 cdist-dump can be used for debugging existing types, host configuration
17 and new types.
18
20 -a dump all
21
22 -C CACHE-DIR
23 use specified CACHE-DIR (default: ~/.cdist/cache)
24
25 -c dump code-*
26
27 -d DELIMITER
28 delimiter used for filename and line number prefix (default:
29 ':')
30
31 -E dump global explorers
32
33 -e dump type explorers
34
35 -F disable filename prefix (enabled by default)
36
37 -f enable filename prefix (default)
38
39 -g dump gencode-*
40
41 -h show this help screen and exit
42
43 -L disable line number prefix (default)
44
45 -l enable line number prefix (disabled by default)
46
47 -m dump messages
48
49 -o dump executions' stdout
50
51 -p dump parameters
52
53 -r dump executions' stderr
54
55 -V show version and exit
56
57 -v increase verbosity
58
60 # Dump all
61 % cdist-dump -a
62
63 # Dump only code-* output
64 % cdist-dump -c
65
67 cdist(1)
68
70 Darko Poljak <darko.poljak--@--ungleich.ch>
71
73 Copyright (C) 2019 Darko Poljak. Free use of this software is granted
74 under the terms of the GNU General Public License v3 or later (GPLv3+).
75
77 ungleich GmbH 2019
78
79
80
81
826.3.0 Dec 12, 2019 CDIST-DUMP(1)