cli
cli copied to clipboard
Description of `auth` command is incorrect
When running heroku help
, the description of the auth
command is incorrect.
rajiv@XXXXX ~ $ heroku help
CLI to interact with Heroku
VERSION
heroku/7.60.2 darwin-x64 node-v14.19.0
USAGE
$ heroku [COMMAND]
COMMANDS
access manage user access to apps
addons tools and services for developing, extending, and operating your app
apps manage apps on Heroku
auth check 2fa status
...
The auth
command does whole lot more than just "check 2fa status".
Thanks