meteor update [package_names]
Attempts to bring you to the latest version of Meteor, and then to upgrade your packages to their latest versions. By default, update will not break compatibility
Arguments
Name | Description |
---|
package_names | |
Options
Name | Description |
---|
--packages-only | Update the package versions only. Do not update the release |
--patch | Update the release to a patch release only |
--release <release> | Update to a specific release of meteor |
--allow-incompatible-update | Allow packages in your project to be upgraded or downgraded to versions that are potentially incompatible with the current versions, if required to satisfy all package version constraints |
--all-packages | Update all packages including indirect dependencies |