Skip to content

Commit

Permalink
v7.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Apr 15, 2020
1 parent a01c03c commit 8389694
Show file tree
Hide file tree
Showing 45 changed files with 210 additions and 108 deletions.
11 changes: 11 additions & 0 deletions 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.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15)


### Bug Fixes

* update to a notarized version of node ([#1481](https://github.com/heroku/cli/issues/1481)) ([a01c03c](https://github.com/heroku/cli/commit/a01c03cf45b8d02477754da382112c4905d91ecc))





## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30)

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

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

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```

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

## `heroku auth:2fa:generate-recovery-codes`

Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLES
f82e7c2a50737494
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.39.2/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.39.3/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

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

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

## `heroku auth:logout`

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

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

## `heroku auth:token`

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

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

## `heroku auth:whoami`

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

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.39.2/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.39.3/packages/auth/src/commands/auth/whoami.ts)_
12 changes: 6 additions & 6 deletions docs/authorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/index.js)_

## `heroku authorizations:create`

Expand All @@ -43,7 +43,7 @@ DESCRIPTION
This creates an authorization with access to your Heroku account.
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/create.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/create.js)_

## `heroku authorizations:info ID`

Expand All @@ -57,7 +57,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/info.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/info.js)_

## `heroku authorizations:revoke ID`

Expand All @@ -71,7 +71,7 @@ ALIASES
$ heroku authorizations:destroy
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/revoke.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/revoke.js)_

## `heroku authorizations:rotate ID`

Expand All @@ -82,7 +82,7 @@ USAGE
$ heroku authorizations:rotate ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/rotate.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/rotate.js)_

## `heroku authorizations:update ID`

Expand All @@ -98,4 +98,4 @@ OPTIONS
--client-secret=client-secret secret of OAuth client to set
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/authorizations/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/update.js)_
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.2/packages/ci/src/commands/ci/index.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/index.ts)_

## `heroku ci:config`

Expand Down Expand Up @@ -163,7 +163,7 @@ EXAMPLE
$ heroku ci:info 1288 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.2/packages/ci/src/commands/ci/info.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -182,7 +182,7 @@ EXAMPLE
$ heroku ci:last --pipeline=my-pipeline --node 100
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.2/packages/ci/src/commands/ci/last.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/last.ts)_

## `heroku ci:migrate-manifest`

Expand Down Expand Up @@ -239,7 +239,7 @@ EXAMPLE
$ heroku ci:rerun 985 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.2/packages/ci/src/commands/ci/rerun.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/rerun.ts)_

## `heroku ci:run`

Expand All @@ -257,4 +257,4 @@ EXAMPLE
$ heroku ci:run --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.2/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/run.ts)_
12 changes: 6 additions & 6 deletions docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/index.js)_

## `heroku clients:create NAME REDIRECT_URI`

Expand All @@ -37,7 +37,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/create.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/create.js)_

## `heroku clients:destroy ID`

Expand All @@ -48,7 +48,7 @@ USAGE
$ heroku clients:destroy ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/destroy.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/destroy.js)_

## `heroku clients:info ID`

Expand All @@ -63,7 +63,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/info.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/info.js)_

## `heroku clients:rotate ID`

Expand All @@ -78,7 +78,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/rotate.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/rotate.js)_

## `heroku clients:update ID`

Expand All @@ -93,4 +93,4 @@ OPTIONS
--url=url change the client redirect URL
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/clients/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/update.js)_
8 changes: 4 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.2/packages/config/src/commands/config/index.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.3/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -56,7 +56,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.2/packages/config/src/commands/config/edit.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.3/packages/config/src/commands/config/edit.ts)_

## `heroku config:get KEY...`

Expand All @@ -76,7 +76,7 @@ EXAMPLES
production
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.2/packages/config/src/commands/config/get.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.3/packages/config/src/commands/config/get.ts)_

## `heroku config:set`

Expand Down Expand Up @@ -123,4 +123,4 @@ EXAMPLES
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.2/packages/config/src/commands/config/unset.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.39.3/packages/config/src/commands/config/unset.ts)_
4 changes: 2 additions & 2 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
...
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.2/packages/git/src/commands/git/clone.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/clone.ts)_

## `heroku git:remote`

Expand All @@ -55,4 +55,4 @@ EXAMPLES
$ heroku git:remote --remote heroku-staging -a example
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.2/packages/git/src/commands/git/remote.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/remote.ts)_
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OPTIONS
--confirm=confirm
```

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

## `heroku labs:enable FEATURE`

Expand Down
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ EXAMPLES
2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com
```

_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/run-v5/commands/logs.js)_
_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/logs.js)_
6 changes: 3 additions & 3 deletions docs/ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.2/packages/ps/src/commands/ps/autoscale/disable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.3/packages/ps/src/commands/ps/autoscale/disable.ts)_

## `heroku ps:autoscale:enable`

Expand All @@ -76,7 +76,7 @@ OPTIONS
--p95=p95 desired p95 response time
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.2/packages/ps/src/commands/ps/autoscale/enable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.3/packages/ps/src/commands/ps/autoscale/enable.ts)_

## `heroku ps:copy FILE`

Expand Down Expand Up @@ -323,4 +323,4 @@ OPTIONS
limits)
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.2/packages/ps/src/commands/ps/wait.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.3/packages/ps/src/commands/ps/wait.ts)_
2 changes: 1 addition & 1 deletion docs/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ OPTIONS
--private show regions for private spaces
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.2/packages/ps/src/commands/regions.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.39.3/packages/ps/src/commands/regions.ts)_
4 changes: 2 additions & 2 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXAMPLES
Running myscript.sh -a arg1 -s arg2 on app.... up, run.1
```

_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/run-v5/commands/run.js)_
_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run.js)_

## `heroku run:detached`

Expand All @@ -60,4 +60,4 @@ EXAMPLES
Run heroku logs -a app -p run.1 to view the output.
```

_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/run-v5/commands/run/detached.js)_
_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run/detached.js)_
4 changes: 2 additions & 2 deletions docs/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/sessions/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/index.js)_

## `heroku sessions:destroy ID`

Expand All @@ -29,4 +29,4 @@ USAGE
$ heroku sessions:destroy ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.2/packages/oauth-v5/lib/commands/sessions/destroy.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/destroy.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.39.2",
"version": "7.39.3",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
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.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15)

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





## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30)

**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 @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.39.2 darwin-x64 node-v12.12.0
@heroku-cli/plugin-apps-v5/7.39.3 darwin-x64 node-v10.18.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.39.2",
"version": "7.39.3",
"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.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15)

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





## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30)

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

0 comments on commit 8389694

Please sign in to comment.