1.5.2
- Add
mup mongo shell
command to access a Mongo shell on the server - Add
app.docker.prepareBundleLocally
option 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 ssh
andmup meteor debug
mup validate --scrub
will now scrubproxy
andprivateDockerRegistry
- Shows a message when exiting if plugins have updates
- Add
MUP_PROFILE_TASKS
env 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-build
only requires the.tar.gz
file, and not the extractedbundle
folder. This matches the behavior with mup 1.4. - Fix using
app.buildOptions.executable
option on Windows - Document
proxy.stickySessions
option
Plugin API
- The
verbose
option inrunTaskList
defaults totrue
when mup is run with the--verbose
option - Add
showDuration
option torunTaskList
. When true, nodemiral will log how long each task took. Defaults totrue
when theMUP_PROFILE_TASKS
env var is set totrue