Add debug dump script

This commit is contained in:
Darko Poljak 2019-04-05 12:13:53 +02:00
commit 9cd95f12dc
3 changed files with 344 additions and 1 deletions

View file

@ -43,3 +43,21 @@ you write to use the -e flag:
% cat ~/.cdist/manifest/special
#!/bin/sh -e
...
Using debug dump helper script
------------------------------
Since cdist stores data to local cache that can be used for debugging there
is a helper script that dumps data from local cache.
For more info see:
.. code-block:: sh
debug-dump.sh -h
Or from cdist git cloned directory:
.. code-block:: sh
./scripts/debug-dump.sh -h