Add skeleton of command line tool docs

This commit is contained in:
Avital Oliver
2014-10-26 22:55:23 -07:00
parent cae75404e5
commit be1d5b0eae
3 changed files with 44 additions and 1 deletions

View File

@@ -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

View 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}}

View File

@@ -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