jackal icon indicating copy to clipboard operation
jackal copied to clipboard

Jackal to take variables from command line

Open sashman opened this issue 7 years ago • 0 comments

Allow jackal to take key/value pairs from the command line to use in contract interpolation, for example:

jackal run URL variable=value will be used in the contract:

{...
"something": "something_<%=variable%>"
...}

The variables assignments will have to override anything setting them in the contracts themselves.

sashman avatar May 11 '17 10:05 sashman