diff --git a/CHANGELOG.md b/CHANGELOG.md index e2679d3829..cbd4eba2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.12](https://github.com/heroku/cli/compare/v7.47.11...v7.47.12) (2021-02-03) **Note:** Version bump only for package heroku diff --git a/docs/auth.md b/docs/auth.md index 1de1d82ac3..970bdda345 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -23,7 +23,7 @@ ALIASES $ heroku twofactor ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -42,7 +42,7 @@ EXAMPLES Disabling 2fa on me@example.com... done ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -61,7 +61,7 @@ ALIASES $ heroku login ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/login.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -75,7 +75,7 @@ ALIASES $ heroku logout ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/logout.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -93,7 +93,7 @@ DESCRIPTION authorizations:create ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/token.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -107,4 +107,4 @@ ALIASES $ heroku whoami ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/whoami.ts)_ diff --git a/docs/authorizations.md b/docs/authorizations.md index 2dc52630a1..9b813263e8 100644 --- a/docs/authorizations.md +++ b/docs/authorizations.md @@ -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.47.10/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -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.47.10/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -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.47.10/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -71,7 +71,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -82,7 +82,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -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.47.10/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/update.js)_ diff --git a/docs/autocomplete.md b/docs/autocomplete.md index 46172b5458..d71e410765 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -26,4 +26,4 @@ EXAMPLES $ heroku autocomplete --refresh-cache ``` -_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.43.0/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.47.13/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/docs/buildpacks.md b/docs/buildpacks.md index aa5d7b0af5..930505b682 100644 --- a/docs/buildpacks.md +++ b/docs/buildpacks.md @@ -25,7 +25,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -44,7 +44,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -59,7 +59,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -73,7 +73,7 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -92,7 +92,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -111,7 +111,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.43.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -128,7 +128,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -142,4 +142,4 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/docs/certs.md b/docs/certs.md index 91fc651983..30a76ea679 100644 --- a/docs/certs.md +++ b/docs/certs.md @@ -29,7 +29,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.47.10/packages/certs-v5/commands/certs/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -56,7 +56,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.47.10/packages/certs-v5/commands/certs/add.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -71,7 +71,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.47.10/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -86,7 +86,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.47.10/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -101,7 +101,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.47.10/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -116,7 +116,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.47.10/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -131,7 +131,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.47.10/packages/certs-v5/commands/certs/chain.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -163,7 +163,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/generate.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -181,7 +181,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/info.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -203,7 +203,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.47.10/packages/certs-v5/commands/certs/key.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -220,7 +220,7 @@ OPTIONS --name=name name to remove ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/remove.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -247,4 +247,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.47.10/packages/certs-v5/commands/certs/update.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/update.js)_ diff --git a/docs/ci.md b/docs/ci.md index 3938a6b750..aaaa629574 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -34,7 +34,7 @@ EXAMPLE $ heroku ci --app murmuring-headland-14719 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/index.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:config` @@ -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.47.10/packages/ci/src/commands/ci/info.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -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.47.10/packages/ci/src/commands/ci/last.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:migrate-manifest` @@ -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.47.10/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -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.47.10/packages/ci/src/commands/ci/run.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/run.ts)_ diff --git a/docs/clients.md b/docs/clients.md index 78b71eb83e..ff3efdb209 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -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.47.10/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -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.47.10/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -48,7 +48,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -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.47.10/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -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.47.10/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -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.47.10/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/update.js)_ diff --git a/docs/config.md b/docs/config.md index f7f349a260..5fa284059a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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.47.10/packages/config/src/commands/config/index.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -56,7 +56,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/edit.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -76,7 +76,7 @@ EXAMPLES production ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/get.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/get.ts)_ ## `heroku config:set` @@ -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.47.10/packages/config/src/commands/config/unset.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/unset.ts)_ diff --git a/docs/domains.md b/docs/domains.md index aa7f6e3d75..bd06c016cf 100644 --- a/docs/domains.md +++ b/docs/domains.md @@ -43,7 +43,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/index.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -65,7 +65,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/add.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -84,7 +84,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/clear.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -103,7 +103,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/info.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -122,7 +122,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/remove.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -142,7 +142,7 @@ EXAMPLE heroku domains:update www.example.com --cert mycert ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/update.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -158,4 +158,4 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/wait.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/wait.ts)_ diff --git a/docs/git.md b/docs/git.md index 9971fd1137..e3251b24c0 100644 --- a/docs/git.md +++ b/docs/git.md @@ -29,7 +29,7 @@ EXAMPLES ... ``` -_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.47.10/packages/git/src/commands/git/clone.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.47.13/packages/git/src/commands/git/clone.ts)_ ## `heroku git:remote` @@ -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.47.10/packages/git/src/commands/git/remote.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.47.13/packages/git/src/commands/git/remote.ts)_ diff --git a/docs/labs.md b/docs/labs.md index d6f6ae5caf..dd87fd1307 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -36,7 +36,7 @@ OPTIONS --confirm=confirm ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/labs/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/labs/disable.ts)_ ## `heroku labs:enable FEATURE` diff --git a/docs/local.md b/docs/local.md index 2ccad4ce6b..56b306d543 100644 --- a/docs/local.md +++ b/docs/local.md @@ -33,7 +33,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/index.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/index.ts)_ ## `heroku local:run` @@ -51,7 +51,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/run.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/run.ts)_ ## `heroku local:version` @@ -62,4 +62,4 @@ USAGE $ heroku local:version ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/version.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/version.ts)_ diff --git a/docs/logs.md b/docs/logs.md index 0d86163791..ab25a946bf 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -32,4 +32,4 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.43.0/src/commands/logs.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.47.13/src/commands/logs.ts)_ diff --git a/docs/pipelines.md b/docs/pipelines.md index 6b8e03d339..48e1cf3716 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -33,7 +33,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/index.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -59,7 +59,7 @@ EXAMPLE $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/add.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -79,7 +79,7 @@ EXAMPLE $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/connect.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -109,7 +109,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/create.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -126,7 +126,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/destroy.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -144,7 +144,7 @@ EXAMPLE $ heroku pipelines:diff -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/diff.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -164,7 +164,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/info.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -181,7 +181,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/open.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -200,7 +200,7 @@ EXAMPLE $ heroku pipelines:promote -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/promote.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -218,7 +218,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/remove.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -236,7 +236,7 @@ EXAMPLE $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/rename.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -258,7 +258,7 @@ EXAMPLE $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/setup.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -280,7 +280,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/transfer.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -299,4 +299,4 @@ EXAMPLE $ heroku pipelines:update -s staging -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/update.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/update.ts)_ diff --git a/docs/ps.md b/docs/ps.md index 0d338810d8..bb81608218 100644 --- a/docs/ps.md +++ b/docs/ps.md @@ -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.43.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -76,7 +76,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:copy FILE` @@ -323,4 +323,4 @@ OPTIONS limits) ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/wait.ts)_ diff --git a/docs/regions.md b/docs/regions.md index b429569ca0..17d4ea86cd 100644 --- a/docs/regions.md +++ b/docs/regions.md @@ -19,4 +19,4 @@ OPTIONS --private show regions for private spaces ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/regions.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/regions.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index f570a2890f..3ed4bfc6f9 100644 --- a/docs/reviewapps.md +++ b/docs/reviewapps.md @@ -26,7 +26,7 @@ EXAMPLE $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/reviewapps/disable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -48,4 +48,4 @@ EXAMPLE $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.12/src/commands/reviewapps/enable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/enable.ts)_ diff --git a/docs/run.md b/docs/run.md index 3c0d0b6af7..ed4751fcdb 100644 --- a/docs/run.md +++ b/docs/run.md @@ -32,7 +32,7 @@ EXAMPLES $ heroku run -s hobby -- myscript.sh -a arg1 -s arg2 ``` -_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.43.0/src/commands/run/index.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.47.13/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -54,4 +54,4 @@ EXAMPLE $ heroku run:detached ls ``` -_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.43.0/src/commands/run/detached.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.47.13/src/commands/run/detached.ts)_ diff --git a/docs/sessions.md b/docs/sessions.md index 50f09db5b7..9841794953 100644 --- a/docs/sessions.md +++ b/docs/sessions.md @@ -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.47.10/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -29,4 +29,4 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/docs/status.md b/docs/status.md index c4e8fde28d..4640467aea 100644 --- a/docs/status.md +++ b/docs/status.md @@ -17,4 +17,4 @@ OPTIONS --json output in json format ``` -_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.43.0/packages/status/src/commands/status.ts)_ +_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.47.13/packages/status/src/commands/status.ts)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index 1663367eb5..79a98bd73f 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -29,7 +29,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -52,7 +52,7 @@ EXAMPLE $ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/add.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -71,7 +71,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -89,7 +89,7 @@ EXAMPLE $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -107,7 +107,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/events/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -125,7 +125,7 @@ EXAMPLE $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/events/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -143,7 +143,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -164,7 +164,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/remove.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -188,4 +188,4 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/update.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/update.ts)_ diff --git a/lerna.json b/lerna.json index 25694798e4..ed39887b16 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.47.12", + "version": "7.47.13", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index c7d30d3408..b3973660a8 100644 --- a/packages/addons-v5/CHANGELOG.md +++ b/packages/addons-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-addons-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-addons-v5 diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index bad5a8e654..7b78b59fc8 100644 --- a/packages/addons-v5/package.json +++ b/packages/addons-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-addons-v5", "description": "`heroku addons:*` commands", - "version": "7.47.10", + "version": "7.47.13", "author": "Bo Jeanes @bjeanes", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps-v5/CHANGELOG.md b/packages/apps-v5/CHANGELOG.md index 6635f5640e..711195366d 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-apps-v5 + + + + + ## [7.47.11](https://github.com/heroku/cli/compare/v7.47.10...v7.47.11) (2021-01-22) diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md index 3d3c894b41..3c3a31e81c 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -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.47.11 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-apps-v5/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 2700d86f5f..4f2a39c703 100644 --- a/packages/apps-v5/package.json +++ b/packages/apps-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-apps-v5", "description": "Heroku CLI plugin to manage apps.", - "version": "7.47.11", + "version": "7.47.13", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index f724fb819d..b236e7796c 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + ## [7.47.10](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-apps diff --git a/packages/apps/README.md b/packages/apps/README.md index ca75a36202..03496a3ecf 100644 --- a/packages/apps/README.md +++ b/packages/apps/README.md @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-apps/7.47.10 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-apps/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -67,7 +67,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -89,7 +89,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -108,7 +108,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -127,7 +127,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -146,7 +146,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -166,7 +166,7 @@ EXAMPLE heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -182,5 +182,5 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.10/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.13/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index 71fbcc88e6..5d8298e66f 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "7.47.10", + "version": "7.47.13", "author": "Brett @brettgoulder", "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues", "dependencies": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c37f12841c..54d3b522b1 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-auth + + + + + ## [7.47.12](https://github.com/heroku/cli/compare/v7.47.11...v7.47.12) (2021-02-03) **Note:** Version bump only for package @heroku-cli/plugin-auth diff --git a/packages/auth/README.md b/packages/auth/README.md index ccdc984c2e..61b0f3ff01 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -36,7 +36,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -55,7 +55,7 @@ EXAMPLES Disabling 2fa on me@example.com... done ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -74,7 +74,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -88,7 +88,7 @@ ALIASES $ heroku logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -106,7 +106,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -120,7 +120,7 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/auth/whoami.ts)_ ## `heroku labs:disable [FEATURE]` @@ -136,5 +136,5 @@ OPTIONS --confirm=confirm ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.47.12/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/auth/src/commands/labs/disable.ts)_ diff --git a/packages/auth/package.json b/packages/auth/package.json index b8362a1cfb..a112088cb8 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-auth", "description": "auth core plugin for Heroku CLI", - "version": "7.47.12", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/autocomplete/CHANGELOG.md b/packages/autocomplete/CHANGELOG.md index 08a9398b68..c38e52fbeb 100644 --- a/packages/autocomplete/CHANGELOG.md +++ b/packages/autocomplete/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-autocomplete diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 1fe14a4589..c31a094eda 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "7.43.0", + "version": "7.47.13", "author": "Philipe Navarro @RasPhilCo", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/buildpacks/CHANGELOG.md b/packages/buildpacks/CHANGELOG.md index 80d01554cc..0d0875402e 100644 --- a/packages/buildpacks/CHANGELOG.md +++ b/packages/buildpacks/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-buildpacks diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index 311ca65c0a..d585c9e836 100644 --- a/packages/buildpacks/README.md +++ b/packages/buildpacks/README.md @@ -24,7 +24,7 @@ $ npm install -g @heroku-cli/plugin-buildpacks $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-buildpacks/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-buildpacks/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -55,7 +55,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -74,7 +74,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -89,7 +89,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -103,7 +103,7 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -122,7 +122,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -141,7 +141,7 @@ OPTIONS --namespace=namespace buildpack namespaces to filter on using a comma separated list ``` -_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -158,7 +158,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -172,5 +172,5 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index d06717e09c..fd55e95015 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "7.43.0", + "version": "7.47.13", "author": "Terence Lee @hone", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md index 7db4d78a1d..fb02f0d694 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-certs-v5 diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index 7e1ee09632..9a389f230d 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -33,7 +33,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -60,7 +60,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.47.10/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -75,7 +75,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.47.10/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -90,7 +90,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.47.10/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -105,7 +105,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.47.10/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -120,7 +120,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.47.10/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -135,7 +135,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -167,7 +167,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -185,7 +185,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -207,7 +207,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -224,7 +224,7 @@ OPTIONS --name=name name to remove ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.47.10/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -251,5 +251,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.47.10/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index 2b4a894714..e62ca17b57 100644 --- a/packages/certs-v5/package.json +++ b/packages/certs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-certs-v5", "description": "heroku ssl plugin", - "version": "7.47.10", + "version": "7.47.13", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/certs/CHANGELOG.md b/packages/certs/CHANGELOG.md index e6f7e8887c..10f2b8f0c2 100644 --- a/packages/certs/CHANGELOG.md +++ b/packages/certs/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-certs + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-certs diff --git a/packages/certs/README.md b/packages/certs/README.md index 53861b9e4f..f02e0cec80 100644 --- a/packages/certs/README.md +++ b/packages/certs/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-certs $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) -@heroku-cli/plugin-certs/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-certs/7.47.13 darwin-x64 node-v12.18.4 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND diff --git a/packages/certs/package.json b/packages/certs/package.json index 1bb24ea68e..a13c51444d 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "7.43.0", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ci-v5/CHANGELOG.md b/packages/ci-v5/CHANGELOG.md index ffac9b7538..8ae7ea47e6 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-ci-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-ci-v5 diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index c1732c181d..db4030ae92 100644 --- a/packages/ci-v5/package.json +++ b/packages/ci-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci-v5", "description": "Heroku CLI plugin for Heroku CI", - "version": "7.47.10", + "version": "7.47.13", "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { @@ -14,7 +14,7 @@ }, "dependencies": { "@heroku-cli/command": "^8.4.1", - "@heroku-cli/plugin-run-v5": "^7.47.10", + "@heroku-cli/plugin-run-v5": "^7.47.13", "ansi-escapes": "3.2.0", "bluebird": "^3.5.3", "co": "^4.6.0", diff --git a/packages/ci/CHANGELOG.md b/packages/ci/CHANGELOG.md index 74936c9f04..193ebe930e 100644 --- a/packages/ci/CHANGELOG.md +++ b/packages/ci/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-ci + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-ci diff --git a/packages/ci/README.md b/packages/ci/README.md index 0bb63051b4..9b502b8528 100644 --- a/packages/ci/README.md +++ b/packages/ci/README.md @@ -24,7 +24,7 @@ $ npm install -g @heroku-cli/plugin-ci $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-ci/7.47.10 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-ci/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -57,7 +57,7 @@ EXAMPLE $ heroku ci --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:info TEST-RUN` @@ -76,7 +76,7 @@ EXAMPLE $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -95,7 +95,7 @@ EXAMPLE $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -113,7 +113,7 @@ EXAMPLE $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -131,7 +131,7 @@ EXAMPLE $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/ci/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ci/src/commands/ci/run.ts)_ * [`heroku ci:info`](#heroku-ci-info) * [`heroku ci:last`](#heroku-ci-last) diff --git a/packages/ci/package.json b/packages/ci/package.json index 47883ab9db..c4584134a7 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci", "description": "Heroku CLI plugin for Heroku CI", - "version": "7.47.10", + "version": "7.47.13", "author": "Raúl Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e2679d3829..cbd4eba2ac 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.12](https://github.com/heroku/cli/compare/v7.47.11...v7.47.12) (2021-02-03) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index a9c599fe14..8fb61f9eef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.47.12", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -10,31 +10,31 @@ "dependencies": { "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^8.4.1", - "@heroku-cli/plugin-addons-v5": "^7.47.10", - "@heroku-cli/plugin-apps": "^7.47.10", - "@heroku-cli/plugin-apps-v5": "^7.47.11", - "@heroku-cli/plugin-auth": "^7.47.12", - "@heroku-cli/plugin-autocomplete": "^7.43.0", - "@heroku-cli/plugin-buildpacks": "^7.43.0", - "@heroku-cli/plugin-certs": "^7.43.0", - "@heroku-cli/plugin-certs-v5": "^7.47.10", - "@heroku-cli/plugin-ci": "^7.47.10", - "@heroku-cli/plugin-ci-v5": "^7.47.10", - "@heroku-cli/plugin-config": "^7.47.10", - "@heroku-cli/plugin-container-registry-v5": "^7.47.10", - "@heroku-cli/plugin-git": "^7.47.10", - "@heroku-cli/plugin-local": "^7.43.0", - "@heroku-cli/plugin-oauth-v5": "^7.47.10", - "@heroku-cli/plugin-orgs-v5": "^7.43.0", - "@heroku-cli/plugin-pg-v5": "^7.47.10", - "@heroku-cli/plugin-pipelines": "^7.47.12", - "@heroku-cli/plugin-ps": "^7.43.0", + "@heroku-cli/plugin-addons-v5": "^7.47.13", + "@heroku-cli/plugin-apps": "^7.47.13", + "@heroku-cli/plugin-apps-v5": "^7.47.13", + "@heroku-cli/plugin-auth": "^7.47.13", + "@heroku-cli/plugin-autocomplete": "^7.47.13", + "@heroku-cli/plugin-buildpacks": "^7.47.13", + "@heroku-cli/plugin-certs": "^7.47.13", + "@heroku-cli/plugin-certs-v5": "^7.47.13", + "@heroku-cli/plugin-ci": "^7.47.13", + "@heroku-cli/plugin-ci-v5": "^7.47.13", + "@heroku-cli/plugin-config": "^7.47.13", + "@heroku-cli/plugin-container-registry-v5": "^7.47.13", + "@heroku-cli/plugin-git": "^7.47.13", + "@heroku-cli/plugin-local": "^7.47.13", + "@heroku-cli/plugin-oauth-v5": "^7.47.13", + "@heroku-cli/plugin-orgs-v5": "^7.47.13", + "@heroku-cli/plugin-pg-v5": "^7.47.13", + "@heroku-cli/plugin-pipelines": "^7.47.13", + "@heroku-cli/plugin-ps": "^7.47.13", "@heroku-cli/plugin-ps-exec": "2.3.8", - "@heroku-cli/plugin-redis-v5": "^7.47.10", - "@heroku-cli/plugin-run": "^7.43.0", - "@heroku-cli/plugin-spaces": "^7.47.10", - "@heroku-cli/plugin-status": "^7.43.0", - "@heroku-cli/plugin-webhooks": "^7.43.0", + "@heroku-cli/plugin-redis-v5": "^7.47.13", + "@heroku-cli/plugin-run": "^7.47.13", + "@heroku-cli/plugin-spaces": "^7.47.13", + "@heroku-cli/plugin-status": "^7.47.13", + "@heroku-cli/plugin-webhooks": "^7.47.13", "@oclif/command": "1.5.18", "@oclif/config": "1.13.2", "@oclif/errors": "1.2.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index b0f7827d7e..3448a9a1bc 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-config + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-config diff --git a/packages/config/README.md b/packages/config/README.md index 33329e9b02..f364f08435 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-config/7.47.10 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-config/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -50,7 +50,7 @@ OPTIONS -s, --shell output config vars in shell format ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -82,7 +82,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -102,7 +102,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/get.ts)_ ## `heroku config:unset` @@ -126,5 +126,5 @@ EXAMPLES Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10 ``` -_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index fc1372dc70..b30f01c4a7 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "7.47.10", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/container-registry-v5/CHANGELOG.md b/packages/container-registry-v5/CHANGELOG.md index 4a30fd8287..b264e2eea1 100644 --- a/packages/container-registry-v5/CHANGELOG.md +++ b/packages/container-registry-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json index d3cce742b4..cb88769945 100644 --- a/packages/container-registry-v5/package.json +++ b/packages/container-registry-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-container-registry-v5", "description": "Use containers to build and deploy Heroku apps", - "version": "7.47.10", + "version": "7.47.13", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index 70ee6c4820..eedc5c3b59 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-git diff --git a/packages/git/README.md b/packages/git/README.md index 999adb5e0e..a3a4724dcf 100644 --- a/packages/git/README.md +++ b/packages/git/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-git $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) -@heroku-cli/plugin-git/7.47.10 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-git/7.47.13 darwin-x64 node-v12.18.4 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -56,7 +56,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/git/src/commands/git/clone.ts)_ ## `oclif-example git:remote` @@ -82,5 +82,5 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.47.10/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index 8448abadbd..4a7cd4583e 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-git", "description": "Heroku CLI plugin to manage local git repos.", - "version": "7.47.10", + "version": "7.47.13", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index 1b1c40883a..ed6adb3ecb 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-local + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-local diff --git a/packages/local/README.md b/packages/local/README.md index f8036cba7e..2b50e0569f 100644 --- a/packages/local/README.md +++ b/packages/local/README.md @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-local $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-local/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-local/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -61,7 +61,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/index.ts)_ ## `heroku local:run` @@ -79,7 +79,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/run.ts)_ ## `heroku local:version` @@ -90,5 +90,5 @@ USAGE $ heroku local:version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/local/version.ts)_ diff --git a/packages/local/package.json b/packages/local/package.json index 2e05421bbf..709c6badcd 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-local", "description": "run heroku apps locally", - "version": "7.43.0", + "version": "7.47.13", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/oauth-v5/CHANGELOG.md b/packages/oauth-v5/CHANGELOG.md index e7ff80244c..c8e68d40df 100644 --- a/packages/oauth-v5/CHANGELOG.md +++ b/packages/oauth-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 diff --git a/packages/oauth-v5/README.md b/packages/oauth-v5/README.md index ff6d8b4392..1ec8ca9c38 100644 --- a/packages/oauth-v5/README.md +++ b/packages/oauth-v5/README.md @@ -149,7 +149,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -170,7 +170,7 @@ DESCRIPTION This creates an authorization with access to your Heroku account. ``` -_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -184,7 +184,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -198,7 +198,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -209,7 +209,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -225,7 +225,7 @@ OPTIONS --client-secret=client-secret secret of OAuth client to set ``` -_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/update.js)_ ## `heroku clients` @@ -239,7 +239,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -254,7 +254,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -265,7 +265,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -280,7 +280,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -295,7 +295,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -310,7 +310,7 @@ OPTIONS --url=url change the client redirect URL ``` -_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/update.js)_ ## `heroku sessions` @@ -324,7 +324,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -335,5 +335,5 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.47.10/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json index 282684a43b..9ca8f7c77d 100644 --- a/packages/oauth-v5/package.json +++ b/packages/oauth-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth-v5", "description": "Heroku CLI plugin to manage OAuth clients.", - "version": "7.47.10", + "version": "7.47.13", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 6413edd0e8..ef5c764ced 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-oauth diff --git a/packages/oauth/README.md b/packages/oauth/README.md index f7415ed40a..4539c8babb 100644 --- a/packages/oauth/README.md +++ b/packages/oauth/README.md @@ -19,7 +19,7 @@ $ npm install -g @heroku-cli/plugin-oauth $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-oauth/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-oauth/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -59,7 +59,7 @@ EXAMPLE $ heroku authorizations ``` -_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/index.ts)_ ## `heroku authorizations:create` @@ -80,7 +80,7 @@ EXAMPLE $ heroku authorizations:create --description "For use with Anvil" ``` -_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/create.ts)_ ## `heroku authorizations:info ID` @@ -94,7 +94,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/info.ts)_ ## `heroku authorizations:revoke ID` @@ -108,7 +108,7 @@ EXAMPLE $ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb ``` -_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/revoke.ts)_ ## `heroku authorizations:rotate ID` @@ -119,7 +119,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/rotate.ts)_ ## `heroku authorizations:update ID` @@ -135,7 +135,7 @@ OPTIONS --client-secret=client-secret secret of OAuth client to set ``` -_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/authorizations/update.ts)_ ## `heroku clients` @@ -149,7 +149,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/index.ts)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -167,7 +167,7 @@ EXAMPLE $ heroku clients:create "Amazing" https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/create.ts)_ ## `heroku clients:destroy ID` @@ -178,7 +178,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/destroy.ts)_ ## `heroku clients:info ID` @@ -196,7 +196,7 @@ EXAMPLE $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 ``` -_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/info.ts)_ ## `heroku clients:rotate ID` @@ -211,7 +211,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/rotate.ts)_ ## `heroku clients:update ID` @@ -230,7 +230,7 @@ EXAMPLE https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/clients/update.ts)_ ## `heroku help [COMMAND]` @@ -261,7 +261,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/sessions/index.ts)_ ## `heroku sessions:destroy ID` @@ -272,5 +272,5 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/sessions/destroy.ts)_ diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 794515d9f1..14354baf9e 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth", "description": "Command line plugin for managing OAuth clients, authorizations and tokens.", - "version": "7.43.0", + "version": "7.47.13", "author": "Taylor Mock @tmock12", "bin": { "heroku": "./bin/run" diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index 929bead3d7..9c6cccedd8 100644 --- a/packages/orgs-v5/CHANGELOG.md +++ b/packages/orgs-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index 3e0ea49375..34a6b3c914 100644 --- a/packages/orgs-v5/package.json +++ b/packages/orgs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-orgs-v5", "description": "CLI to manage Heroku Organizations", - "version": "7.43.0", + "version": "7.47.13", "author": "Raul Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 30c9f72cc4..4fc07a4c61 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-pg-v5 diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index eef950c5c7..29ad39573d 100644 --- a/packages/pg-v5/package.json +++ b/packages/pg-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-pg-v5", "description": "Heroku CLI plugin to manage Postgres.", - "version": "7.47.10", + "version": "7.47.13", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index a75bd84f28..59c2bb676e 100644 --- a/packages/pipelines/CHANGELOG.md +++ b/packages/pipelines/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [7.47.12](https://github.com/heroku/cli/compare/v7.47.11...v7.47.12) (2021-02-03) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index d023138c67..42b9f95b19 100644 --- a/packages/pipelines/README.md +++ b/packages/pipelines/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-pipelines $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-pipelines/7.47.12 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-pipelines/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -62,7 +62,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -88,7 +88,7 @@ EXAMPLE $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -108,7 +108,7 @@ EXAMPLE $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -138,7 +138,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -155,7 +155,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -173,7 +173,7 @@ EXAMPLE $ heroku pipelines:diff -a my-app-staging ``` -_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -193,7 +193,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -210,7 +210,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -229,7 +229,7 @@ EXAMPLE $ heroku pipelines:promote -a my-app-staging ``` -_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -247,7 +247,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -265,7 +265,7 @@ EXAMPLE $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -287,7 +287,7 @@ EXAMPLE $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -309,7 +309,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -328,7 +328,7 @@ EXAMPLE $ heroku pipelines:update -s staging -a my-app ``` -_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/update.ts)_ ## `heroku reviewapps:disable` @@ -350,7 +350,7 @@ EXAMPLE $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -372,5 +372,5 @@ EXAMPLE $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.47.12/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index 0367593c65..d07c10282a 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.47.12", + "version": "7.47.13", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ps/CHANGELOG.md b/packages/ps/CHANGELOG.md index 2ecad9e26c..46f43be0bb 100644 --- a/packages/ps/CHANGELOG.md +++ b/packages/ps/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-ps + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-ps diff --git a/packages/ps/README.md b/packages/ps/README.md index c80eb9b53d..f272f76c6a 100644 --- a/packages/ps/README.md +++ b/packages/ps/README.md @@ -33,7 +33,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -52,7 +52,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:wait` @@ -72,7 +72,7 @@ OPTIONS limits) ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/ps/wait.ts)_ ## `heroku regions` @@ -88,5 +88,5 @@ OPTIONS --private show regions for private spaces ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/ps/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/ps/src/commands/regions.ts)_ diff --git a/packages/ps/package.json b/packages/ps/package.json index 172aa296ec..d7f25cfa26 100644 --- a/packages/ps/package.json +++ b/packages/ps/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ps", "description": "ps core plugin for Heroku CLI", - "version": "7.43.0", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/redis-v5/CHANGELOG.md b/packages/redis-v5/CHANGELOG.md index 4d3a6c4c8f..3276d02cc8 100644 --- a/packages/redis-v5/CHANGELOG.md +++ b/packages/redis-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-redis-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-redis-v5 diff --git a/packages/redis-v5/package.json b/packages/redis-v5/package.json index 986b04859b..3c04da94cc 100644 --- a/packages/redis-v5/package.json +++ b/packages/redis-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-redis-v5", "description": "Heroku plugin to manage Heroku Redis", - "version": "7.47.10", + "version": "7.47.13", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/run-v5/CHANGELOG.md b/packages/run-v5/CHANGELOG.md index 1aca744f22..ad2193b61c 100644 --- a/packages/run-v5/CHANGELOG.md +++ b/packages/run-v5/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-run-v5 + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-run-v5 diff --git a/packages/run-v5/README.md b/packages/run-v5/README.md index c9c651e044..776cab8c21 100644 --- a/packages/run-v5/README.md +++ b/packages/run-v5/README.md @@ -37,7 +37,7 @@ EXAMPLES 2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com ``` -_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.47.10/packages/run-v5/commands/logs.js)_ +_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.47.13/packages/run-v5/commands/logs.js)_ ## `heroku run` @@ -69,7 +69,7 @@ EXAMPLES Running myscript.sh -a arg1 -s arg2 on app.... up, run.1 ``` -_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.47.10/packages/run-v5/commands/run.js)_ +_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.47.13/packages/run-v5/commands/run.js)_ ## `heroku run:detached` @@ -93,5 +93,5 @@ EXAMPLES Run heroku logs -a app -p run.1 to view the output. ``` -_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.47.10/packages/run-v5/commands/run/detached.js)_ +_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.47.13/packages/run-v5/commands/run/detached.js)_ diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json index f08ad9e0f0..12f4c1062b 100644 --- a/packages/run-v5/package.json +++ b/packages/run-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-run-v5", "description": "Heroku CLI plugin to run one-off dyno processes.", - "version": "7.47.10", + "version": "7.47.13", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index 53f04d7118..537220cd94 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-run + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-run diff --git a/packages/run/README.md b/packages/run/README.md index 46368a8925..06837d4cd2 100644 --- a/packages/run/README.md +++ b/packages/run/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-run/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-run/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -63,7 +63,7 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/logs.ts)_ ## `heroku run` @@ -91,7 +91,7 @@ EXAMPLES $ heroku run -s hobby -- myscript.sh -a arg1 -s arg2 ``` -_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -113,5 +113,5 @@ EXAMPLE $ heroku run:detached ls ``` -_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/run/detached.ts)_ diff --git a/packages/run/package.json b/packages/run/package.json index 933b8c4256..44fb1098d4 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "7.43.0", + "version": "7.47.13", "author": "Chris Freeman @cafreeman", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/spaces/CHANGELOG.md b/packages/spaces/CHANGELOG.md index 7cf01bda1f..b3020b58b9 100644 --- a/packages/spaces/CHANGELOG.md +++ b/packages/spaces/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-spaces + + + + + ## [7.47.10](https://github.com/heroku/cli/compare/v7.47.7...v7.47.10) (2021-01-21) **Note:** Version bump only for package @heroku-cli/plugin-spaces diff --git a/packages/spaces/package.json b/packages/spaces/package.json index 20af27b523..2859b605f5 100644 --- a/packages/spaces/package.json +++ b/packages/spaces/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-spaces", "description": "Heroku plugin to manage Heroku Private Spaces", - "version": "7.47.10", + "version": "7.47.13", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index 6e4dd2476b..52a52187a8 100644 --- a/packages/status/CHANGELOG.md +++ b/packages/status/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-status diff --git a/packages/status/README.md b/packages/status/README.md index 86cdb2ce73..f71b91bf43 100644 --- a/packages/status/README.md +++ b/packages/status/README.md @@ -60,7 +60,7 @@ $ npm install -g @heroku-cli/plugin-status $ @heroku-cli/plugin-status COMMAND running command... $ @heroku-cli/plugin-status (-v|--version|version) -@heroku-cli/plugin-status/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-status/7.47.13 darwin-x64 node-v12.18.4 $ @heroku-cli/plugin-status --help [COMMAND] USAGE $ @heroku-cli/plugin-status COMMAND @@ -82,5 +82,5 @@ OPTIONS --json output in json format ``` -_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/status/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.47.13/packages/status/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index 9987db952a..ab4dd5853b 100644 --- a/packages/status/package.json +++ b/packages/status/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-status", "description": "CLI Plugin for Heroku Status", - "version": "7.43.0", + "version": "7.47.13", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/webhooks/CHANGELOG.md b/packages/webhooks/CHANGELOG.md index ac4588dd30..3c268a7120 100644 --- a/packages/webhooks/CHANGELOG.md +++ b/packages/webhooks/CHANGELOG.md @@ -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.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + # [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15) **Note:** Version bump only for package @heroku-cli/plugin-webhooks diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index 437dd2631e..8bcc858916 100644 --- a/packages/webhooks/README.md +++ b/packages/webhooks/README.md @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-webhooks $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-webhooks/7.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-webhooks/7.47.13 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -57,7 +57,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -80,7 +80,7 @@ EXAMPLE $ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -99,7 +99,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -117,7 +117,7 @@ EXAMPLE $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -135,7 +135,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -153,7 +153,7 @@ EXAMPLE $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -171,7 +171,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -192,7 +192,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -216,5 +216,5 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 61db4bd5ae..f2390ffb93 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-webhooks", "description": "Heroku CLI plugin to manage webhooks", - "version": "7.43.0", + "version": "7.47.13", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {