github batect/batect 0.9

latest releases: 0.85.0, 0.84.0, 0.83.9...
6 years ago

What's new

  • It is now possible to pass additional arguments to tasks on the command line.
    For example, if the task test has the command ./gradlew check, to pass --continuous (and make the command ./gradlew check --continuous), run ./batect test -- --continuous.
    Note that this is only supported if the task or container has a command specified in the batect configuration file (ie. it's not possible to pass additional arguments if you're relying on the default command in the image).

What's been fixed

  • Fixed the issue where the status output from batect (the details shown before and after running the task command itself) would become garbled if any line of the status output was wider than the width of the console and batect was running in the default output mode. (Note that the issue will still occur if the console is resized to a smaller width after batect starts. This will be fixed in a future release.)

Getting started

First time using batect? Take a look at the getting started guide, or the Java or Ruby sample projects.

How to upgrade from previous versions

Already using batect? To install this update, simply replace the batect script in your project with the one attached to this release. (Don't forget to make it executable with chmod +x batect if need be.)

Don't miss a new batect release

NewReleases is sending notifications on new releases.