more clarify readme

This commit is contained in:
Sander Hautvast 2021-07-12 14:29:37 +02:00
parent 8dc0ab3003
commit 65b2055841

View file

@ -3,3 +3,5 @@ Cleaner for yaml files that openshift has created using oc get [resource] -o yam
NB. Work in progress: it works fine, but it might need adding more remove actions for certain outputs. NB. Work in progress: it works fine, but it might need adding more remove actions for certain outputs.
usage: nl.sander.Cleaner \<file> usage: nl.sander.Cleaner \<file>
YamlObject exposes an xpath/yamlpath like api for lookup and remove, but it's as simple as my current needs. See Cleaner.java for use cases.