meteor publish-release Publishes a release of Meteor. Takes in a JSON configuration file. Meteor releases are
meteor run Run a meteor development server in the current project. Searches upward from the current directory for the root directory of a Meteor
meteor show Shows more information about a specific package or release: name, summary, the usernames of its maintainers, and, if specified,
meteor add package Add packages to your Meteor project. By convention, names of community packages include the name of the maintainer
meteor publish Publishes your package. To publish, you must cd into the package directory, log in with your Meteor Developer Account
meteor update Attempts to bring you to the latest version of Meteor, and then to upgrade your packages to their latest versions. By default
meteor build Package this project up for deployment. The output is a directory with several build artifacts: a
meteor help Get help on meteor command line usage. Running meteor help by itself will list the common meteor commands. Running
meteor reset Reset the current project to a fresh state. Removes the local mongo database.
meteor admin Catch-all for miscellaneous commands that require authorization to use. Some example uses of meteor
Page 2 of 3