From 4b89482ab15e28d1449af9cfe95821d64acd4b6e Mon Sep 17 00:00:00 2001 From: Milad Imen Date: Tue, 18 May 2021 12:14:03 -0700 Subject: [PATCH] v7.54.0 (#1811) --- CHANGELOG.md | 11 +++++ docs/auth.md | 12 ++--- docs/authorizations.md | 12 ++--- docs/autocomplete.md | 2 +- docs/buildpacks.md | 16 +++---- docs/certs.md | 24 +++++----- docs/ci.md | 10 ++--- docs/clients.md | 12 ++--- docs/config.md | 8 ++-- docs/domains.md | 14 +++--- docs/git.md | 4 +- docs/labs.md | 2 +- docs/local.md | 6 +-- docs/logs.md | 2 +- docs/pipelines.md | 28 ++++++------ docs/ps.md | 6 +-- docs/regions.md | 2 +- docs/reviewapps.md | 4 +- docs/run.md | 4 +- docs/sessions.md | 4 +- docs/status.md | 2 +- docs/webhooks.md | 18 ++++---- lerna.json | 2 +- packages/addons-v5/CHANGELOG.md | 11 +++++ packages/addons-v5/package.json | 2 +- packages/apps-v5/CHANGELOG.md | 17 +++++++ packages/apps-v5/README.md | 2 +- packages/apps-v5/package.json | 2 +- packages/apps/CHANGELOG.md | 8 ++++ packages/apps/README.md | 16 +++---- packages/apps/package.json | 2 +- packages/auth/CHANGELOG.md | 11 +++++ packages/auth/README.md | 14 +++--- packages/auth/package.json | 2 +- packages/autocomplete/CHANGELOG.md | 8 ++++ packages/autocomplete/package.json | 2 +- packages/buildpacks/CHANGELOG.md | 8 ++++ packages/buildpacks/README.md | 18 ++++---- packages/buildpacks/package.json | 2 +- packages/certs-v5/CHANGELOG.md | 16 +++++++ packages/certs-v5/README.md | 24 +++++----- packages/certs-v5/package.json | 2 +- packages/certs/CHANGELOG.md | 8 ++++ packages/certs/README.md | 2 +- packages/certs/package.json | 2 +- packages/ci-v5/CHANGELOG.md | 11 +++++ packages/ci-v5/package.json | 4 +- packages/ci/CHANGELOG.md | 8 ++++ packages/ci/README.md | 12 ++--- packages/ci/package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++ packages/cli/package.json | 50 ++++++++++----------- packages/config/CHANGELOG.md | 8 ++++ packages/config/README.md | 10 ++--- packages/config/package.json | 2 +- packages/container-registry-v5/CHANGELOG.md | 8 ++++ packages/container-registry-v5/package.json | 2 +- packages/git/CHANGELOG.md | 8 ++++ packages/git/README.md | 6 +-- packages/git/package.json | 2 +- packages/local/CHANGELOG.md | 8 ++++ packages/local/README.md | 8 ++-- packages/local/package.json | 2 +- packages/oauth-v5/CHANGELOG.md | 8 ++++ packages/oauth-v5/README.md | 28 ++++++------ packages/oauth-v5/package.json | 2 +- packages/oauth/CHANGELOG.md | 8 ++++ packages/oauth/README.md | 30 ++++++------- packages/oauth/package.json | 2 +- packages/orgs-v5/CHANGELOG.md | 8 ++++ packages/orgs-v5/package.json | 2 +- packages/pg-v5/CHANGELOG.md | 16 +++++++ packages/pg-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 8 ++++ packages/pipelines/README.md | 34 +++++++------- packages/pipelines/package.json | 2 +- packages/ps/CHANGELOG.md | 8 ++++ packages/ps/README.md | 8 ++-- packages/ps/package.json | 2 +- packages/redis-v5/CHANGELOG.md | 12 +++++ packages/redis-v5/package.json | 2 +- packages/run-v5/CHANGELOG.md | 8 ++++ packages/run-v5/README.md | 6 +-- packages/run-v5/package.json | 2 +- packages/run/CHANGELOG.md | 8 ++++ packages/run/README.md | 8 ++-- packages/run/package.json | 2 +- packages/spaces/CHANGELOG.md | 8 ++++ packages/spaces/package.json | 2 +- packages/status/CHANGELOG.md | 8 ++++ packages/status/README.md | 4 +- packages/status/package.json | 2 +- packages/webhooks/CHANGELOG.md | 8 ++++ packages/webhooks/README.md | 20 ++++----- packages/webhooks/package.json | 2 +- 95 files changed, 542 insertions(+), 274 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86988defaf..6860b4f8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Features + +* upgrade node to 12.21.0 ([fb27477](https://github.com/heroku/cli/commit/fb274776ea5ed28d31cb8a53e6cfb6819e6ef4a9)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package heroku diff --git a/docs/auth.md b/docs/auth.md index 3e7c375f5c..91c957ed6a 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -25,7 +25,7 @@ ALIASES $ heroku twofactor ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -45,7 +45,7 @@ EXAMPLES $ heroku auth:2fa:disable ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -66,7 +66,7 @@ ALIASES $ heroku login ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/login.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -82,7 +82,7 @@ ALIASES $ heroku logout ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/logout.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -103,7 +103,7 @@ DESCRIPTION authorizations:create ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/token.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -119,4 +119,4 @@ ALIASES $ heroku whoami ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/whoami.ts)_ diff --git a/docs/authorizations.md b/docs/authorizations.md index ee66703626..7314d81318 100644 --- a/docs/authorizations.md +++ b/docs/authorizations.md @@ -25,7 +25,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -49,7 +49,7 @@ DESCRIPTION This creates an authorization with access to your Heroku account. ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -66,7 +66,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -83,7 +83,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -97,7 +97,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -116,4 +116,4 @@ OPTIONS --client-secret=client-secret secret of OAuth client to set ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ diff --git a/docs/autocomplete.md b/docs/autocomplete.md index be36917f33..d1acaaf8e3 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -28,4 +28,4 @@ EXAMPLES $ heroku autocomplete --refresh-cache ``` -_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.53.0/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.54.0/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/docs/buildpacks.md b/docs/buildpacks.md index 24038876ae..25ce29c576 100644 --- a/docs/buildpacks.md +++ b/docs/buildpacks.md @@ -27,7 +27,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -48,7 +48,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -65,7 +65,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -81,7 +81,7 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -102,7 +102,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -123,7 +123,7 @@ OPTIONS --namespace=namespace buildpack namespaces to filter on using a comma separated list ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -142,7 +142,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -158,4 +158,4 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/docs/certs.md b/docs/certs.md index a6a270350a..3796a6c79c 100644 --- a/docs/certs.md +++ b/docs/certs.md @@ -32,7 +32,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -61,7 +61,7 @@ EXAMPLES $ heroku certs:add intermediary.crt example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/add.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -79,7 +79,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -97,7 +97,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -115,7 +115,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -133,7 +133,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -151,7 +151,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/chain.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -189,7 +189,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/generate.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -210,7 +210,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/info.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -236,7 +236,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/key.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -256,7 +256,7 @@ OPTIONS --name=name name to remove ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/remove.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -286,4 +286,4 @@ EXAMPLES $ heroku certs:update intermediary.crt example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/update.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/update.js)_ diff --git a/docs/ci.md b/docs/ci.md index 6f1fc2a3d5..5ba3a50d18 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -36,7 +36,7 @@ EXAMPLE $ heroku ci --app murmuring-headland-14719 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/index.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:config` @@ -206,7 +206,7 @@ EXAMPLE $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/info.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -227,7 +227,7 @@ EXAMPLE $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/last.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:migrate-manifest` @@ -302,7 +302,7 @@ EXAMPLE $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -322,4 +322,4 @@ EXAMPLE $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/run.ts)_ +_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/run.ts)_ diff --git a/docs/clients.md b/docs/clients.md index 17ec547231..6e60ab2f86 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -25,7 +25,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -43,7 +43,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -57,7 +57,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -75,7 +75,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -93,7 +93,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -111,4 +111,4 @@ OPTIONS --url=url change the client redirect URL ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/update.js)_ diff --git a/docs/config.md b/docs/config.md index bb3bb946a6..175b375c0c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -26,7 +26,7 @@ OPTIONS -s, --shell output config vars in shell format ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/index.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -62,7 +62,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/edit.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -84,7 +84,7 @@ EXAMPLES production ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/get.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/get.ts)_ ## `heroku config:set` @@ -136,4 +136,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.53.0/packages/config/src/commands/config/unset.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/unset.ts)_ diff --git a/docs/domains.md b/docs/domains.md index 69b3bb1d76..9ee086a063 100644 --- a/docs/domains.md +++ b/docs/domains.md @@ -45,7 +45,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.53.0/src/commands/domains/index.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -69,7 +69,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.53.0/src/commands/domains/add.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -90,7 +90,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.53.0/src/commands/domains/clear.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -111,7 +111,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.53.0/src/commands/domains/info.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -132,7 +132,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.53.0/src/commands/domains/remove.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -154,7 +154,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.53.0/src/commands/domains/update.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -172,4 +172,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.53.0/src/commands/domains/wait.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/wait.ts)_ diff --git a/docs/git.md b/docs/git.md index da16c74a9d..0acd810611 100644 --- a/docs/git.md +++ b/docs/git.md @@ -31,7 +31,7 @@ EXAMPLES ... ``` -_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.53.0/packages/git/src/commands/git/clone.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.54.0/packages/git/src/commands/git/clone.ts)_ ## `heroku git:remote` @@ -61,4 +61,4 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.53.0/packages/git/src/commands/git/remote.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.54.0/packages/git/src/commands/git/remote.ts)_ diff --git a/docs/labs.md b/docs/labs.md index ccb3ede679..b945249a27 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -41,7 +41,7 @@ OPTIONS --confirm=confirm ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/labs/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/labs/disable.ts)_ ## `heroku labs:enable FEATURE` diff --git a/docs/local.md b/docs/local.md index 27d8994654..e51e04fb3b 100644 --- a/docs/local.md +++ b/docs/local.md @@ -36,7 +36,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/index.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/index.ts)_ ## `heroku local:run` @@ -56,7 +56,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/run.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/run.ts)_ ## `heroku local:version` @@ -69,4 +69,4 @@ USAGE $ heroku local:version ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/version.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/version.ts)_ diff --git a/docs/logs.md b/docs/logs.md index 229ebdf028..0ea02ac856 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -35,4 +35,4 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.53.0/src/commands/logs.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/logs.ts)_ diff --git a/docs/pipelines.md b/docs/pipelines.md index 65509fed0e..c0e71f4dee 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -35,7 +35,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/index.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -65,7 +65,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.53.0/src/commands/pipelines/add.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -87,7 +87,7 @@ EXAMPLE $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/connect.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -123,7 +123,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/create.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -142,7 +142,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/destroy.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -162,7 +162,7 @@ EXAMPLE $ heroku pipelines:diff -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/diff.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -184,7 +184,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/info.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -203,7 +203,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/open.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -224,7 +224,7 @@ EXAMPLE $ heroku pipelines:promote -a my-app-staging ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/promote.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -244,7 +244,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/remove.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -264,7 +264,7 @@ EXAMPLE $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/rename.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -288,7 +288,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.53.0/src/commands/pipelines/setup.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -312,7 +312,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/transfer.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -333,4 +333,4 @@ EXAMPLE $ heroku pipelines:update -s staging -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.53.0/src/commands/pipelines/update.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/pipelines/update.ts)_ diff --git a/docs/ps.md b/docs/ps.md index a76c69d462..88ed92804c 100644 --- a/docs/ps.md +++ b/docs/ps.md @@ -62,7 +62,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -83,7 +83,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:copy FILE` @@ -397,4 +397,4 @@ OPTIONS limits) ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/wait.ts)_ diff --git a/docs/regions.md b/docs/regions.md index 850d47aeaa..72d46b2daa 100644 --- a/docs/regions.md +++ b/docs/regions.md @@ -21,4 +21,4 @@ OPTIONS --private show regions for private spaces ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/regions.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/regions.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 434e9094a0..956bf6e2e6 100644 --- a/docs/reviewapps.md +++ b/docs/reviewapps.md @@ -28,7 +28,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.53.0/src/commands/reviewapps/disable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -52,4 +52,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.53.0/src/commands/reviewapps/enable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.54.0/src/commands/reviewapps/enable.ts)_ diff --git a/docs/run.md b/docs/run.md index 525211c011..aeafb0006a 100644 --- a/docs/run.md +++ b/docs/run.md @@ -35,7 +35,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.53.0/src/commands/run/index.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -59,4 +59,4 @@ EXAMPLE $ heroku run:detached ls ``` -_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.53.0/src/commands/run/detached.ts)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/detached.ts)_ diff --git a/docs/sessions.md b/docs/sessions.md index 3a310dbdc5..9e1b572fc8 100644 --- a/docs/sessions.md +++ b/docs/sessions.md @@ -21,7 +21,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -35,4 +35,4 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/docs/status.md b/docs/status.md index 7a34f2a834..841e61b6e5 100644 --- a/docs/status.md +++ b/docs/status.md @@ -19,4 +19,4 @@ OPTIONS --json output in json format ``` -_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.53.0/packages/status/src/commands/status.ts)_ +_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.54.0/packages/status/src/commands/status.ts)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index dfed18fc85..29b7531041 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -31,7 +31,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -56,7 +56,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.53.0/src/commands/webhooks/add.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -77,7 +77,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -97,7 +97,7 @@ EXAMPLE $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -117,7 +117,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/events/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -137,7 +137,7 @@ EXAMPLE $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/events/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -157,7 +157,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -180,7 +180,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/remove.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -206,4 +206,4 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/update.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/update.ts)_ diff --git a/lerna.json b/lerna.json index cb131dfcbc..13736927a8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.53.1", + "version": "7.54.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index f1bcc0cbff..e923fec903 100644 --- a/packages/addons-v5/CHANGELOG.md +++ b/packages/addons-v5/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Bug Fixes + +* **addons-v5:** remove co-wait ([360e8bb](https://github.com/heroku/cli/commit/360e8bb4cd6108659b42b0f02636384c0cd66e78)) + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-addons-v5 diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index f9ac67ed92..f460ba298e 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.53.0", + "version": "7.54.0", "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 caf8b44329..3befeaed52 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-v5/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Bug Fixes + +* **apps-v5:** get pipeline stage from `pipeline_coupling` ([fbb68c1](https://github.com/heroku/cli/commit/fbb68c1de00cae64f07e2324c3fcb097ca6016a4)) +* **apps-v5:** Improve UX of stack:set command output ([#1771](https://github.com/heroku/cli/issues/1771)) ([2949f1d](https://github.com/heroku/cli/commit/2949f1dc1447bf145656f489bb81eadc3044d54f)) + + +### Features + +* **ps-v5:** Add total dynos table to ps:type output ([8bb3569](https://github.com/heroku/cli/commit/8bb3569865adb41c5aeaca08b8ae0f1fd61e1629)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package @heroku-cli/plugin-apps-v5 diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md index fc15a9c0ae..68c37d692c 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -14,7 +14,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5 $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-apps-v5/7.53.1 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-apps-v5/7.54.0 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 fa5d38dcd1..eafb234098 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.53.1", + "version": "7.54.0", "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 8392401e0f..5a7b5c643b 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.54.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + # [7.53.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-apps diff --git a/packages/apps/README.md b/packages/apps/README.md index 095142fa60..3647e4179b 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.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-apps/7.54.0 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.53.0/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/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.53.0/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.54.0/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index e1eafdd35f..fb077b4969 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "7.53.0", + "version": "7.54.0", "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 7b9a565b5d..f7781f3aa3 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Features + +* **auth:** Update auth:2fa:disable ([57e1d00](https://github.com/heroku/cli/commit/57e1d00e9de9a65fd12efedb17e67ac79abdbcff)), closes [/salesforce.quip.com/JYsuAbKPJa0W#UaWABAZB3C9](https://github.com//salesforce.quip.com/JYsuAbKPJa0W/issues/UaWABAZB3C9) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package @heroku-cli/plugin-auth diff --git a/packages/auth/README.md b/packages/auth/README.md index 5ff0adf2e9..4c14589ab5 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -35,7 +35,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -53,7 +53,7 @@ EXAMPLES $ heroku auth:2fa:disable ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -72,7 +72,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -86,7 +86,7 @@ ALIASES $ heroku logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -104,7 +104,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -118,7 +118,7 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/auth/whoami.ts)_ ## `heroku labs:disable [FEATURE]` @@ -134,5 +134,5 @@ OPTIONS --confirm=confirm ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.53.1/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/auth/src/commands/labs/disable.ts)_ diff --git a/packages/auth/package.json b/packages/auth/package.json index dc5543380c..bdf0162c54 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.53.1", + "version": "7.54.0", "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 2b6b0f62a0..454762fbe2 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-autocomplete diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 19655fb842..d41de24fa6 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "7.53.0", + "version": "7.54.0", "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 56ba49bf6d..e98edb34c1 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-buildpacks diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index f4403e65fd..d37716e9e5 100644 --- a/packages/buildpacks/README.md +++ b/packages/buildpacks/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-buildpacks $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-buildpacks/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-buildpacks/7.54.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -54,7 +54,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.53.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -73,7 +73,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.53.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -88,7 +88,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.53.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -102,7 +102,7 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -121,7 +121,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.53.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -140,7 +140,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.53.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -157,7 +157,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.53.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -171,5 +171,5 @@ ARGUMENTS BUILDPACK namespace/name of the buildpack ``` -_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index 7b2d861842..443257ade9 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "7.53.0", + "version": "7.54.0", "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 1656369231..8789a62f8a 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-v5/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Bug Fixes + +* **certs-v5:** remove co-wait ([411d7e8](https://github.com/heroku/cli/commit/411d7e8cb2791f5b236b796f5bd62f4c4d40b64a)) + + +### Features + +* **certs-v5:** Remove old --domains flag from certs:add ([#1781](https://github.com/heroku/cli/issues/1781)) ([12115d0](https://github.com/heroku/cli/commit/12115d0897ba89ed5984c8e1e0bfca09ff8763bb)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package @heroku-cli/plugin-certs-v5 diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index 0961d3c643..62c036599d 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -32,7 +32,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -58,7 +58,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.53.1/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -73,7 +73,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.53.1/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -88,7 +88,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.53.1/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -103,7 +103,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.53.1/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -118,7 +118,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.53.1/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -133,7 +133,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -165,7 +165,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -183,7 +183,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -205,7 +205,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -222,7 +222,7 @@ OPTIONS --name=name name to remove ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.53.1/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -249,5 +249,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.53.1/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.54.0/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index 6cae63e954..1be4932423 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.53.1", + "version": "7.54.0", "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 34c930ccfb..61d99210eb 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-certs + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-certs diff --git a/packages/certs/README.md b/packages/certs/README.md index b7e8776135..4ed9a5ef24 100644 --- a/packages/certs/README.md +++ b/packages/certs/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-certs $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) -@heroku-cli/plugin-certs/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-certs/7.54.0 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 70f058d085..644cfe68f4 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "7.53.0", + "version": "7.54.0", "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 29b80800d8..1b3198f746 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-v5/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Bug Fixes + +* **ci-v5:** remove co-wait ([f1e0a08](https://github.com/heroku/cli/commit/f1e0a0865277e13aaa533db9c943130860b8106a)) + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-ci-v5 diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index d98553e262..a1194527d5 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.53.0", + "version": "7.54.0", "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.53.0", + "@heroku-cli/plugin-run-v5": "^7.54.0", "ansi-escapes": "3.2.0", "bluebird": "^3.5.3", "github-url-to-object": "^4.0.4", diff --git a/packages/ci/CHANGELOG.md b/packages/ci/CHANGELOG.md index 7d49c36857..8e55063dce 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-ci + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-ci diff --git a/packages/ci/README.md b/packages/ci/README.md index 63c4f44753..814d6c1586 100644 --- a/packages/ci/README.md +++ b/packages/ci/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-ci $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-ci/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-ci/7.54.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -56,7 +56,7 @@ EXAMPLE $ heroku ci --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:info TEST-RUN` @@ -75,7 +75,7 @@ EXAMPLE $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -94,7 +94,7 @@ EXAMPLE $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -112,7 +112,7 @@ EXAMPLE $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -130,7 +130,7 @@ EXAMPLE $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ci/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.54.0/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 197dc8be76..5249b6293b 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.53.0", + "version": "7.54.0", "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 86988defaf..6860b4f8ce 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Features + +* upgrade node to 12.21.0 ([fb27477](https://github.com/heroku/cli/commit/fb274776ea5ed28d31cb8a53e6cfb6819e6ef4a9)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index bea737483e..2c8e5878a5 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.53.1", + "version": "7.54.0", "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.53.0", - "@heroku-cli/plugin-apps": "^7.53.0", - "@heroku-cli/plugin-apps-v5": "^7.53.1", - "@heroku-cli/plugin-auth": "^7.53.1", - "@heroku-cli/plugin-autocomplete": "^7.53.0", - "@heroku-cli/plugin-buildpacks": "^7.53.0", - "@heroku-cli/plugin-certs": "^7.53.0", - "@heroku-cli/plugin-certs-v5": "^7.53.1", - "@heroku-cli/plugin-ci": "^7.53.0", - "@heroku-cli/plugin-ci-v5": "^7.53.0", - "@heroku-cli/plugin-config": "^7.53.0", - "@heroku-cli/plugin-container-registry-v5": "^7.53.0", - "@heroku-cli/plugin-git": "^7.53.0", - "@heroku-cli/plugin-local": "^7.53.0", - "@heroku-cli/plugin-oauth-v5": "^7.53.0", - "@heroku-cli/plugin-orgs-v5": "^7.53.0", - "@heroku-cli/plugin-pg-v5": "^7.53.1", - "@heroku-cli/plugin-pipelines": "^7.53.0", - "@heroku-cli/plugin-ps": "^7.53.0", + "@heroku-cli/plugin-addons-v5": "^7.54.0", + "@heroku-cli/plugin-apps": "^7.54.0", + "@heroku-cli/plugin-apps-v5": "^7.54.0", + "@heroku-cli/plugin-auth": "^7.54.0", + "@heroku-cli/plugin-autocomplete": "^7.54.0", + "@heroku-cli/plugin-buildpacks": "^7.54.0", + "@heroku-cli/plugin-certs": "^7.54.0", + "@heroku-cli/plugin-certs-v5": "^7.54.0", + "@heroku-cli/plugin-ci": "^7.54.0", + "@heroku-cli/plugin-ci-v5": "^7.54.0", + "@heroku-cli/plugin-config": "^7.54.0", + "@heroku-cli/plugin-container-registry-v5": "^7.54.0", + "@heroku-cli/plugin-git": "^7.54.0", + "@heroku-cli/plugin-local": "^7.54.0", + "@heroku-cli/plugin-oauth-v5": "^7.54.0", + "@heroku-cli/plugin-orgs-v5": "^7.54.0", + "@heroku-cli/plugin-pg-v5": "^7.54.0", + "@heroku-cli/plugin-pipelines": "^7.54.0", + "@heroku-cli/plugin-ps": "^7.54.0", "@heroku-cli/plugin-ps-exec": "2.3.8", - "@heroku-cli/plugin-redis-v5": "^7.53.1", - "@heroku-cli/plugin-run": "^7.53.0", - "@heroku-cli/plugin-spaces": "^7.49.0", - "@heroku-cli/plugin-status": "^7.53.0", - "@heroku-cli/plugin-webhooks": "^7.53.0", + "@heroku-cli/plugin-redis-v5": "^7.54.0", + "@heroku-cli/plugin-run": "^7.54.0", + "@heroku-cli/plugin-spaces": "^7.54.0", + "@heroku-cli/plugin-status": "^7.54.0", + "@heroku-cli/plugin-webhooks": "^7.54.0", "@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 2f461a6ca6..43c438c631 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-config + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-config diff --git a/packages/config/README.md b/packages/config/README.md index 3025b7ca3c..7c20c272b7 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-config $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-config/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-config/7.54.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -49,7 +49,7 @@ OPTIONS -s, --shell output config vars in shell format ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -81,7 +81,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -101,7 +101,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/get.ts)_ ## `heroku config:unset` @@ -125,5 +125,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.53.0/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index 93cbe4df51..49fdde1c3d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "7.53.0", + "version": "7.54.0", "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 a499da2f7a..299215f0d2 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json index ebce89bd3d..22f128da31 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.53.0", + "version": "7.54.0", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index 9271222217..aa98e5a272 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-git diff --git a/packages/git/README.md b/packages/git/README.md index 936aa6f789..9f937d70b9 100644 --- a/packages/git/README.md +++ b/packages/git/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-git $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) -@heroku-cli/plugin-git/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-git/7.54.0 darwin-x64 node-v12.18.4 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -55,7 +55,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/git/src/commands/git/clone.ts)_ ## `oclif-example git:remote` @@ -81,5 +81,5 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index ebe96d4919..ffe4d23b18 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.53.0", + "version": "7.54.0", "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 9b7296f8e2..b1b06f96ed 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-local + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-local diff --git a/packages/local/README.md b/packages/local/README.md index 07c7e3b442..dbe1f7162d 100644 --- a/packages/local/README.md +++ b/packages/local/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-local $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-local/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-local/7.54.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -60,7 +60,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/index.ts)_ ## `heroku local:run` @@ -78,7 +78,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/run.ts)_ ## `heroku local:version` @@ -89,5 +89,5 @@ USAGE $ heroku local:version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/local/version.ts)_ diff --git a/packages/local/package.json b/packages/local/package.json index fa2192b307..2490fa5399 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.53.0", + "version": "7.54.0", "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 a40fdae3ee..a0c42b8a85 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 diff --git a/packages/oauth-v5/README.md b/packages/oauth-v5/README.md index 5082c171ba..c1a98bb174 100644 --- a/packages/oauth-v5/README.md +++ b/packages/oauth-v5/README.md @@ -148,7 +148,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -169,7 +169,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.53.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -183,7 +183,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -197,7 +197,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -208,7 +208,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -224,7 +224,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.53.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ ## `heroku clients` @@ -238,7 +238,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -253,7 +253,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -264,7 +264,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -279,7 +279,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -294,7 +294,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -309,7 +309,7 @@ OPTIONS --url=url change the client redirect URL ``` -_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/clients/update.js)_ ## `heroku sessions` @@ -323,7 +323,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -334,5 +334,5 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.53.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.54.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json index 7190407662..7fe5ce204d 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.53.0", + "version": "7.54.0", "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 70e3dc1062..68b37ee411 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-oauth diff --git a/packages/oauth/README.md b/packages/oauth/README.md index 3d00a2078e..928d684cc6 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.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-oauth/7.54.0 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.53.0/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/sessions/destroy.ts)_ diff --git a/packages/oauth/package.json b/packages/oauth/package.json index fa8980e819..77dc6490f6 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.53.0", + "version": "7.54.0", "author": "Taylor Mock @tmock12", "bin": { "heroku": "./bin/run" diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index e71c178131..0f27e2ae45 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index bdd86bd262..dff1755ed4 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.53.0", + "version": "7.54.0", "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 7cc7069a98..34c58e726a 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Bug Fixes + +* **pg-v5:** remove co-wait ([85ea0c2](https://github.com/heroku/cli/commit/85ea0c2c9113b0b53c87d6925b5fb3e8220a7f74)) + + +### Features + +* **pg-v5:** add burst checks, json output to diagnose ([c9c6f97](https://github.com/heroku/cli/commit/c9c6f979680bf79ea5dd1bf3cdfdde41b6da702b)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package @heroku-cli/plugin-pg-v5 diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index 7c4bf6f8fe..c92d4b8e9c 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.53.1", + "version": "7.54.0", "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 b046219e27..1a4eff0d23 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index f3c7d28fb6..79415241f2 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.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-pipelines/7.54.0 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.53.0/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index b81e0b2b42..c459c59a19 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.53.0", + "version": "7.54.0", "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 5e22c7a658..56acab104a 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-ps + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-ps diff --git a/packages/ps/README.md b/packages/ps/README.md index e7b290bdb9..808e41f6bd 100644 --- a/packages/ps/README.md +++ b/packages/ps/README.md @@ -32,7 +32,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.53.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -51,7 +51,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:wait` @@ -71,7 +71,7 @@ OPTIONS limits) ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/ps/wait.ts)_ ## `heroku regions` @@ -87,5 +87,5 @@ OPTIONS --private show regions for private spaces ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/ps/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/ps/src/commands/regions.ts)_ diff --git a/packages/ps/package.json b/packages/ps/package.json index dcf9968616..66289d7d80 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.53.0", + "version": "7.54.0", "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 67b35769bb..c795cec2fc 100644 --- a/packages/redis-v5/CHANGELOG.md +++ b/packages/redis-v5/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + + +### Features + +* **redis-v5:** add JSON output to redis:info ([ddd2bba](https://github.com/heroku/cli/commit/ddd2bbae2102945ffdb293d3900f8aae925d022d)) +* **redis-v5:** exit if trying to use redis:cli with shield plan ([01b9030](https://github.com/heroku/cli/commit/01b9030435e457749d7ffa28883d758a5145c5fc)) + + + + + ## [7.53.1](https://github.com/heroku/cli/compare/v7.53.0...v7.53.1) (2021-05-05) **Note:** Version bump only for package @heroku-cli/plugin-redis-v5 diff --git a/packages/redis-v5/package.json b/packages/redis-v5/package.json index 74dd0b62ed..cb38bf50dc 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.53.1", + "version": "7.54.0", "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 b0752da321..b5451bbb98 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-run-v5 + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-run-v5 diff --git a/packages/run-v5/README.md b/packages/run-v5/README.md index 63e780f940..e3f8ff1f2d 100644 --- a/packages/run-v5/README.md +++ b/packages/run-v5/README.md @@ -36,7 +36,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.53.0/packages/run-v5/commands/logs.js)_ +_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/logs.js)_ ## `heroku run` @@ -68,7 +68,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.53.0/packages/run-v5/commands/run.js)_ +_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/run.js)_ ## `heroku run:detached` @@ -92,5 +92,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.53.0/packages/run-v5/commands/run/detached.js)_ +_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/run/detached.js)_ diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json index 243f6011a5..5dcbb029d6 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.53.0", + "version": "7.54.0", "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 11983bcf51..66c16b03ba 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-run + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-run diff --git a/packages/run/README.md b/packages/run/README.md index f9b148ca21..f535542ed5 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.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-run/7.54.0 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.53.0/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.54.0/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.53.0/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/detached.ts)_ diff --git a/packages/run/package.json b/packages/run/package.json index 081f0e7be1..11514982be 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "7.53.0", + "version": "7.54.0", "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 d92abd03a0..ff6373500e 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-spaces + + + + + # [7.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) **Note:** Version bump only for package @heroku-cli/plugin-spaces diff --git a/packages/spaces/package.json b/packages/spaces/package.json index 1ec5b4abc5..a6fa9d869a 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.49.0", + "version": "7.54.0", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index c2bdb07209..f6b84509db 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-status diff --git a/packages/status/README.md b/packages/status/README.md index 109a57a138..df5af8a595 100644 --- a/packages/status/README.md +++ b/packages/status/README.md @@ -59,7 +59,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.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-status/7.54.0 darwin-x64 node-v12.18.4 $ @heroku-cli/plugin-status --help [COMMAND] USAGE $ @heroku-cli/plugin-status COMMAND @@ -81,5 +81,5 @@ OPTIONS --json output in json format ``` -_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.53.0/packages/status/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.54.0/packages/status/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index 859ae69d01..97815f8880 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.53.0", + "version": "7.54.0", "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 0432513567..cb5ada58ff 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.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + # [7.53.0](https://github.com/heroku/cli/compare/v7.52.0...v7.53.0) (2021-04-27) **Note:** Version bump only for package @heroku-cli/plugin-webhooks diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index e70a3a2671..233c928ca3 100644 --- a/packages/webhooks/README.md +++ b/packages/webhooks/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-webhooks $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-webhooks/7.53.0 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-webhooks/7.54.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -56,7 +56,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -79,7 +79,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.53.0/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -98,7 +98,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -116,7 +116,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.53.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -134,7 +134,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -152,7 +152,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.53.0/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -170,7 +170,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -191,7 +191,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -215,5 +215,5 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.53.0/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 6623ba717d..28cfac208c 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.53.0", + "version": "7.54.0", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {