From 8a50e989bd329e0f4793e1a821d043b82fa0b86f Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 26 Mar 2024 13:13:23 +0100 Subject: [PATCH] Add how to execute a flux via CLI (#90) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4aa0335d..5a1669d3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Run the tests (in `metafix/src/test/java`) and checks (`.editorconfig`, `config/ `./gradlew clean check` +To execute a Fix (embedded in a Flux) via CLI: + +`./gradlew :metafix-runner:run --args="$PWD/path/to.flux"` + (To import the projects in Eclipse, choose `File > Import > Existing Gradle Project` and select the `metafacture-fix` directory.) ## Usage