Skip to content

Commit

Permalink
v7.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored Oct 22, 2020
1 parent 46187e5 commit ab49920
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.46.2](https://github.com/heroku/cli/compare/v7.46.1...v7.46.2) (2020-10-22)

**Note:** Version bump only for package heroku





## [7.46.1](https://github.com/heroku/cli/compare/v7.46.0...v7.46.1) (2020-10-20)

**Note:** Version bump only for package heroku
Expand Down
24 changes: 12 additions & 12 deletions docs/certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -56,7 +56,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -71,7 +71,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand All @@ -86,7 +86,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -101,7 +101,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -116,7 +116,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

Expand All @@ -131,7 +131,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/chain.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -163,7 +163,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/generate.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -180,7 +180,7 @@ OPTIONS
--name=name name to check info on
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/info.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -202,7 +202,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/key.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -219,7 +219,7 @@ OPTIONS
--name=name name to remove
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/remove.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -246,4 +246,4 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/update.js)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.46.1",
"version": "7.46.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/certs-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.46.2](https://github.com/heroku/cli/compare/v7.46.1...v7.46.2) (2020-10-22)


### Bug Fixes

* **certs-v5:** fix logic for requesting all cert resources ([#1661](https://github.com/heroku/cli/issues/1661)) ([46187e5](https://github.com/heroku/cli/commit/46187e5aef89b6d8d152ceb63653c62b49021e84))





## [7.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)


Expand Down
24 changes: 12 additions & 12 deletions packages/certs-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/index.js)_
_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -60,7 +60,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```

_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -75,7 +75,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand All @@ -90,7 +90,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -105,7 +105,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -120,7 +120,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

Expand All @@ -135,7 +135,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/chain.js)_
_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -167,7 +167,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/generate.js)_
_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -184,7 +184,7 @@ OPTIONS
--name=name name to check info on
```

_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/info.js)_
_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -206,7 +206,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/key.js)_
_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -223,7 +223,7 @@ OPTIONS
--name=name name to remove
```

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/remove.js)_
_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -250,5 +250,5 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```

_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.46.2/packages/certs-v5/commands/certs/update.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/certs-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "7.43.1",
"version": "7.46.2",
"author": "Ransom Briggs [email protected]",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.46.2](https://github.com/heroku/cli/compare/v7.46.1...v7.46.2) (2020-10-22)

**Note:** Version bump only for package heroku





## [7.46.1](https://github.com/heroku/cli/compare/v7.46.0...v7.46.1) (2020-10-20)

**Note:** Version bump only for package heroku
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.46.1",
"version": "7.46.2",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -17,7 +17,7 @@
"@heroku-cli/plugin-autocomplete": "^7.43.0",
"@heroku-cli/plugin-buildpacks": "^7.43.0",
"@heroku-cli/plugin-certs": "^7.43.0",
"@heroku-cli/plugin-certs-v5": "^7.43.1",
"@heroku-cli/plugin-certs-v5": "^7.46.2",
"@heroku-cli/plugin-ci": "^7.43.0",
"@heroku-cli/plugin-ci-v5": "^7.43.0",
"@heroku-cli/plugin-config": "^7.43.0",
Expand Down

0 comments on commit ab49920

Please sign in to comment.