You need to use double quotes and escape the "JSON internal" ones.
So something like the following should work on Windows:
ectool evalDsl --dslFile file.groovy --parameters "{\"name\":\"value\"}" |
You need to use double quotes and escape the "JSON internal" ones.
So something like the following should work on Windows:
ectool evalDsl --dslFile file.groovy --parameters "{\"name\":\"value\"}" |