meteor deploy site Deploy the project in your current directory to Galaxy. You can deploy in debug mode
meteor login / logout Log in and out of your account using Meteor's authentication system. You can pass
meteor lint Run through the whole build process for the app and run all linters the app uses. Outputs all build errors or linting warnings to
meteor search Searches for Meteor packages and releases, whose names contain the specified regular expression.
meteor shell When meteor shell is executed in an application directory where a server is already running, it connects to the server
meteor mongo Open a MongoDB shell on your local development database, so that you can view or manipulate it directly.
meteor debug Run the project, but suspend the server process for debugging. The server process will be suspended
meteor remove package Removes a package previously added to your Meteor project. For a list of the packages that your application is
meteor publish-release Publishes a release of Meteor. Takes in a JSON configuration file. Meteor releases are
meteor create name Create a new Meteor project. By default, makes a subdirectory named name and copies in the template app
Page 1 of 3