@heroku-cli/command
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -0,1 +1,13 @@ | ||
## [8.3.1](https://github.com/heroku/heroku-cli-command/compare/v8.3.0...v8.3.1) (2020-08-14) | ||
### Bug Fixes | ||
* show URL for legacy SSO flow ([b32d733](https://github.com/heroku/heroku-cli-command/commit/b32d733)) | ||
## [8.3.0](https://github.com/heroku/heroku-cli-command/compare/v8.2.5...v8.3.0) (2020-02-03) | ||
### Features | ||
* Override error message for login device_trust_required ([f5ad3bd](https://github.com/heroku/heroku-cli-command/commit/f5ad3bd) | ||
## [8.2.5](https://github.com/heroku/heroku-cli-command/compare/v8.2.4...v8.2.5) (2018-12-03) | ||
@@ -2,0 +14,0 @@ |
@@ -262,5 +262,8 @@ "use strict"; | ||
} | ||
cli_ux_1.default.action.start('Opening browser for login'); | ||
// TODO: handle browser | ||
debug(`opening browser to ${url}`); | ||
process.stderr.write(`Opening browser to ${url}\n`); | ||
process.stderr.write(color_1.default.gray('If the browser fails to open or you’re authenticating on a ' + | ||
'remote machine, please manually open the URL above in your ' + | ||
'browser.\n')); | ||
await open(url, { wait: false }); | ||
@@ -267,0 +270,0 @@ const password = await cli_ux_1.default.prompt('Access token', { type: 'mask' }); |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58169
1201
15