Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 8a50e98

Browse files
committed
Add how to execute a flux via CLI (#90)
1 parent fc94c4d commit 8a50e98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Run the tests (in `metafix/src/test/java`) and checks (`.editorconfig`, `config/
2424

2525
`./gradlew clean check`
2626

27+
To execute a Fix (embedded in a Flux) via CLI:
28+
29+
`./gradlew :metafix-runner:run --args="$PWD/path/to.flux"`
30+
2731
(To import the projects in Eclipse, choose `File > Import > Existing Gradle Project` and select the `metafacture-fix` directory.)
2832

2933
## Usage

0 commit comments

Comments
 (0)