Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 3, 2015
1 parent ae4cbf4 commit e60143d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ <h3 id="-hft-publish-"><code>hft publish</code></h3>
You can use <code>--email=some@address</code> to set a different email address
but it must an email address that appears in the most recent 10 commits.
If you don&#39;t want to be emailed use <code>--no-send-email</code></p>
<p><code>hft publish</code> will ask for your github username and password. If you
have 2 factor enabled you&#39;ll need to create a
<a https://help.github.com/articles/creating-an-access-token-for-command-line-use/>Personal Access Token</a>.
Follow <a https://help.github.com/articles/creating-an-access-token-for-command-line-use/>the instructions on this page</a>
to create a personal access token and use that instead of your password.
The only scope needed is the <code>public_repo</code> scope.
Remember just like your password a personal access token should be
kept secret.</p>
<h3 id="-hft-register-"><code>hft register</code></h3>
<p>Tells superhappyfuntimes to add your game. There&#39;s no reason to call this.
It is called by <code>hft publish</code>.</p>
Expand Down
9 changes: 9 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e60143d

Please sign in to comment.