meteor login / logout

meteor login / logout Log in and out of your account using Meteor's authentication system. You can pass

2016-05-29 17:20:45
meteor lint

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

2016-05-29 17:20:45
meteor deploy

meteor deploy site Deploy the project in your current directory to Galaxy. You can deploy in debug mode

2016-05-29 17:20:44
meteor mongo

meteor mongo Open a MongoDB shell on your local development database, so that you can view or manipulate it directly.

2016-05-29 17:20:46
meteor search

meteor search Searches for Meteor packages and releases, whose names contain the specified regular expression.

2016-05-29 17:20:49
meteor shell

meteor shell When meteor shell is executed in an application directory where a server is already running, it connects to the server

2016-05-29 17:20:49
meteor test-packages

meteor test-packages Test Meteor packages, either by name, or by directory. Not specifying an argument will run tests for all local packages

2016-05-29 17:20:50
meteor remove

meteor remove package Removes a package previously added to your Meteor project. For a list of the packages that your application is

2016-05-29 17:20:48
meteor create

meteor create name Create a new Meteor project. By default, makes a subdirectory named name and copies in the template app

2016-05-29 17:20:43
meteor publish-release

meteor publish-release Publishes a release of Meteor. Takes in a JSON configuration file. Meteor releases are

2016-05-29 17:20:48