You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.