From fd827774e1633c865f8a1b7d4d0fa2edefa6284a Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Fri, 12 Jan 2024 10:20:04 +0100 Subject: [PATCH] Update readme Signed-off-by: Marek Aufart --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b3be7fd..1649e13f 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,12 @@ Usage: kantra transform openrewrite [flags] Flags: - -g, --goal string target goal (default "dryRun") - -h, --help help for openrewrite - -i, --input string path to application source code directory - -l, --list-targets list all available OpenRewrite recipes - -t, --target string target openrewrite recipe to use. Run --list-targets to get a list of packaged recipes. + -g, --goal string target goal (default "dryRun") + -h, --help help for openrewrite + -i, --input string path to application source code directory + -l, --list-targets list all available OpenRewrite recipes + -s, --maven-settings string path to a custom maven settings file to use + -t, --target string target openrewrite recipe to use. Run --list-targets to get a list of packaged recipes. Global Flags: --log-level int log level (default 5)