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

Support env files in task #11

Closed zifeo closed 1 year ago

zifeo commented 1 year ago
task
  shell: "hello $a"
  env:
    $a
  env_files:
    - .env

And rename envs to env which has precedences over files.