defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
8 stars 0 forks source link

Run multiple tasks in one command #80

Open Michael-Kruggel opened 8 months ago

Michael-Kruggel commented 8 months ago

Is your feature request related to a problem? Please describe

I would like to be able to run multiple tasks in one command, e.g. uds run task1 task2 task3. The state of the program for each task should be independent, e.g. a variable set in task1 should not be persistent when running task2

Describe the solution you'd like

decleaver commented 5 months ago

hey @Michael-Kruggel ,thinking about how this might look, can we assume that:

oates commented 1 month ago

Is this still something you need @Michael-Kruggel . We are doing some grooming this morning. If so, can you give more context?

What is the main use case for this?