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",