From 65b2055841934a8908b93f55175c7587c68e4833 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Jul 2021 14:29:37 +0200 Subject: [PATCH] more clarify readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43f1c5d..ce64e10 100644 --- a/README.md +++ b/README.md @@ -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. usage: nl.sander.Cleaner \ + +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. \ No newline at end of file