Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-certs-v5

Package Overview
Dependencies
7
Maintainers
48
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.11.0-beta.1 to 8.11.0-beta.2

2

oclif.manifest.json
{
"version": "8.11.0-beta.1",
"version": "8.11.0-beta.2",
"commands": {

@@ -4,0 +4,0 @@ "certs:add": {

{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "8.11.0-beta.1",
"version": "8.11.0-beta.2",
"author": "Ransom Briggs rbriggs@heroku.com",

@@ -68,3 +68,3 @@ "bugs": "https://github.com/heroku/cli/issues",

},
"gitHead": "b1a1414f0b18963d545daa0edd2bbc0f53e029e3"
"gitHead": "d70f83f0eabd50658cca784b494d3300764cfcff"
}

@@ -34,3 +34,3 @@ # heroku-certs

_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/index.js)_
_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/index.js)_

@@ -57,3 +57,3 @@ ## `heroku certs:add [CRT] [KEY]`

_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/add.js)_

@@ -75,3 +75,3 @@ ## `heroku certs:auto`

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/auto/index.js)_

@@ -90,3 +90,3 @@ ## `heroku certs:auto:disable`

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/auto/disable.js)_

@@ -108,3 +108,3 @@ ## `heroku certs:auto:enable`

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/auto/enable.js)_

@@ -123,3 +123,3 @@ ## `heroku certs:auto:refresh`

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/auto/refresh.js)_

@@ -138,3 +138,3 @@ ## `heroku certs:chain`

_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/chain.js)_
_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/chain.js)_

@@ -166,3 +166,3 @@ ## `heroku certs:generate [DOMAIN]`

_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/generate.js)_
_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/generate.js)_

@@ -186,3 +186,3 @@ ## `heroku certs:info`

_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/info.js)_
_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/info.js)_

@@ -204,3 +204,3 @@ ## `heroku certs:key`

_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/key.js)_
_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/key.js)_

@@ -223,3 +223,3 @@ ## `heroku certs:remove`

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/remove.js)_
_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/remove.js)_

@@ -248,4 +248,4 @@ ## `heroku certs:update [CRT] [KEY]`

_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.0-beta.2/packages/certs-v5/commands/certs/update.js)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc