check 2fa status
heroku auth:2fa
heroku auth:2fa:disable
heroku auth:2fa:generate-recovery-codes
heroku auth:login
heroku auth:logout
heroku auth:token
heroku auth:whoami
check 2fa status
USAGE
$ heroku auth:2fa
ALIASES
$ heroku 2fa
$ heroku twofactor
See code: @heroku-cli/plugin-auth
disables 2fa on account
USAGE
$ heroku auth:2fa:disable
ALIASES
$ heroku twofactor:disable
$ heroku 2fa:disable
EXAMPLES
$ heroku auth:2fa:disable
Disabling 2fa on [email protected]... done
See code: @heroku-cli/plugin-auth
generates 2fa recovery codes
USAGE
$ heroku auth:2fa:generate-recovery-codes
DESCRIPTION
If you lose access to your two-factor device, e.g. you lose your phone or it is wiped, you can still log in to your
account. When prompted for the second factor after entering your account password, choose "Enter a Recovery Code.” You
can then enter one of your recovery codes instead of a token from your two-factor device. Note that each recovery code
can only be used once.
Running this command will replace existing codes.
ALIASES
$ heroku twofactor:generate-recovery-codes
$ heroku 2fa:generate-recovery-codes
$ heroku auth:2fa:generate
EXAMPLES
$ heroku auth:2fa:generate
Password: ********************
Recovery codes:
02799c92ab3ba7c7
09aea052a72b6a22
361e00bb82c7cbd4
588ac05dec23952c
6020ef9ec364066b
6cfd923315875e78
7c576b935eafc452
8c00eeb258ee565e
a37c5c6985f56e66
f82e7c2a50737494
See code: @heroku-cli/plugin-auth
login with your Heroku credentials
USAGE
$ heroku auth:login
OPTIONS
-e, --expires-in=expires-in duration of token in seconds (default 1 year)
-i, --interactive login with username/password
--browser=browser browser to open SSO with (example: "firefox", "safari")
ALIASES
$ heroku login
See code: @heroku-cli/plugin-auth
clears local login credentials and invalidates API session
USAGE
$ heroku auth:logout
ALIASES
$ heroku logout
See code: @heroku-cli/plugin-auth
outputs current CLI authentication token.
USAGE
$ heroku auth:token
OPTIONS
-h, --help show CLI help
DESCRIPTION
By default, the CLI auth token is only valid for 1 year. To generate a long-lived token, use heroku
authorizations:create
See code: @heroku-cli/plugin-auth
display the current logged in user
USAGE
$ heroku auth:whoami
ALIASES
$ heroku whoami
See code: @heroku-cli/plugin-auth