Orbit v3.1.0 Release Notes
Release Date: 2018-05-01 // almost 7 years ago-
🍱 This version provides new features 🤘:
- 🆕 new
-v --verbose
flag which displays less logs than the-d --debug
flag - 🆕 new attribute
shell
for a task which allows to override the default shell used - 🆕 new function
run
: you may now call others tasks from a task
Thanks @octplane & @j-vizcaino for the help and feedbacks!
🔄 Changelog
dfc5298 adding the possibility to call others tasks from a task (#32)
e8ee541 adding verbose flag (#30)
👍 aa00579 runner: support shell parameter (#28) - 🆕 new