popper icon indicating copy to clipboard operation
popper copied to clipboard

cli: add support for a 'matrix' option

Open ivotron opened this issue 5 years ago • 0 comments

add in the YAML syntax, that defines multiple executions of a workflow.

example:

matrix:
- VAR1: val1
  VAR2: val2
  VAR3: val3

- VAR1: val10
  VAR2: val11
  VAR3: val12

ivotron avatar Dec 18 '20 22:12 ivotron