Skip to content

Commit

Permalink
v7.53.1 (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley authored May 10, 2021
1 parent b54ef0d commit 1daf470
Show file tree
Hide file tree
Showing 20 changed files with 107 additions and 53 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.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05)

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





# [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27)

**Note:** Version bump only for package heroku
Expand Down
12 changes: 6 additions & 6 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ALIASES
$ heroku twofactor
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -45,7 +45,7 @@ EXAMPLES
$ heroku auth:2fa:disable
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/disable.ts)_

## `heroku auth:login`

Expand All @@ -66,7 +66,7 @@ ALIASES
$ heroku login
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -82,7 +82,7 @@ ALIASES
$ heroku logout
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -103,7 +103,7 @@ DESCRIPTION
authorizations:create
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -119,4 +119,4 @@ ALIASES
$ heroku whoami
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/whoami.ts)_
25 changes: 12 additions & 13 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.53.0/packages/certs-v5/commands/certs/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -49,7 +49,6 @@ OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--bypass bypass the trust chain completion step
--domains=domains domains to create after certificate upload
--type=type type to create, either 'sni' or 'endpoint'
DESCRIPTION
Expand All @@ -62,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.53.0/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

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

## `heroku certs:auto:disable`

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

## `heroku certs:auto:enable`

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

## `heroku certs:auto:refresh`

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

## `heroku certs:chain`

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

## `heroku certs:generate DOMAIN`

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

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

## `heroku certs:info`

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

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

## `heroku certs:key`

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

## `heroku certs:remove`

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

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

## `heroku certs:update CRT KEY`

Expand Down Expand Up @@ -287,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.53.0/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/update.js)_
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OPTIONS
--confirm=confirm
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.53.0",
"version": "7.53.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-v5/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.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5





# [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.53.0 darwin-x64 node-v12.14.1
@heroku-cli/plugin-apps-v5/7.53.1 darwin-x64 node-v12.14.1
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "7.53.0",
"version": "7.53.1",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05)

**Note:** Version bump only for package @heroku-cli/plugin-auth





# [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-auth
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ALIASES
$ heroku twofactor
```

_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -53,7 +53,7 @@ EXAMPLES
$ heroku auth:2fa:disable
```

_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/disable.ts)_

## `heroku auth:login`

Expand All @@ -72,7 +72,7 @@ ALIASES
$ heroku login
```

_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -86,7 +86,7 @@ ALIASES
$ heroku logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -104,7 +104,7 @@ DESCRIPTION
authorizations:create
```

_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -118,7 +118,7 @@ ALIASES
$ heroku whoami
```

_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/auth/whoami.ts)_
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/whoami.ts)_

## `heroku labs:disable [FEATURE]`

Expand All @@ -134,5 +134,5 @@ OPTIONS
--confirm=confirm
```

_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/auth/src/commands/labs/disable.ts)_
_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/labs/disable.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-auth",
"description": "auth core plugin for Heroku CLI",
"version": "7.53.0",
"version": "7.53.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/certs-v5/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.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05)

**Note:** Version bump only for package @heroku-cli/plugin-certs-v5





# [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27)


Expand Down
Loading

0 comments on commit 1daf470

Please sign in to comment.