Skip to content

Commit

Permalink
Add how to execute a flux via CLI (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Mar 26, 2024
1 parent fc94c4d commit 838a62f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,9 @@ 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
Expand Down

0 comments on commit 838a62f

Please sign in to comment.