Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-certs-v5

Package Overview
Dependencies
112
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.0 to 8.11.0-beta.1

2

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

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

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

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

},
"gitHead": "3de2c9f2d52632c65c63a706d7c70391980876f7"
"gitHead": "b1a1414f0b18963d545daa0edd2bbc0f53e029e3"
}

@@ -1,3 +0,2 @@

heroku-certs
===========
# heroku-certs

@@ -9,15 +8,16 @@ [![Build Status](https://travis-ci.org/heroku/heroku-certs.svg?branch=master)](https://travis-ci.org/heroku/heroku-certs)

<!-- commands -->
* [`heroku certs`](#heroku-certs)
* [`heroku certs:add [CRT] [KEY]`](#heroku-certsadd-crt-key)
* [`heroku certs:auto`](#heroku-certsauto)
* [`heroku certs:auto:disable`](#heroku-certsautodisable)
* [`heroku certs:auto:enable`](#heroku-certsautoenable)
* [`heroku certs:auto:refresh`](#heroku-certsautorefresh)
* [`heroku certs:chain`](#heroku-certschain)
* [`heroku certs:generate [DOMAIN]`](#heroku-certsgenerate-domain)
* [`heroku certs:info`](#heroku-certsinfo)
* [`heroku certs:key`](#heroku-certskey)
* [`heroku certs:remove`](#heroku-certsremove)
* [`heroku certs:update [CRT] [KEY]`](#heroku-certsupdate-crt-key)
- [`heroku certs`](#heroku-certs)
- [`heroku certs:add [CRT] [KEY]`](#heroku-certsadd-crt-key)
- [`heroku certs:auto`](#heroku-certsauto)
- [`heroku certs:auto:disable`](#heroku-certsautodisable)
- [`heroku certs:auto:enable`](#heroku-certsautoenable)
- [`heroku certs:auto:refresh`](#heroku-certsautorefresh)
- [`heroku certs:chain`](#heroku-certschain)
- [`heroku certs:generate [DOMAIN]`](#heroku-certsgenerate-domain)
- [`heroku certs:info`](#heroku-certsinfo)
- [`heroku certs:key`](#heroku-certskey)
- [`heroku certs:remove`](#heroku-certsremove)
- [`heroku certs:update [CRT] [KEY]`](#heroku-certsupdate-crt-key)
## `heroku certs`

@@ -35,3 +35,3 @@

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

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

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

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

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.11.0-beta.0/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.1/packages/certs-v5/commands/certs/auto/index.js)_

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

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.0/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.1/packages/certs-v5/commands/certs/auto/disable.js)_

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

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.11.0-beta.0/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.1/packages/certs-v5/commands/certs/auto/enable.js)_

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

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.11.0-beta.0/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.1/packages/certs-v5/commands/certs/auto/refresh.js)_

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

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

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

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

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

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

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

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

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

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

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

_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.0-beta.0/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.0-beta.1/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