Skip to content

[1.30.0] - 2025-01-23

Latest
Compare
Choose a tag to compare
@xavierog xavierog released this 23 Jan 16:48

Changed

  • moulti run now suffixes the instance name with its process id (e.g. default-1234 instead of default).
    This helps prevent clashes and makes it possible to run various tools concurrently without having to worry about such details.
    This behaviour can be prevented by setting the MOULTI_RUN_NO_SUFFIX environment variable or using the -n / --no-suffix command-line option.
    The behaviour of moulti init remains unchanged.
  • moulti run, moulti diff run, moulti manpage run: it is no longer mandatory to use -- to separate Moulti arguments and the command to be run.

Fixed

  • moulti-scoreboard.bash example script: make scoreboard control path instance-specific.