Add debug dump script
This commit is contained in:
parent
cabb0be7b6
commit
9cd95f12dc
3 changed files with 344 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue