Replies: 2 comments 9 replies
-
I would just use an env var |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes that is possible, but not so convenient and does not support autocomplete for the argument |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently trying to integrate mise task in a monorepo where we want to run and build the different applications that all have a frontend and a backend. we want to utilize task dependencies for this but don't find a way to pass arguments to the task dependencies.
Executing it with
mise run start my-app
.The "app" should be configurable by the
start
so that thestart
task could have anarg()
that could be passed to its dependencies. This would be similar to how Taskfile supports passing variables to dependencies https://taskfile.dev/usage/#calling-another-taskBeta Was this translation helpful? Give feedback.
All reactions