Changelog
1.3.7 - Nov 28, 2017
Changelog
1.3.6 - Nov 24, 2017
Changelog
1.3.5 - Nov 3, 2017
servers
object is missing from the config has been removed since some deployment plugins might not need itmup init
has the correct docker image for Meteor 1.6Plugins
app.type
in the config is set to something besides meteor
Changelog
1.3.4 - October 4, 2017
mup validate
is now 1 when there are validation errorsproxy.shared.clientUploadLimit
--scrub
option to mup validate
, which when used with --show
shows the config with most of the sensitive information removedmup mongo logs
accepts the same options as mup logs
and other log commandsPlugins and Hooks
meteor.build
, which is run by meteor.deploy
and meteor.push
. This allows plugins or hooks to modify the bundle before it is archived and uploaded to the servers.scrubConfig(config, utils)
function, which should return the config with all sensitive information removedapi.scrubConfig()
was added, which returns the config after modified by any scrubConfig
functions from pluginsapi.validateConfig
only shows the errors on the console the first time it is runMODULE_NOT_FOUND
errors are now shown when a plugin fails to load due to being unable to resolve a moduleDocs
mup validate