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.