Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Troubleshooting

Sanitizing files for e.g. support requests

You can sanitize your files from your intellectual property using, e.g. https://mikefarah.gitbook.io/yq/.

This statement replaces all text with xes while keeping the number of characters:

 yq "(.[] | select(. | has(\"text\"))) .text |=sub(\"[a-zA-Z0-9]\",\"x\"), ... comments=\"\""  inputfile.yaml > outputfile.yaml

Please note that element identifiers and additional layers are not sanitizied.