1.5.2
- Add
mup mongo shellcommand to access a Mongo shell on the server - Add
app.docker.prepareBundleLocallyoption to build docker image locally instead of on the servers. It is then pushed to the private docker registry - Add warning when using Node 14.0 - 14.15 that the Node version is not supported
- Fix selecting server for
mup sshandmup meteor debug mup validate --scrubwill now scrubproxyandprivateDockerRegistry- Shows a message when exiting if plugins have updates
- Add
MUP_PROFILE_TASKSenv var to show how long each task took - Fix running Prepare Bundle when env vars have spaces
- Fix error shown when unable to find config file on newer Node versions
- Fix overriding app's port using
app.servers[server name].env.PORT - Add explanation to Published Ports section of
meteor status's output - Reduced size of npm package
- Fix spelling in log in deploy check script
- Fix
mup deploy --cached-buildonly requires the.tar.gzfile, and not the extractedbundlefolder. This matches the behavior with mup 1.4. - Fix using
app.buildOptions.executableoption on Windows - Document
proxy.stickySessionsoption
Plugin API
- The
verboseoption inrunTaskListdefaults totruewhen mup is run with the--verboseoption - Add
showDurationoption torunTaskList. When true, nodemiral will log how long each task took. Defaults totruewhen theMUP_PROFILE_TASKSenv var is set totrue