Skip to content

Commit

Permalink
v7.54.0 (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milad Imen authored May 18, 2021
1 parent 4ec5848 commit 4b89482
Show file tree
Hide file tree
Showing 95 changed files with 542 additions and 274 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)


### Features

* upgrade node to 12.21.0 ([fb27477](https://github.com/heroku/cli/commit/fb274776ea5ed28d31cb8a53e6cfb6819e6ef4a9))





## [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
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.1/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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.1/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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.1/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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.1/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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.1/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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.1/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/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 @@ -25,7 +25,7 @@ OPTIONS
-j, --json output in json format
```

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

## `heroku authorizations:create`

Expand All @@ -49,7 +49,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.53.0/packages/oauth-v5/lib/commands/authorizations/create.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/create.js)_

## `heroku authorizations:info ID`

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

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

## `heroku authorizations:revoke ID`

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

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

## `heroku authorizations:rotate ID`

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

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

## `heroku authorizations:update ID`

Expand All @@ -116,4 +116,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.53.0/packages/oauth-v5/lib/commands/authorizations/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/update.js)_
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.53.0/packages/autocomplete/src/commands/autocomplete/index.ts)_
_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.54.0/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 @@ -27,7 +27,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

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

## `heroku buildpacks:add BUILDPACK`

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

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

## `heroku buildpacks:clear`

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

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

## `heroku buildpacks:info BUILDPACK`

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

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

## `heroku buildpacks:remove [BUILDPACK]`

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

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

## `heroku buildpacks:search [TERM]`

Expand All @@ -123,7 +123,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.53.0/packages/buildpacks/src/commands/buildpacks/search.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/search.ts)_

## `heroku buildpacks:set BUILDPACK`

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

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

## `heroku buildpacks:versions BUILDPACK`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_
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.53.1/packages/certs-v5/commands/certs/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/chain.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/generate.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/info.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/key.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/remove.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.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.53.1/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/update.js)_
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

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

## `heroku ci:config`

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

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

## `heroku ci:last`

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

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

## `heroku ci:migrate-manifest`

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

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

## `heroku ci:run`

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

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/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 @@ -25,7 +25,7 @@ OPTIONS
-j, --json output in json format
```

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

## `heroku clients:create NAME REDIRECT_URI`

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

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

## `heroku clients:destroy ID`

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

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

## `heroku clients:info ID`

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

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

## `heroku clients:rotate ID`

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

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

## `heroku clients:update ID`

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

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/update.js)_
Loading

0 comments on commit 4b89482

Please sign in to comment.