task icon indicating copy to clipboard operation
task copied to clipboard

Dynamic vars with tasks

Open hans-d opened this issue 2 years ago • 1 comments

Allow vars/envs to be dynamic with output from another task, not just shell commands.

vars:
   BLAH:
      task: :some:other:task
   FOO:
      sh: echo {{.BLAH}} | grep x
   BAR:
      task: :yet:some:other:task
      var:
         TARGET: '{{.FOO}}'

hans-d avatar Dec 21 '23 23:12 hans-d

Any chance we could triage this issue? I could really use this feature and would like to try and implement it.

mgbowman avatar Jul 26 '24 17:07 mgbowman