Releases: gulien/orbit
Releases · gulien/orbit
v3.3.0
v3.2.0
v3.1.0
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)