Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@heroku-cli/plugin-auth
Advanced tools
auth core plugin for Heroku CLI
heroku 2fa
heroku 2fa:disable
heroku auth:2fa
heroku auth:2fa:disable
heroku auth:login
heroku auth:logout
heroku auth:token
heroku auth:whoami
heroku labs:disable [FEATURE]
heroku login
heroku logout
heroku twofactor
heroku twofactor:disable
heroku whoami
heroku 2fa
check 2fa status
USAGE
$ heroku 2fa
DESCRIPTION
check 2fa status
ALIASES
$ heroku 2fa
$ heroku twofactor
heroku 2fa:disable
disables 2fa on account
USAGE
$ heroku 2fa:disable
DESCRIPTION
disables 2fa on account
ALIASES
$ heroku twofactor:disable
$ heroku 2fa:disable
EXAMPLES
$ heroku auth:2fa:disable
heroku auth:2fa
check 2fa status
USAGE
$ heroku auth:2fa
DESCRIPTION
check 2fa status
ALIASES
$ heroku 2fa
$ heroku twofactor
See code: src/commands/auth/2fa/index.ts
heroku auth:2fa:disable
disables 2fa on account
USAGE
$ heroku auth:2fa:disable
DESCRIPTION
disables 2fa on account
ALIASES
$ heroku twofactor:disable
$ heroku 2fa:disable
EXAMPLES
$ heroku auth:2fa:disable
See code: src/commands/auth/2fa/disable.ts
heroku auth:login
login with your Heroku credentials
USAGE
$ heroku auth:login [--browser <value>] [-i] [-e <value>]
FLAGS
-e, --expires-in=<value> duration of token in seconds (default 30 days)
-i, --interactive login with username/password
--browser=<value> browser to open SSO with (example: "firefox", "safari")
DESCRIPTION
login with your Heroku credentials
ALIASES
$ heroku login
See code: src/commands/auth/login.ts
heroku auth:logout
clears local login credentials and invalidates API session
USAGE
$ heroku auth:logout
DESCRIPTION
clears local login credentials and invalidates API session
ALIASES
$ heroku logout
See code: src/commands/auth/logout.ts
heroku auth:token
outputs current CLI authentication token.
USAGE
$ heroku auth:token [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
outputs current CLI authentication token.
By default, the CLI auth token is only valid for 1 year. To generate a long-lived token, use heroku
authorizations:create
See code: src/commands/auth/token.ts
heroku auth:whoami
display the current logged in user
USAGE
$ heroku auth:whoami
DESCRIPTION
display the current logged in user
ALIASES
$ heroku whoami
See code: src/commands/auth/whoami.ts
heroku labs:disable [FEATURE]
disables an experimental feature
USAGE
$ heroku labs:disable [FEATURE] [-a <value>] [-r <value>] [--confirm <value>]
FLAGS
-a, --app=<value> app to run command against
-r, --remote=<value> git remote of app to use
--confirm=<value>
DESCRIPTION
disables an experimental feature
See code: src/commands/labs/disable.ts
heroku login
login with your Heroku credentials
USAGE
$ heroku login [--browser <value>] [-i] [-e <value>]
FLAGS
-e, --expires-in=<value> duration of token in seconds (default 30 days)
-i, --interactive login with username/password
--browser=<value> browser to open SSO with (example: "firefox", "safari")
DESCRIPTION
login with your Heroku credentials
ALIASES
$ heroku login
heroku logout
clears local login credentials and invalidates API session
USAGE
$ heroku logout
DESCRIPTION
clears local login credentials and invalidates API session
ALIASES
$ heroku logout
heroku twofactor
check 2fa status
USAGE
$ heroku twofactor
DESCRIPTION
check 2fa status
ALIASES
$ heroku 2fa
$ heroku twofactor
heroku twofactor:disable
disables 2fa on account
USAGE
$ heroku twofactor:disable
DESCRIPTION
disables 2fa on account
ALIASES
$ heroku twofactor:disable
$ heroku 2fa:disable
EXAMPLES
$ heroku auth:2fa:disable
heroku whoami
display the current logged in user
USAGE
$ heroku whoami
DESCRIPTION
display the current logged in user
ALIASES
$ heroku whoami
8.1.7 (2023-06-01)
Note: Version bump only for package heroku
FAQs
auth core plugin for Heroku CLI
The npm package @heroku-cli/plugin-auth receives a total of 1,066 weekly downloads. As such, @heroku-cli/plugin-auth popularity was classified as popular.
We found that @heroku-cli/plugin-auth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 27 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.