Files
meteor/docs/client/basic/commandline.md
2014-10-28 02:28:37 -07:00

640 B

{{#template name="commandLine"}}

Command Line Tool

meteor help

Get help on meteor command line usage. Running `meteor help` by itself will list the common meteor commands. Running meteor help command will print detailed help about the command.

meteor run

Run a meteor development server in the current project. run

meteor create

create

meteor deploy

deploy

XXX meteor mongo

XXX meteor logs

meteor update

update

meteor add

add

meteor remove

remove

meteor mongo

mongo

meteor reset

reset

{{/template}}