From be1d5b0eae87a69cdcb361149b8a8b030afece24 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Sun, 26 Oct 2014 22:55:23 -0700 Subject: [PATCH] Add skeleton of command line tool docs --- docs/.meteor/versions | 3 +++ docs/client/basic/commandline.md | 40 +++++++++++++++++++++++++++++ docs/client/basic/introduction.html | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 docs/client/basic/commandline.md diff --git a/docs/.meteor/versions b/docs/.meteor/versions index e8c7fe73ef..bc96fe8126 100644 --- a/docs/.meteor/versions +++ b/docs/.meteor/versions @@ -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 diff --git a/docs/client/basic/commandline.md b/docs/client/basic/commandline.md new file mode 100644 index 0000000000..54d3063133 --- /dev/null +++ b/docs/client/basic/commandline.md @@ -0,0 +1,40 @@ +{{#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}} \ No newline at end of file diff --git a/docs/client/basic/introduction.html b/docs/client/basic/introduction.html index 77782a0265..caffcdcc4c 100644 --- a/docs/client/basic/introduction.html +++ b/docs/client/basic/introduction.html @@ -61,7 +61,7 @@ catches your interest, we hope you'll get involved with the project!
The core code is on GitHub. If you're able to write code or file issues, we'd love to have your help. Please read Contributing to Meteor for how to get started.
-## XXX command line tool +{{> commandLine}} ## XXX file structure