Orbit v3.1.0 Release Notes

Release Date: 2018-05-01 // over 6 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)