zifeo / whiz

Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.
https://metatype.dev/docs/reference/ecosystem?utm_source=github&utm_medium=about&utm_campaign=whiz
Mozilla Public License 2.0
19 stars 14 forks source link

Run single job with arguments #27

Open zifeo opened 1 year ago

zifeo commented 1 year ago

Currently, we support:

whiz -r my_task

However it does not allow to pass additional arguments and require -r. Best would be the following:

whiz my_task a b c

And add a way to disable the autorun at start:

my_task:
  ..
  autostart: false # defaults to true