From e60143d2a944ad59918599606c4e81061dde06b8 Mon Sep 17 00:00:00 2001
From: Gregg Tavares
Date: Sun, 3 May 2015 22:38:54 +0900
Subject: [PATCH] update docs
---
docs/commands.html | 8 ++++++++
docs/commands.md | 9 +++++++++
2 files changed, 17 insertions(+)
diff --git a/docs/commands.html b/docs/commands.html
index b78a964e..36695a8d 100644
--- a/docs/commands.html
+++ b/docs/commands.html
@@ -114,6 +114,14 @@ hft publish
You can use --email=some@address
to set a different email address
but it must an email address that appears in the most recent 10 commits.
If you don't want to be emailed use --no-send-email
+hft publish
will ask for your github username and password. If you
+have 2 factor enabled you'll need to create a
+Personal Access Token.
+Follow the instructions on this page
+to create a personal access token and use that instead of your password.
+The only scope needed is the public_repo
scope.
+Remember just like your password a personal access token should be
+kept secret.
hft register
Tells superhappyfuntimes to add your game. There's no reason to call this.
It is called by hft publish
.
diff --git a/docs/commands.md b/docs/commands.md
index d47aeee4..acd03e0a 100644
--- a/docs/commands.md
+++ b/docs/commands.md
@@ -66,6 +66,15 @@ You can use `--email=some@address` to set a different email address
but it must an email address that appears in the most recent 10 commits.
If you don't want to be emailed use `--no-send-email`
+`hft publish` will ask for your github username and password. If you
+have 2 factor enabled you'll need to create a
+[Personal Access Token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
+Follow [the instructions on this page](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
+to create a personal access token and use that instead of your password.
+The only scope needed is the `public_repo` scope.
+Remember just like your password a personal access token should be
+kept secret.
+
### `hft register`
Tells superhappyfuntimes to add your game. There's no reason to call this.