metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

Run flux and morph/fix files that are saved on the web with CLI

Open TobiasNx opened this issue 3 years ago • 0 comments

Metafacture CLI only runs local files. Scripts that are saved on the web cannot be executed.

https://github.com/metafacture/metafacture-core/blob/master/metafacture-runner/src/main/java/org/metafacture/runner/Flux.java#L65-L66

Would be nice if one can execute something like: $ ~/metafacture/flux.sh https://mertafacturetest.io/sample1.flux

and something like:

| fix("https://mertafacturetest.io/sample1.fix")

TobiasNx avatar May 23 '22 15:05 TobiasNx