This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Allow passing arguments/options/flags to subtasks #3759
Labels
You can continue the conversation there. Go to discussion →
Problem
Mise doesn’t currently support passing dynamic arguments, options, or flags from a main task to its subtasks. This makes it difficult to create workflows where all subtasks share a common argument, like a policy name.
Here are possible approaches to solve this:
Inline argument substitution
Automatic argument passing
Using environment variables from parent task
Expected Behavior
When running:
All subtasks should receive the
circuit-breaker
argument. Expected output:Benefits
The text was updated successfully, but these errors were encountered: