From fda81f65a1401d0a3f95813ef1c653c5f5c3a516 Mon Sep 17 00:00:00 2001 From: nagelflorian Date: Thu, 14 Jan 2016 23:50:29 +0100 Subject: [PATCH] Add meteor login / logout info to docs --- docs/client/full-api/commandline.html | 10 ++++++++++ docs/client/full-api/tableOfContents.js | 1 + 2 files changed, 11 insertions(+) diff --git a/docs/client/full-api/commandline.html b/docs/client/full-api/commandline.html index a3f3bd2383..649662e806 100644 --- a/docs/client/full-api/commandline.html +++ b/docs/client/full-api/commandline.html @@ -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. +

meteor login / logout

+ +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). + +

meteor deploy site

Deploy the project in your current directory to Meteor's servers. diff --git a/docs/client/full-api/tableOfContents.js b/docs/client/full-api/tableOfContents.js index c9b960d966..a51a8efff0 100644 --- a/docs/client/full-api/tableOfContents.js +++ b/docs/client/full-api/tableOfContents.js @@ -362,6 +362,7 @@ var toc = [ "meteor run", "meteor debug", "meteor create", + "meteor login / logout", "meteor deploy", "meteor logs", "meteor update",