metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

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

Open TobiasNx opened 2 years ago

TobiasNx commented 2 years ago

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")