mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add skeleton of command line tool docs
This commit is contained in:
@@ -21,6 +21,9 @@ html-tools@1.0.2
|
||||
htmljs@1.0.2
|
||||
http@1.0.7
|
||||
id-map@1.0.1
|
||||
iron:core@1.0.0-pre5
|
||||
iron:location@1.0.0-pre5
|
||||
iron:url@1.0.0-pre5
|
||||
jquery-waypoints@1.0.1
|
||||
jquery@1.0.1
|
||||
json@1.0.1
|
||||
|
||||
40
docs/client/basic/commandline.md
Normal file
40
docs/client/basic/commandline.md
Normal file
@@ -0,0 +1,40 @@
|
||||
{{#template name="commandLine"}}
|
||||
|
||||
<h2 id="command-line">Command Line Tool</h2>
|
||||
|
||||
<h3>meteor help</h3>
|
||||
Get help on meteor command line usage. Running `meteor help` by
|
||||
itself will list the common meteor
|
||||
commands. Running <code>meteor help <i>command</i></code> will print
|
||||
detailed help about the command.
|
||||
|
||||
<h3>meteor run</h3>
|
||||
Run a meteor development server in the current project. run
|
||||
|
||||
<h3>meteor create</h3>
|
||||
create
|
||||
|
||||
<h3>meteor deploy</h3>
|
||||
deploy
|
||||
|
||||
XXX meteor mongo
|
||||
|
||||
XXX meteor logs
|
||||
|
||||
<h3>meteor update</h3>
|
||||
update
|
||||
|
||||
<h3>meteor add</h3>
|
||||
add
|
||||
|
||||
<h3>meteor remove</h3>
|
||||
remove
|
||||
|
||||
<h3>meteor mongo</h3>
|
||||
mongo
|
||||
|
||||
<h3>meteor reset</h3>
|
||||
reset
|
||||
|
||||
|
||||
{{/template}}
|
||||
@@ -61,7 +61,7 @@ catches your interest, we hope you'll get involved with the project!
|
||||
<dd>The core code is on <a href="http://github.com/meteor/meteor">GitHub</a>. If you're able to write code or file issues, we'd love to have your help. Please read <a href="https://github.com/meteor/meteor/wiki/Contributing-to-Meteor">Contributing to Meteor</a> for how to get started.
|
||||
</dd>
|
||||
|
||||
## XXX command line tool
|
||||
{{> commandLine}}
|
||||
|
||||
## XXX file structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user