Skip to content

Commit

Permalink
v7.55.0 (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley authored Jun 25, 2021
1 parent c911f99 commit a908553
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.55.0](https://github.com/heroku/cli/compare/v7.54.1...v7.55.0) (2021-06-25)

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





## [7.54.1](https://github.com/heroku/cli/compare/v7.54.0...v7.54.1) (2021-06-08)

**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 @@ -32,7 +32,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.54.0/packages/certs-v5/commands/certs/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand Down Expand Up @@ -61,7 +61,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.54.0/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -79,7 +79,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.54.0/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand All @@ -97,7 +97,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.54.0/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -115,7 +115,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.54.0/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -133,7 +133,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.54.0/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

Expand All @@ -151,7 +151,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.54.0/packages/certs-v5/commands/certs/chain.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

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

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

## `heroku certs:info`

Expand All @@ -210,7 +210,7 @@ OPTIONS
--show-domains show associated domains
```

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

## `heroku certs:key`

Expand All @@ -236,7 +236,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.54.0/packages/certs-v5/commands/certs/key.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

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

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

## `heroku certs:update CRT KEY`

Expand Down Expand Up @@ -286,4 +286,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.54.0/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.55.0/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.54.1",
"version": "7.55.0",
"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.55.0](https://github.com/heroku/cli/compare/v7.54.1...v7.55.0) (2021-06-25)


### Features

* **certs-v5:** Add display name to certs table ([#1826](https://github.com/heroku/cli/issues/1826)) ([c911f99](https://github.com/heroku/cli/commit/c911f99726e0e7f6a8d3d7931e9042280766864c))





# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)


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 @@ -32,7 +32,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

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

## `heroku certs:add CRT KEY`

Expand All @@ -58,7 +58,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.54.0/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -73,7 +73,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.54.0/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand All @@ -88,7 +88,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.54.0/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -103,7 +103,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.54.0/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -118,7 +118,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.54.0/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.55.0/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

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

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

## `heroku certs:generate DOMAIN`

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

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

## `heroku certs:info`

Expand All @@ -183,7 +183,7 @@ OPTIONS
--show-domains show associated domains
```

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

## `heroku certs:key`

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

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

## `heroku certs:remove`

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

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

## `heroku certs:update CRT KEY`

Expand All @@ -249,5 +249,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.54.0/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.55.0/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.54.0",
"version": "7.55.0",
"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.55.0](https://github.com/heroku/cli/compare/v7.54.1...v7.55.0) (2021-06-25)

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





## [7.54.1](https://github.com/heroku/cli/compare/v7.54.0...v7.54.1) (2021-06-08)

**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.54.1",
"version": "7.55.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -17,7 +17,7 @@
"@heroku-cli/plugin-autocomplete": "^7.54.0",
"@heroku-cli/plugin-buildpacks": "^7.54.0",
"@heroku-cli/plugin-certs": "^7.54.0",
"@heroku-cli/plugin-certs-v5": "^7.54.0",
"@heroku-cli/plugin-certs-v5": "^7.55.0",
"@heroku-cli/plugin-ci": "^7.54.0",
"@heroku-cli/plugin-ci-v5": "^7.54.0",
"@heroku-cli/plugin-config": "^7.54.0",
Expand Down

0 comments on commit a908553

Please sign in to comment.