Skip to content

Commit

Permalink
Update description of auth topic (heroku#2792)
Browse files Browse the repository at this point in the history
* Update description of auth topic

* Update auth topic desc in readme
  • Loading branch information
eablack authored Apr 9, 2024
1 parent 3432d7e commit 8257348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku access`](docs/access.md) - manage user access to apps
* [`heroku addons`](docs/addons.md) - tools and services for developing, extending, and operating your app
* [`heroku apps`](docs/apps.md) - manage apps on Heroku
* [`heroku auth`](docs/auth.md) - check 2fa status
* [`heroku auth`](docs/auth.md) - manage authentication for your Heroku account
* [`heroku authorizations`](docs/authorizations.md) - OAuth authorizations
* [`heroku autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions
* [`heroku buildpacks`](docs/buildpacks.md) - scripts used to compile apps
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
"apps": {
"description": "manage apps on Heroku"
},
"auth": {
"description": "manage authentication for your Heroku account"
},
"authorizations": {
"description": "OAuth authorizations"
},
Expand Down

0 comments on commit 8257348

Please sign in to comment.