Skip to content

Commit

Permalink
v7.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Oct 3, 2018
1 parent 3621ced commit 684a9ba
Show file tree
Hide file tree
Showing 45 changed files with 258 additions and 96 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.

<a name="7.16.3"></a>
## [7.16.3](https://github.com/heroku/cli/compare/v7.16.2...v7.16.3) (2018-10-03)


### Bug Fixes

* updated deps ([#1058](https://github.com/heroku/cli/issues/1058)) ([ce1fd6b](https://github.com/heroku/cli/commit/ce1fd6b))




<a name="7.16.2"></a>
## [7.16.2](https://github.com/heroku/cli/compare/v7.16.1...v7.16.2) (2018-10-02)

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.16.2/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.3/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on [email protected]... done
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.2/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.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.16.2/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.3/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

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

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

## `heroku auth:logout`

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

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

## `heroku auth:token`

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

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

## `heroku auth:whoami`

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

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.2/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.3/packages/auth/src/commands/auth/whoami.ts)_
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.16.2/packages/autocomplete/src/commands/autocomplete/index.ts)_
_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.16.3/packages/autocomplete/src/commands/autocomplete/index.ts)_
16 changes: 8 additions & 8 deletions docs/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPTIONS
-a, --app=app (required) app to run command against
```

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

## `heroku buildpacks:add BUILDPACK`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/add.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/add.ts)_

## `heroku buildpacks:clear`

Expand All @@ -57,7 +57,7 @@ OPTIONS
-a, --app=app (required) app to run command against
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/clear.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/clear.ts)_

## `heroku buildpacks:info BUILDPACK`

Expand All @@ -71,7 +71,7 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

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

## `heroku buildpacks:remove [BUILDPACK]`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/remove.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/remove.ts)_

## `heroku buildpacks:search [TERM]`

Expand All @@ -109,7 +109,7 @@ OPTIONS
--namespace=namespace buildpack namespaces to filter on using a comma separated list
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/search.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/search.ts)_

## `heroku buildpacks:set BUILDPACK`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/set.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/set.ts)_

## `heroku buildpacks:versions BUILDPACK`

Expand All @@ -140,4 +140,4 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.2/packages/buildpacks/src/commands/buildpacks/versions.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.16.3/packages/buildpacks/src/commands/buildpacks/versions.ts)_
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.16.2/packages/ci/src/commands/ci/index.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.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.16.2/packages/ci/src/commands/ci/info.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.3/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -182,7 +182,7 @@ EXAMPLE
$ heroku ci:last --app murmuring-headland-14719 --node 100
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.2/packages/ci/src/commands/ci/last.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.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.16.2/packages/ci/src/commands/ci/rerun.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.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.16.2/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.16.3/packages/ci/src/commands/ci/run.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.16.2/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.16.3/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

Expand Down
10 changes: 5 additions & 5 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXAMPLE
$ heroku plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.7.1/src/commands/plugins/index.ts)_

## `heroku plugins:install PLUGIN...`

Expand Down Expand Up @@ -59,7 +59,7 @@ EXAMPLES
$ heroku plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.7.1/src/commands/plugins/install.ts)_

## `heroku plugins:link PLUGIN`

Expand All @@ -86,7 +86,7 @@ EXAMPLE
$ heroku plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.7.1/src/commands/plugins/link.ts)_

## `heroku plugins:uninstall PLUGIN...`

Expand All @@ -108,7 +108,7 @@ ALIASES
$ heroku plugins:remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.7.1/src/commands/plugins/uninstall.ts)_

## `heroku plugins:update`

Expand All @@ -123,4 +123,4 @@ OPTIONS
-v, --verbose
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.7.1/src/commands/plugins/update.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.16.2",
"version": "7.16.3",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/addons-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.

<a name="7.16.3"></a>
## [7.16.3](https://github.com/heroku/cli/compare/v7.16.2...v7.16.3) (2018-10-03)


### Bug Fixes

* updated deps ([#1058](https://github.com/heroku/cli/issues/1058)) ([ce1fd6b](https://github.com/heroku/cli/commit/ce1fd6b))




<a name="7.16.2"></a>
## [7.16.2](https://github.com/heroku/cli/compare/v7.16.1...v7.16.2) (2018-10-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-v5",
"description": "`heroku addons:*` commands",
"version": "7.16.2",
"version": "7.16.3",
"author": "Bo Jeanes @bjeanes",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/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.

<a name="7.16.3"></a>
## [7.16.3](https://github.com/heroku/cli/compare/v7.16.2...v7.16.3) (2018-10-03)


### Bug Fixes

* updated deps ([#1058](https://github.com/heroku/cli/issues/1058)) ([ce1fd6b](https://github.com/heroku/cli/commit/ce1fd6b))




<a name="7.16.2"></a>
## [7.16.2](https://github.com/heroku/cli/compare/v7.16.1...v7.16.2) (2018-10-02)

Expand Down
16 changes: 8 additions & 8 deletions packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ALIASES
$ heroku twofactor
```

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

## `heroku auth:2fa:disable`

Expand All @@ -56,7 +56,7 @@ EXAMPLES
Disabling 2fa on [email protected]... done
```

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

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

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

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

## `heroku auth:login`

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

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

## `heroku auth:logout`

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

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

## `heroku auth:token`

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

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

## `heroku auth:whoami`

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

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

## `heroku labs:disable [FEATURE]`

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

_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.16.2/packages/auth/src/commands/labs/disable.ts)_
_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.16.3/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.16.2",
"version": "7.16.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/autocomplete/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.

<a name="7.16.3"></a>
## [7.16.3](https://github.com/heroku/cli/compare/v7.16.2...v7.16.3) (2018-10-03)


### Bug Fixes

* updated deps ([#1058](https://github.com/heroku/cli/issues/1058)) ([ce1fd6b](https://github.com/heroku/cli/commit/ce1fd6b))




<a name="7.16.2"></a>
## [7.16.2](https://github.com/heroku/cli/compare/v7.16.1...v7.16.2) (2018-10-02)

Expand Down
Loading

0 comments on commit 684a9ba

Please sign in to comment.