Merge pull request #6005 from nagelflorian/devel

Add meteor login / logout info to docs
This commit is contained in:
Sashko Stubailo
2016-01-19 15:08:17 -08:00
2 changed files with 11 additions and 0 deletions

View File

@@ -70,6 +70,16 @@ You can use the `--package` option, to create a new package. If used in an
existing app, this command will create a package in the packages
directory.
<h3 id="meteorloginlogout">meteor login / logout</h3>
Log in and out of your account using Meteor's authentication system.
You can pass `METEOR_SESSION_FILE=token.json` before `meteor login` to generate
a login session token so you don't have to share your login credentials with
third-party service providers. You can revoke the token at any time from your
[accounts settings page](https://www.meteor.com/account-settings/login-locations).
<h3 id="meteordeploy">meteor deploy <i>site</i></h3>
Deploy the project in your current directory to Meteor's servers.

View File

@@ -362,6 +362,7 @@ var toc = [
"meteor run",
"meteor debug",
"meteor create",
"meteor login / logout",
"meteor deploy",
"meteor logs",
"meteor update",