From 1aaf605af1246a7aff14d7ac94794d5913f55a84 Mon Sep 17 00:00:00 2001 From: Katy Bowman Date: Thu, 5 Dec 2024 16:06:00 -0500 Subject: [PATCH] v9.5.1 (#3127) --- CHANGELOG.md | 11 ++++ docs/access.md | 8 +-- docs/addons.md | 26 ++++----- docs/apps.md | 34 +++++------ docs/auth.md | 12 ++-- docs/authorizations.md | 12 ++-- docs/autocomplete.md | 2 +- docs/buildpacks.md | 16 +++--- docs/certs.md | 20 +++---- docs/ci.md | 24 ++++---- docs/clients.md | 12 ++-- docs/config.md | 10 ++-- docs/container.md | 16 +++--- docs/domains.md | 14 ++--- docs/drains.md | 6 +- docs/features.md | 8 +-- docs/git.md | 6 +- docs/keys.md | 8 +-- docs/labs.md | 8 +-- docs/local.md | 6 +- docs/logs.md | 2 +- docs/maintenance.md | 6 +- docs/members.md | 8 +-- docs/notifications.md | 2 +- docs/orgs.md | 4 +- docs/pg.md | 118 +++++++++++++++++++------------------- docs/pipelines.md | 28 ++++----- docs/ps.md | 16 +++--- docs/redis.md | 22 +++---- docs/regions.md | 2 +- docs/releases.md | 8 +-- docs/reviewapps.md | 4 +- docs/run.md | 4 +- docs/sessions.md | 4 +- docs/spaces.md | 46 +++++++-------- docs/status.md | 2 +- docs/teams.md | 2 +- docs/webhooks.md | 18 +++--- lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 ++++ packages/cli/package.json | 2 +- 41 files changed, 296 insertions(+), 274 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd80433d5..e0d5de88de 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. +## [9.5.1](https://github.com/heroku/cli/compare/v9.5.0...v9.5.1) (2024-12-05) + + +### Bug Fixes + +* **git:remote:** update example text to reflect staging app ([#3095](https://github.com/heroku/cli/issues/3095)) ([d4ce1ba](https://github.com/heroku/cli/commit/d4ce1ba422539a8a6a029eca4413700535327785)) + + + + + # [9.5.0](https://github.com/heroku/cli/compare/v9.4.0...v9.5.0) (2024-11-13) diff --git a/docs/access.md b/docs/access.md index ca67782fa7..4cce241ede 100644 --- a/docs/access.md +++ b/docs/access.md @@ -25,7 +25,7 @@ DESCRIPTION list who has access to an app ``` -_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/index.ts)_ +_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/access/index.ts)_ ## `heroku access:add EMAIL` @@ -52,7 +52,7 @@ EXAMPLES $ heroku access:add user@email.com --app APP --permissions deploy,manage,operate # permissions must be comma separated ``` -_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/add.ts)_ +_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/access/add.ts)_ ## `heroku access:remove` @@ -73,7 +73,7 @@ EXAMPLES $ heroku access:remove user@email.com --app APP ``` -_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/remove.ts)_ +_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/access/remove.ts)_ ## `heroku access:update EMAIL` @@ -95,4 +95,4 @@ DESCRIPTION update existing collaborators on an team app ``` -_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/update.ts)_ +_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/access/update.ts)_ diff --git a/docs/addons.md b/docs/addons.md index 43684f402a..11af679036 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -47,7 +47,7 @@ EXAMPLES $ heroku addons --app acme-inc-www ``` -_See code: [src/commands/addons/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/index.ts)_ +_See code: [src/commands/addons/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/index.ts)_ ## `heroku addons:attach ADDON_NAME` @@ -72,7 +72,7 @@ DESCRIPTION attach an existing add-on resource to an app ``` -_See code: [src/commands/addons/attach.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/attach.ts)_ +_See code: [src/commands/addons/attach.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/attach.ts)_ ## `heroku addons:create SERVICE:PLAN` @@ -107,7 +107,7 @@ EXAMPLES $heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE ``` -_See code: [src/commands/addons/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/create.ts)_ +_See code: [src/commands/addons/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/create.ts)_ ## `heroku addons:destroy ADDONNAME` @@ -134,7 +134,7 @@ EXAMPLES addons:destroy [ADDON]... [flags] ``` -_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/destroy.ts)_ +_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/destroy.ts)_ ## `heroku addons:detach ATTACHMENT_NAME` @@ -155,7 +155,7 @@ DESCRIPTION detach an existing add-on resource from an app ``` -_See code: [src/commands/addons/detach.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/detach.ts)_ +_See code: [src/commands/addons/detach.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/detach.ts)_ ## `heroku addons:docs ADDON` @@ -177,7 +177,7 @@ DESCRIPTION open an add-on's Dev Center documentation in your browser ``` -_See code: [src/commands/addons/docs.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/docs.ts)_ +_See code: [src/commands/addons/docs.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/docs.ts)_ ## `heroku addons:downgrade ADDON [PLAN]` @@ -234,7 +234,7 @@ DESCRIPTION show detailed add-on resource and attachment information ``` -_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/info.ts)_ +_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/info.ts)_ ## `heroku addons:open ADDON` @@ -256,7 +256,7 @@ DESCRIPTION open an add-on's dashboard in your browser ``` -_See code: [src/commands/addons/open.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/open.ts)_ +_See code: [src/commands/addons/open.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/open.ts)_ ## `heroku addons:plans SERVICE` @@ -276,7 +276,7 @@ DESCRIPTION list all available plans for an add-on service ``` -_See code: [src/commands/addons/plans.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/plans.ts)_ +_See code: [src/commands/addons/plans.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/plans.ts)_ ## `heroku addons:rename ADDON_NAME NEW_NAME` @@ -294,7 +294,7 @@ DESCRIPTION rename an add-on ``` -_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/rename.ts)_ +_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/rename.ts)_ ## `heroku addons:services` @@ -311,7 +311,7 @@ DESCRIPTION list all available add-on services ``` -_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/services.ts)_ +_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/services.ts)_ ## `heroku addons:upgrade ADDON [PLAN]` @@ -349,7 +349,7 @@ EXAMPLES $ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2 ``` -_See code: [src/commands/addons/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/upgrade.ts)_ +_See code: [src/commands/addons/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/upgrade.ts)_ ## `heroku addons:wait [ADDON]` @@ -371,4 +371,4 @@ DESCRIPTION show provisioning status of the add-ons on the app ``` -_See code: [src/commands/addons/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/addons/wait.ts)_ +_See code: [src/commands/addons/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/addons/wait.ts)_ diff --git a/docs/apps.md b/docs/apps.md index 37148b59b1..1a3964be89 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -43,7 +43,7 @@ EXAMPLES $ heroku apps ``` -_See code: [src/commands/apps/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/index.ts)_ +_See code: [src/commands/apps/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/index.ts)_ ## `heroku apps:create [APP]` @@ -89,7 +89,7 @@ EXAMPLES $ heroku apps:create --region eu ``` -_See code: [src/commands/apps/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/create.ts)_ ## `heroku apps:destroy` @@ -108,7 +108,7 @@ DESCRIPTION permanently destroy an app ``` -_See code: [src/commands/apps/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/destroy.ts)_ +_See code: [src/commands/apps/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/destroy.ts)_ ## `heroku apps:errors` @@ -130,7 +130,7 @@ DESCRIPTION view app errors ``` -_See code: [src/commands/apps/errors.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/errors.ts)_ +_See code: [src/commands/apps/errors.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/errors.ts)_ ## `heroku apps:favorites` @@ -147,7 +147,7 @@ DESCRIPTION list favorited apps ``` -_See code: [src/commands/apps/favorites/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/favorites/index.ts)_ +_See code: [src/commands/apps/favorites/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/favorites/index.ts)_ ## `heroku apps:favorites:add` @@ -165,7 +165,7 @@ DESCRIPTION favorites an app ``` -_See code: [src/commands/apps/favorites/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/favorites/add.ts)_ +_See code: [src/commands/apps/favorites/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/favorites/add.ts)_ ## `heroku apps:favorites:remove` @@ -183,7 +183,7 @@ DESCRIPTION unfavorites an app ``` -_See code: [src/commands/apps/favorites/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/favorites/remove.ts)_ +_See code: [src/commands/apps/favorites/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/favorites/remove.ts)_ ## `heroku apps:info` @@ -208,7 +208,7 @@ EXAMPLES $ heroku apps:info --shell ``` -_See code: [src/commands/apps/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/info.ts)_ +_See code: [src/commands/apps/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/info.ts)_ ## `heroku apps:join` @@ -229,7 +229,7 @@ ALIASES $ heroku join ``` -_See code: [src/commands/apps/join.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/join.ts)_ +_See code: [src/commands/apps/join.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/join.ts)_ ## `heroku apps:leave` @@ -253,7 +253,7 @@ EXAMPLES $ heroku apps:leave -a APP ``` -_See code: [src/commands/apps/leave.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/leave.ts)_ +_See code: [src/commands/apps/leave.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/leave.ts)_ ## `heroku apps:lock` @@ -274,7 +274,7 @@ ALIASES $ heroku lock ``` -_See code: [src/commands/apps/lock.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/lock.ts)_ +_See code: [src/commands/apps/lock.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/lock.ts)_ ## `heroku apps:open [PATH]` @@ -300,7 +300,7 @@ EXAMPLES $ heroku open -a myapp /foo ``` -_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/open.ts)_ +_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/open.ts)_ ## `heroku apps:rename NEWNAME` @@ -324,7 +324,7 @@ EXAMPLES $ heroku apps:rename --app oldname newname ``` -_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/rename.ts)_ +_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/rename.ts)_ ## `heroku apps:stacks` @@ -342,7 +342,7 @@ DESCRIPTION show the list of available stacks ``` -_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/stacks/index.ts)_ +_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/stacks/index.ts)_ ## `heroku apps:stacks:set STACK` @@ -369,7 +369,7 @@ EXAMPLES Run git push heroku main to trigger a new build on myapp. ``` -_See code: [src/commands/apps/stacks/set.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/stacks/set.ts)_ +_See code: [src/commands/apps/stacks/set.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/stacks/set.ts)_ ## `heroku apps:transfer RECIPIENT` @@ -400,7 +400,7 @@ EXAMPLES ... ``` -_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/transfer.ts)_ +_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/transfer.ts)_ ## `heroku apps:unlock` @@ -421,4 +421,4 @@ ALIASES $ heroku unlock ``` -_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/apps/unlock.ts)_ +_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/apps/unlock.ts)_ diff --git a/docs/auth.md b/docs/auth.md index ca3856bd99..209fa066df 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -26,7 +26,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -47,7 +47,7 @@ EXAMPLES $ heroku auth:2fa:disable ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -69,7 +69,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/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/v9.5.0/packages/cli/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -105,7 +105,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -122,4 +122,4 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/auth/whoami.ts)_ diff --git a/docs/authorizations.md b/docs/authorizations.md index 80c5755d9d..8820ec93ac 100644 --- a/docs/authorizations.md +++ b/docs/authorizations.md @@ -29,7 +29,7 @@ EXAMPLES $ heroku authorizations ``` -_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/index.ts)_ ## `heroku authorizations:create` @@ -53,7 +53,7 @@ EXAMPLES $ heroku authorizations:create --description "For use with Anvil" ``` -_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/create.ts)_ ## `heroku authorizations:destroy ID` @@ -95,7 +95,7 @@ DESCRIPTION show an existing OAuth authorization ``` -_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/info.ts)_ ## `heroku authorizations:revoke ID` @@ -119,7 +119,7 @@ EXAMPLES $ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb ``` -_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/revoke.ts)_ ## `heroku authorizations:rotate ID` @@ -136,7 +136,7 @@ DESCRIPTION updates an OAuth authorization token ``` -_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/rotate.ts)_ ## `heroku authorizations:update ID` @@ -158,4 +158,4 @@ DESCRIPTION updates an OAuth authorization ``` -_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/authorizations/update.ts)_ diff --git a/docs/autocomplete.md b/docs/autocomplete.md index 71453f3453..5e6b5b0f47 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -32,4 +32,4 @@ EXAMPLES $ heroku autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/autocomplete/index.ts)_ diff --git a/docs/buildpacks.md b/docs/buildpacks.md index 2ff41e35d3..76416942ae 100644 --- a/docs/buildpacks.md +++ b/docs/buildpacks.md @@ -28,7 +28,7 @@ DESCRIPTION display the buildpacks for an app ``` -_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -50,7 +50,7 @@ DESCRIPTION add new app buildpack, inserting into list of buildpacks if necessary ``` -_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -68,7 +68,7 @@ DESCRIPTION clear all buildpacks set on the app ``` -_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -85,7 +85,7 @@ DESCRIPTION fetch info about a buildpack ``` -_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -107,7 +107,7 @@ DESCRIPTION remove a buildpack set on the app ``` -_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -129,7 +129,7 @@ DESCRIPTION search for buildpacks ``` -_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -146,7 +146,7 @@ FLAGS -r, --remote= git remote of app to use ``` -_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -163,4 +163,4 @@ DESCRIPTION list versions of a buildpack ``` -_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/buildpacks/versions.ts)_ diff --git a/docs/certs.md b/docs/certs.md index dae4c8932e..096f5d5300 100644 --- a/docs/certs.md +++ b/docs/certs.md @@ -30,7 +30,7 @@ DESCRIPTION list SSL certificates for an app ``` -_See code: [src/commands/certs/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/index.ts)_ +_See code: [src/commands/certs/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/index.ts)_ ## `heroku certs:add CRT KEY` @@ -60,7 +60,7 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [src/commands/certs/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/add.ts)_ +_See code: [src/commands/certs/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/add.ts)_ ## `heroku certs:auto` @@ -79,7 +79,7 @@ DESCRIPTION show ACM status for an app ``` -_See code: [src/commands/certs/auto/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/auto/index.ts)_ +_See code: [src/commands/certs/auto/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/auto/index.ts)_ ## `heroku certs:auto:disable` @@ -97,7 +97,7 @@ DESCRIPTION disable ACM for an app ``` -_See code: [src/commands/certs/auto/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/auto/disable.ts)_ +_See code: [src/commands/certs/auto/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/auto/disable.ts)_ ## `heroku certs:auto:enable` @@ -116,7 +116,7 @@ DESCRIPTION enable ACM status for an app ``` -_See code: [src/commands/certs/auto/enable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/auto/enable.ts)_ +_See code: [src/commands/certs/auto/enable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/auto/enable.ts)_ ## `heroku certs:auto:refresh` @@ -134,7 +134,7 @@ DESCRIPTION refresh ACM for an app ``` -_See code: [src/commands/certs/auto/refresh.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/auto/refresh.ts)_ +_See code: [src/commands/certs/auto/refresh.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/auto/refresh.ts)_ ## `heroku certs:generate DOMAIN` @@ -164,7 +164,7 @@ DESCRIPTION generate a key and a CSR or self-signed certificate ``` -_See code: [src/commands/certs/generate.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/generate.ts)_ +_See code: [src/commands/certs/generate.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/generate.ts)_ ## `heroku certs:info` @@ -185,7 +185,7 @@ DESCRIPTION show certificate information for an SSL certificate ``` -_See code: [src/commands/certs/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/info.ts)_ +_See code: [src/commands/certs/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/info.ts)_ ## `heroku certs:remove` @@ -205,7 +205,7 @@ DESCRIPTION remove an SSL certificate from an app ``` -_See code: [src/commands/certs/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/remove.ts)_ +_See code: [src/commands/certs/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/remove.ts)_ ## `heroku certs:update CRT KEY` @@ -236,4 +236,4 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [src/commands/certs/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/certs/update.ts)_ +_See code: [src/commands/certs/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/certs/update.ts)_ diff --git a/docs/ci.md b/docs/ci.md index 67802b34ba..58bc7fb4d7 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -38,7 +38,7 @@ EXAMPLES $ heroku ci --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/index.ts)_ ## `heroku ci:config` @@ -62,7 +62,7 @@ EXAMPLES $ heroku ci:config --app murmuring-headland-14719 --json ``` -_See code: [src/commands/ci/config/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/config/index.ts)_ +_See code: [src/commands/ci/config/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/config/index.ts)_ ## `heroku ci:config:get KEY` @@ -90,7 +90,7 @@ EXAMPLES test ``` -_See code: [src/commands/ci/config/get.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/config/get.ts)_ +_See code: [src/commands/ci/config/get.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/config/get.ts)_ ## `heroku ci:config:set` @@ -114,7 +114,7 @@ EXAMPLES RAILS_ENV: test ``` -_See code: [src/commands/ci/config/set.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/config/set.ts)_ +_See code: [src/commands/ci/config/set.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/config/set.ts)_ ## `heroku ci:config:unset` @@ -136,7 +136,7 @@ EXAMPLES $ heroku ci:config:unset RAILS_ENV ``` -_See code: [src/commands/ci/config/unset.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/config/unset.ts)_ +_See code: [src/commands/ci/config/unset.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/config/unset.ts)_ ## `heroku ci:debug` @@ -156,7 +156,7 @@ DESCRIPTION opens an interactive test debugging session with the contents of the current directory ``` -_See code: [src/commands/ci/debug.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/debug.ts)_ +_See code: [src/commands/ci/debug.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/debug.ts)_ ## `heroku ci:info TEST-RUN` @@ -182,7 +182,7 @@ EXAMPLES $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -205,7 +205,7 @@ EXAMPLES $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/last.ts)_ ## `heroku ci:migrate-manifest` @@ -222,7 +222,7 @@ EXAMPLES $ heroku ci:migrate-manifest ``` -_See code: [src/commands/ci/migrate-manifest.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/migrate-manifest.ts)_ +_See code: [src/commands/ci/migrate-manifest.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/migrate-manifest.ts)_ ## `heroku ci:open` @@ -245,7 +245,7 @@ EXAMPLES $ heroku ci:open --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/open.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/open.ts)_ +_See code: [src/commands/ci/open.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/open.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -270,7 +270,7 @@ EXAMPLES $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -292,4 +292,4 @@ EXAMPLES $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ci/run.ts)_ diff --git a/docs/clients.md b/docs/clients.md index 6eb9ea20cc..5f5c5db82d 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -25,7 +25,7 @@ DESCRIPTION list your OAuth clients ``` -_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/index.ts)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -50,7 +50,7 @@ EXAMPLES $ 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/v9.5.0/packages/cli/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/create.ts)_ ## `heroku clients:destroy ID` @@ -67,7 +67,7 @@ DESCRIPTION delete client by ID ``` -_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/destroy.ts)_ ## `heroku clients:info ID` @@ -91,7 +91,7 @@ EXAMPLES $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 ``` -_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/info.ts)_ ## `heroku clients:rotate ID` @@ -112,7 +112,7 @@ DESCRIPTION rotate OAuth client secret ``` -_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/rotate.ts)_ ## `heroku clients:update ID` @@ -136,4 +136,4 @@ EXAMPLES $ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/clients/update.ts)_ diff --git a/docs/config.md b/docs/config.md index c2b50a7173..47efddf5c0 100644 --- a/docs/config.md +++ b/docs/config.md @@ -28,7 +28,7 @@ DESCRIPTION display the config vars for an app ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -64,7 +64,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -90,7 +90,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/config/get.ts)_ ## `heroku config:remove` @@ -143,7 +143,7 @@ EXAMPLES RACK_ENV: staging ``` -_See code: [src/commands/config/set.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/config/set.ts)_ ## `heroku config:unset` @@ -171,4 +171,4 @@ EXAMPLES Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10 ``` -_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/config/unset.ts)_ diff --git a/docs/container.md b/docs/container.md index 450beb47fe..526e46b2cd 100644 --- a/docs/container.md +++ b/docs/container.md @@ -24,7 +24,7 @@ DESCRIPTION Use containers to build and deploy Heroku apps ``` -_See code: [src/commands/container/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/index.ts)_ +_See code: [src/commands/container/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/index.ts)_ ## `heroku container:login` @@ -41,7 +41,7 @@ DESCRIPTION log in to Heroku Container Registry ``` -_See code: [src/commands/container/login.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/login.ts)_ +_See code: [src/commands/container/login.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/login.ts)_ ## `heroku container:logout` @@ -58,7 +58,7 @@ DESCRIPTION log out from Heroku Container Registry ``` -_See code: [src/commands/container/logout.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/logout.ts)_ +_See code: [src/commands/container/logout.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/logout.ts)_ ## `heroku container:pull -a APP [-v] PROCESS_TYPE...` @@ -82,7 +82,7 @@ EXAMPLES $ heroku container:pull web:latest # Pulls the latest tag from the web image ``` -_See code: [src/commands/container/pull.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/pull.ts)_ +_See code: [src/commands/container/pull.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/pull.ts)_ ## `heroku container:push` @@ -117,7 +117,7 @@ EXAMPLES $ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context ``` -_See code: [src/commands/container/push.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/push.ts)_ +_See code: [src/commands/container/push.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/push.ts)_ ## `heroku container:release` @@ -140,7 +140,7 @@ EXAMPLES heroku container:release web worker # Releases the previously pushed web and worker process types ``` -_See code: [src/commands/container/release.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/release.ts)_ +_See code: [src/commands/container/release.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/release.ts)_ ## `heroku container:rm -a APP [-v] PROCESS_TYPE...` @@ -162,7 +162,7 @@ EXAMPLES heroku container:rm web worker # Destroys the web and worker containers ``` -_See code: [src/commands/container/rm.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/rm.ts)_ +_See code: [src/commands/container/rm.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/rm.ts)_ ## `heroku container:run -a APP [-v] PROCESS_TYPE...` @@ -187,4 +187,4 @@ EXAMPLES $ heroku container:pull web:latest # Pulls the latest tag from the web image ``` -_See code: [src/commands/container/run.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/container/run.ts)_ +_See code: [src/commands/container/run.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/container/run.ts)_ diff --git a/docs/domains.md b/docs/domains.md index 93be2dff3b..c26db00673 100644 --- a/docs/domains.md +++ b/docs/domains.md @@ -48,7 +48,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -76,7 +76,7 @@ EXAMPLES $ heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -98,7 +98,7 @@ EXAMPLES $ heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -123,7 +123,7 @@ EXAMPLES $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -148,7 +148,7 @@ EXAMPLES $ heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/remove.ts)_ ## `heroku domains:update HOSTNAME` @@ -174,7 +174,7 @@ EXAMPLES $ heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -196,4 +196,4 @@ DESCRIPTION wait for domain to be active for an app ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/domains/wait.ts)_ diff --git a/docs/drains.md b/docs/drains.md index 24465b5281..265377e9ae 100644 --- a/docs/drains.md +++ b/docs/drains.md @@ -26,7 +26,7 @@ DESCRIPTION display the log drains of an app ``` -_See code: [src/commands/drains/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/drains/index.ts)_ +_See code: [src/commands/drains/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/drains/index.ts)_ ## `heroku drains:add URL` @@ -47,7 +47,7 @@ DESCRIPTION adds a log drain to an app ``` -_See code: [src/commands/drains/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/drains/add.ts)_ +_See code: [src/commands/drains/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/drains/add.ts)_ ## `heroku drains:get` @@ -90,7 +90,7 @@ EXAMPLES drains:remove [URL|TOKEN] ``` -_See code: [src/commands/drains/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/drains/remove.ts)_ +_See code: [src/commands/drains/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/drains/remove.ts)_ ## `heroku drains:set URL` diff --git a/docs/features.md b/docs/features.md index 242a9de8d9..97eec814e6 100644 --- a/docs/features.md +++ b/docs/features.md @@ -25,7 +25,7 @@ DESCRIPTION list available app features ``` -_See code: [src/commands/features/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/features/index.ts)_ +_See code: [src/commands/features/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/features/index.ts)_ ## `heroku features:disable FEATURE` @@ -46,7 +46,7 @@ DESCRIPTION disables an app feature ``` -_See code: [src/commands/features/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/features/disable.ts)_ +_See code: [src/commands/features/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/features/disable.ts)_ ## `heroku features:enable FEATURE` @@ -67,7 +67,7 @@ DESCRIPTION enables an app feature ``` -_See code: [src/commands/features/enable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/features/enable.ts)_ +_See code: [src/commands/features/enable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/features/enable.ts)_ ## `heroku features:info FEATURE` @@ -89,4 +89,4 @@ DESCRIPTION display information about a feature ``` -_See code: [src/commands/features/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/features/info.ts)_ +_See code: [src/commands/features/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/features/info.ts)_ diff --git a/docs/git.md b/docs/git.md index c1aa369c0e..e826df6c4f 100644 --- a/docs/git.md +++ b/docs/git.md @@ -31,7 +31,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/git/clone.ts)_ ## `heroku git:remote` @@ -54,7 +54,7 @@ EXAMPLES # set git remote heroku to https://git.heroku.com/example.git $ heroku git:remote -a example # set git remote heroku-staging to https://git.heroku.com/example.git - $ heroku git:remote --remote heroku-staging -a example + $ heroku git:remote --remote heroku-staging -a example-staging ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/git/remote.ts)_ diff --git a/docs/keys.md b/docs/keys.md index 2751b345a4..ac96ac03a1 100644 --- a/docs/keys.md +++ b/docs/keys.md @@ -24,7 +24,7 @@ DESCRIPTION display your SSH keys ``` -_See code: [src/commands/keys/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/keys/index.ts)_ +_See code: [src/commands/keys/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/keys/index.ts)_ ## `heroku keys:add [KEY]` @@ -53,7 +53,7 @@ EXAMPLES Uploading SSH public key /my/key.pub... done ``` -_See code: [src/commands/keys/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/keys/add.ts)_ +_See code: [src/commands/keys/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/keys/add.ts)_ ## `heroku keys:clear` @@ -67,7 +67,7 @@ DESCRIPTION remove all SSH keys for current user ``` -_See code: [src/commands/keys/clear.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/keys/clear.ts)_ +_See code: [src/commands/keys/clear.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/keys/clear.ts)_ ## `heroku keys:remove KEY` @@ -88,4 +88,4 @@ EXAMPLES Removing email@example.com SSH key... done ``` -_See code: [src/commands/keys/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/keys/remove.ts)_ +_See code: [src/commands/keys/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/keys/remove.ts)_ diff --git a/docs/labs.md b/docs/labs.md index 7680000c59..fdb79ba824 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -25,7 +25,7 @@ DESCRIPTION list experimental features ``` -_See code: [src/commands/labs/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/labs/index.ts)_ +_See code: [src/commands/labs/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/labs/index.ts)_ ## `heroku labs:disable FEATURE` @@ -47,7 +47,7 @@ DESCRIPTION disables an experimental feature ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/labs/disable.ts)_ ## `heroku labs:enable FEATURE` @@ -68,7 +68,7 @@ DESCRIPTION enables an experimental feature ``` -_See code: [src/commands/labs/enable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/labs/enable.ts)_ +_See code: [src/commands/labs/enable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/labs/enable.ts)_ ## `heroku labs:info FEATURE` @@ -90,4 +90,4 @@ DESCRIPTION show feature info ``` -_See code: [src/commands/labs/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/labs/info.ts)_ +_See code: [src/commands/labs/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/labs/info.ts)_ diff --git a/docs/local.md b/docs/local.md index 94504e235c..1c66dac69f 100644 --- a/docs/local.md +++ b/docs/local.md @@ -38,7 +38,7 @@ EXAMPLES $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/local/index.ts)_ ## `heroku local:run` @@ -59,7 +59,7 @@ EXAMPLES $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/local/run.ts)_ ## `heroku local:start [PROCESSNAME]` @@ -103,4 +103,4 @@ DESCRIPTION display node-foreman version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/local/version.ts)_ diff --git a/docs/logs.md b/docs/logs.md index 142800a459..25075f0c52 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -36,4 +36,4 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/logs.ts)_ diff --git a/docs/maintenance.md b/docs/maintenance.md index 4f49976050..7d62244892 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -23,7 +23,7 @@ DESCRIPTION display the current maintenance status of app ``` -_See code: [src/commands/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/maintenance/index.ts)_ +_See code: [src/commands/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/maintenance/index.ts)_ ## `heroku maintenance:off` @@ -41,7 +41,7 @@ DESCRIPTION take the app out of maintenance mode ``` -_See code: [src/commands/maintenance/off.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/maintenance/off.ts)_ +_See code: [src/commands/maintenance/off.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/maintenance/off.ts)_ ## `heroku maintenance:on` @@ -59,4 +59,4 @@ DESCRIPTION put the app into maintenance mode ``` -_See code: [src/commands/maintenance/on.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/maintenance/on.ts)_ +_See code: [src/commands/maintenance/on.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/maintenance/on.ts)_ diff --git a/docs/members.md b/docs/members.md index 352174a61a..d2a5c0eb99 100644 --- a/docs/members.md +++ b/docs/members.md @@ -26,7 +26,7 @@ DESCRIPTION list members of a team ``` -_See code: [src/commands/members/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/members/index.ts)_ +_See code: [src/commands/members/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/members/index.ts)_ ## `heroku members:add EMAIL` @@ -47,7 +47,7 @@ DESCRIPTION adds a user to a team ``` -_See code: [src/commands/members/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/members/add.ts)_ +_See code: [src/commands/members/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/members/add.ts)_ ## `heroku members:remove` @@ -64,7 +64,7 @@ DESCRIPTION removes a user from a team ``` -_See code: [src/commands/members/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/members/remove.ts)_ +_See code: [src/commands/members/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/members/remove.ts)_ ## `heroku members:set` @@ -82,4 +82,4 @@ DESCRIPTION sets a members role in a team ``` -_See code: [src/commands/members/set.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/members/set.ts)_ +_See code: [src/commands/members/set.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/members/set.ts)_ diff --git a/docs/notifications.md b/docs/notifications.md index cd96b2c6fe..431551c946 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -24,4 +24,4 @@ DESCRIPTION display notifications ``` -_See code: [src/commands/notifications/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/notifications/index.ts)_ +_See code: [src/commands/notifications/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/notifications/index.ts)_ diff --git a/docs/orgs.md b/docs/orgs.md index 939032d1df..018617381f 100644 --- a/docs/orgs.md +++ b/docs/orgs.md @@ -22,7 +22,7 @@ DESCRIPTION list the teams that you are a member of ``` -_See code: [src/commands/orgs/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/orgs/index.ts)_ +_See code: [src/commands/orgs/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/orgs/index.ts)_ ## `heroku orgs:open` @@ -39,4 +39,4 @@ DESCRIPTION open the team interface in a browser window ``` -_See code: [src/commands/orgs/open.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/orgs/open.ts)_ +_See code: [src/commands/orgs/open.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/orgs/open.ts)_ diff --git a/docs/pg.md b/docs/pg.md index 598de17b3e..f83b591ded 100644 --- a/docs/pg.md +++ b/docs/pg.md @@ -104,7 +104,7 @@ DESCRIPTION list database backups ``` -_See code: [src/commands/pg/backups/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/index.ts)_ +_See code: [src/commands/pg/backups/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/index.ts)_ ## `heroku pg:backups:cancel [BACKUP_ID]` @@ -125,7 +125,7 @@ DESCRIPTION cancel an in-progress backup or restore (default newest) ``` -_See code: [src/commands/pg/backups/cancel.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/cancel.ts)_ +_See code: [src/commands/pg/backups/cancel.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/cancel.ts)_ ## `heroku pg:backups:capture [DATABASE]` @@ -150,7 +150,7 @@ DESCRIPTION capture a new backup ``` -_See code: [src/commands/pg/backups/capture.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/capture.ts)_ +_See code: [src/commands/pg/backups/capture.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/capture.ts)_ ## `heroku pg:backups:delete BACKUP_ID` @@ -175,7 +175,7 @@ EXAMPLES $ heroku pg:backup:delete --app APP_ID BACKUP_ID ``` -_See code: [src/commands/pg/backups/delete.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/delete.ts)_ +_See code: [src/commands/pg/backups/delete.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/delete.ts)_ ## `heroku pg:backups:download [BACKUP_ID]` @@ -197,7 +197,7 @@ DESCRIPTION downloads database backup ``` -_See code: [src/commands/pg/backups/download.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/download.ts)_ +_See code: [src/commands/pg/backups/download.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/download.ts)_ ## `heroku pg:backups:info [BACKUP_ID]` @@ -218,7 +218,7 @@ DESCRIPTION get information about a specific backup ``` -_See code: [src/commands/pg/backups/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/info.ts)_ +_See code: [src/commands/pg/backups/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/info.ts)_ ## `heroku pg:backups:restore [BACKUP] [DATABASE]` @@ -273,7 +273,7 @@ EXAMPLES $ heroku pg:backups:restore b101 HEROKU_POSTGRESQL_PINK --app my-heroku-app ``` -_See code: [src/commands/pg/backups/restore.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/restore.ts)_ +_See code: [src/commands/pg/backups/restore.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/restore.ts)_ ## `heroku pg:backups:schedule [DATABASE]` @@ -298,7 +298,7 @@ DESCRIPTION schedule daily backups for given database ``` -_See code: [src/commands/pg/backups/schedule.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/schedule.ts)_ +_See code: [src/commands/pg/backups/schedule.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/schedule.ts)_ ## `heroku pg:backups:schedules` @@ -316,7 +316,7 @@ DESCRIPTION list backup schedule ``` -_See code: [src/commands/pg/backups/schedules.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/schedules.ts)_ +_See code: [src/commands/pg/backups/schedules.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/schedules.ts)_ ## `heroku pg:backups:unschedule [DATABASE]` @@ -339,7 +339,7 @@ DESCRIPTION stop daily backups ``` -_See code: [src/commands/pg/backups/unschedule.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/unschedule.ts)_ +_See code: [src/commands/pg/backups/unschedule.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/unschedule.ts)_ ## `heroku pg:backups:url [BACKUP_ID]` @@ -360,7 +360,7 @@ DESCRIPTION get secret but publicly accessible URL of a backup ``` -_See code: [src/commands/pg/backups/url.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/backups/url.ts)_ +_See code: [src/commands/pg/backups/url.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/backups/url.ts)_ ## `heroku pg:bloat [DATABASE]` @@ -383,7 +383,7 @@ DESCRIPTION show table and index bloat in your database ordered by most wasteful ``` -_See code: [src/commands/pg/bloat.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/bloat.ts)_ +_See code: [src/commands/pg/bloat.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/bloat.ts)_ ## `heroku pg:blocking [DATABASE]` @@ -406,7 +406,7 @@ DESCRIPTION display queries holding locks other queries are waiting to be released ``` -_See code: [src/commands/pg/blocking.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/blocking.ts)_ +_See code: [src/commands/pg/blocking.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/blocking.ts)_ ## `heroku pg:connection-pooling:attach [DATABASE]` @@ -433,7 +433,7 @@ EXAMPLES $ heroku pg:connection-pooling:attach postgresql-something-12345 ``` -_See code: [src/commands/pg/connection-pooling/attach.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/connection-pooling/attach.ts)_ +_See code: [src/commands/pg/connection-pooling/attach.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/connection-pooling/attach.ts)_ ## `heroku pg:copy SOURCE TARGET` @@ -459,7 +459,7 @@ DESCRIPTION copy all data from source db to target ``` -_See code: [src/commands/pg/copy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/copy.ts)_ +_See code: [src/commands/pg/copy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/copy.ts)_ ## `heroku pg:credentials [DATABASE]` @@ -482,7 +482,7 @@ DESCRIPTION show information on credentials in the database ``` -_See code: [src/commands/pg/credentials.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials.ts)_ +_See code: [src/commands/pg/credentials.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials.ts)_ ## `heroku pg:credentials:create [DATABASE]` @@ -509,7 +509,7 @@ DESCRIPTION heroku pg:credentials:create postgresql-something-12345 --name new-cred-name ``` -_See code: [src/commands/pg/credentials/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials/create.ts)_ +_See code: [src/commands/pg/credentials/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials/create.ts)_ ## `heroku pg:credentials:destroy [DATABASE]` @@ -537,7 +537,7 @@ EXAMPLES $ heroku pg:credentials:destroy postgresql-transparent-56874 --name cred-name -a woodstock-production ``` -_See code: [src/commands/pg/credentials/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials/destroy.ts)_ +_See code: [src/commands/pg/credentials/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials/destroy.ts)_ ## `heroku pg:credentials:repair-default [DATABASE]` @@ -564,7 +564,7 @@ EXAMPLES $ heroku pg:credentials:repair-default postgresql-something-12345 ``` -_See code: [src/commands/pg/credentials/repair-default.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials/repair-default.ts)_ +_See code: [src/commands/pg/credentials/repair-default.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials/repair-default.ts)_ ## `heroku pg:credentials:rotate [DATABASE]` @@ -591,7 +591,7 @@ DESCRIPTION rotate the database credentials ``` -_See code: [src/commands/pg/credentials/rotate.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials/rotate.ts)_ +_See code: [src/commands/pg/credentials/rotate.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials/rotate.ts)_ ## `heroku pg:credentials:url [DATABASE]` @@ -615,7 +615,7 @@ DESCRIPTION show information on a database credential ``` -_See code: [src/commands/pg/credentials/url.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/credentials/url.ts)_ +_See code: [src/commands/pg/credentials/url.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/credentials/url.ts)_ ## `heroku pg:diagnose [DATABASE|REPORT_ID]` @@ -639,7 +639,7 @@ DESCRIPTION if REPORT_ID is specified instead, a previous report is displayed ``` -_See code: [src/commands/pg/diagnose.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/diagnose.ts)_ +_See code: [src/commands/pg/diagnose.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/diagnose.ts)_ ## `heroku pg:info [DATABASE]` @@ -665,7 +665,7 @@ ALIASES $ heroku pg ``` -_See code: [src/commands/pg/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/info.ts)_ +_See code: [src/commands/pg/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/info.ts)_ ## `heroku pg:kill PID [DATABASE]` @@ -690,7 +690,7 @@ DESCRIPTION kill a query ``` -_See code: [src/commands/pg/kill.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/kill.ts)_ +_See code: [src/commands/pg/kill.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/kill.ts)_ ## `heroku pg:killall [DATABASE]` @@ -713,7 +713,7 @@ DESCRIPTION terminates all connections for all credentials ``` -_See code: [src/commands/pg/killall.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/killall.ts)_ +_See code: [src/commands/pg/killall.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/killall.ts)_ ## `heroku pg:links [DATABASE]` @@ -736,7 +736,7 @@ DESCRIPTION lists all databases and information on link ``` -_See code: [src/commands/pg/links/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/links/index.ts)_ +_See code: [src/commands/pg/links/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/links/index.ts)_ ## `heroku pg:links:create REMOTE DATABASE` @@ -763,7 +763,7 @@ DESCRIPTION heroku pg:links:create HEROKU_REDIS_RED HEROKU_POSTGRESQL_CERULEAN ``` -_See code: [src/commands/pg/links/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/links/create.ts)_ +_See code: [src/commands/pg/links/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/links/create.ts)_ ## `heroku pg:links:destroy DATABASE LINK` @@ -790,7 +790,7 @@ EXAMPLES $ heroku pg:links:destroy HEROKU_POSTGRESQL_CERULEAN redis-symmetrical-100 ``` -_See code: [src/commands/pg/links/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/links/destroy.ts)_ +_See code: [src/commands/pg/links/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/links/destroy.ts)_ ## `heroku pg:locks [DATABASE]` @@ -814,7 +814,7 @@ DESCRIPTION display queries with active locks ``` -_See code: [src/commands/pg/locks.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/locks.ts)_ +_See code: [src/commands/pg/locks.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/locks.ts)_ ## `heroku pg:maintenance [DATABASE]` @@ -837,7 +837,7 @@ DESCRIPTION show current maintenance information ``` -_See code: [src/commands/pg/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/maintenance/index.ts)_ +_See code: [src/commands/pg/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/maintenance/index.ts)_ ## `heroku pg:maintenance:run [DATABASE]` @@ -861,7 +861,7 @@ DESCRIPTION start maintenance ``` -_See code: [src/commands/pg/maintenance/run.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/maintenance/run.ts)_ +_See code: [src/commands/pg/maintenance/run.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/maintenance/run.ts)_ ## `heroku pg:maintenance:window WINDOW [DATABASE]` @@ -890,7 +890,7 @@ EXAMPLES $ heroku pg:maintenance:window "Sunday 06:00" postgres-slippery-100 ``` -_See code: [src/commands/pg/maintenance/window.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/maintenance/window.ts)_ +_See code: [src/commands/pg/maintenance/window.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/maintenance/window.ts)_ ## `heroku pg:outliers [DATABASE]` @@ -916,7 +916,7 @@ DESCRIPTION show 10 queries that have longest execution time in aggregate ``` -_See code: [src/commands/pg/outliers.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/outliers.ts)_ +_See code: [src/commands/pg/outliers.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/outliers.ts)_ ## `heroku pg:promote DATABASE` @@ -939,7 +939,7 @@ DESCRIPTION sets DATABASE as your DATABASE_URL ``` -_See code: [src/commands/pg/promote.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/promote.ts)_ +_See code: [src/commands/pg/promote.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/promote.ts)_ ## `heroku pg:ps [DATABASE]` @@ -963,7 +963,7 @@ DESCRIPTION view active queries with execution time ``` -_See code: [src/commands/pg/ps.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/ps.ts)_ +_See code: [src/commands/pg/ps.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/ps.ts)_ ## `heroku pg:psql [DATABASE]` @@ -992,7 +992,7 @@ ALIASES $ heroku psql ``` -_See code: [src/commands/pg/psql.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/psql.ts)_ +_See code: [src/commands/pg/psql.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/psql.ts)_ ## `heroku pg:pull SOURCE TARGET` @@ -1037,7 +1037,7 @@ EXAMPLES $ heroku pg:pull postgresql-swimmingly-100 postgres://myhost/mydb --app sushi ``` -_See code: [src/commands/pg/pull.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/pull.ts)_ +_See code: [src/commands/pg/pull.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/pull.ts)_ ## `heroku pg:push SOURCE TARGET` @@ -1078,7 +1078,7 @@ EXAMPLES $ heroku pg:push postgres://myhost/mydb postgresql-swimmingly-100 --app sushi ``` -_See code: [src/commands/pg/push.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/push.ts)_ +_See code: [src/commands/pg/push.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/push.ts)_ ## `heroku pg:reset [DATABASE]` @@ -1103,7 +1103,7 @@ DESCRIPTION delete all data in DATABASE ``` -_See code: [src/commands/pg/reset.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/reset.ts)_ +_See code: [src/commands/pg/reset.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/reset.ts)_ ## `heroku pg:settings [DATABASE]` @@ -1126,7 +1126,7 @@ DESCRIPTION show your current database settings ``` -_See code: [src/commands/pg/settings/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/index.ts)_ +_See code: [src/commands/pg/settings/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/index.ts)_ ## `heroku pg:settings:auto-explain [DATABASE] [VALUE]` @@ -1152,7 +1152,7 @@ DESCRIPTION Restart your Heroku app and/or restart existing connections for logging to start taking place. ``` -_See code: [src/commands/pg/settings/auto-explain.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain.ts)_ +_See code: [src/commands/pg/settings/auto-explain.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain.ts)_ ## `heroku pg:settings:auto-explain:log-analyze [DATABASE] [VALUE]` @@ -1180,7 +1180,7 @@ DESCRIPTION impacts to your database and should be used with caution. ``` -_See code: [src/commands/pg/settings/auto-explain/log-analyze.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-analyze.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-analyze.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-analyze.ts)_ ## `heroku pg:settings:auto-explain:log-buffers [DATABASE] [VALUE]` @@ -1206,7 +1206,7 @@ DESCRIPTION pg:settings:auto-explain:log-analyze turned on. ``` -_See code: [src/commands/pg/settings/auto-explain/log-buffers.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-buffers.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-buffers.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-buffers.ts)_ ## `heroku pg:settings:auto-explain:log-format [DATABASE] [VALUE]` @@ -1232,7 +1232,7 @@ DESCRIPTION The allowed values are text, xml, json, and yaml. The default is text. ``` -_See code: [src/commands/pg/settings/auto-explain/log-format.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-format.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-format.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-format.ts)_ ## `heroku pg:settings:auto-explain:log-min-duration [DATABASE] [VALUE]` @@ -1258,7 +1258,7 @@ DESCRIPTION Setting this value to 0 will log all queries. Setting this value to -1 will disable logging entirely. ``` -_See code: [src/commands/pg/settings/auto-explain/log-min-duration.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-min-duration.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-min-duration.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-min-duration.ts)_ ## `heroku pg:settings:auto-explain:log-nested-statements [DATABASE] [VALUE]` @@ -1282,7 +1282,7 @@ DESCRIPTION Nested statements are included in the execution plan's log. ``` -_See code: [src/commands/pg/settings/auto-explain/log-nested-statements.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-nested-statements.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-nested-statements.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-nested-statements.ts)_ ## `heroku pg:settings:auto-explain:log-triggers [DATABASE] [VALUE]` @@ -1307,7 +1307,7 @@ DESCRIPTION This parameter can only be used in conjunction with pg:settings:auto-explain:log-analyze turned on. ``` -_See code: [src/commands/pg/settings/auto-explain/log-triggers.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-triggers.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-triggers.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-triggers.ts)_ ## `heroku pg:settings:auto-explain:log-verbose [DATABASE] [VALUE]` @@ -1332,7 +1332,7 @@ DESCRIPTION This is equivalent to calling EXPLAIN VERBOSE. ``` -_See code: [src/commands/pg/settings/auto-explain/log-verbose.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/auto-explain/log-verbose.ts)_ +_See code: [src/commands/pg/settings/auto-explain/log-verbose.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/auto-explain/log-verbose.ts)_ ## `heroku pg:settings:explain-data-connector-details [DATABASE] [VALUE]` @@ -1356,7 +1356,7 @@ DESCRIPTION displays stats on replication slots on your database, the default value is "off" ``` -_See code: [src/commands/pg/settings/explain-data-connector-details.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/explain-data-connector-details.ts)_ +_See code: [src/commands/pg/settings/explain-data-connector-details.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/explain-data-connector-details.ts)_ ## `heroku pg:settings:log-connections [DATABASE] [VALUE]` @@ -1381,7 +1381,7 @@ DESCRIPTION Setting log_connections to false stops emitting log messages for all attempts to login to the database. ``` -_See code: [src/commands/pg/settings/log-connections.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/log-connections.ts)_ +_See code: [src/commands/pg/settings/log-connections.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/log-connections.ts)_ ## `heroku pg:settings:log-lock-waits [DATABASE] [VALUE]` @@ -1411,7 +1411,7 @@ DESCRIPTION transaction. ``` -_See code: [src/commands/pg/settings/log-lock-waits.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/log-lock-waits.ts)_ +_See code: [src/commands/pg/settings/log-lock-waits.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/log-lock-waits.ts)_ ## `heroku pg:settings:log-min-duration-statement [DATABASE] [VALUE]` @@ -1438,7 +1438,7 @@ DESCRIPTION durations. ``` -_See code: [src/commands/pg/settings/log-min-duration-statement.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/log-min-duration-statement.ts)_ +_See code: [src/commands/pg/settings/log-min-duration-statement.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/log-min-duration-statement.ts)_ ## `heroku pg:settings:log-min-error-statement [DATABASE] [VALUE]` @@ -1464,7 +1464,7 @@ DESCRIPTION Use this setting to prevent logging SQL queries that contain sensitive information. Default is "error". ``` -_See code: [src/commands/pg/settings/log-min-error-statement.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/log-min-error-statement.ts)_ +_See code: [src/commands/pg/settings/log-min-error-statement.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/log-min-error-statement.ts)_ ## `heroku pg:settings:log-statement [DATABASE] [VALUE]` @@ -1495,7 +1495,7 @@ DESCRIPTION all - All statements are logged ``` -_See code: [src/commands/pg/settings/log-statement.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/log-statement.ts)_ +_See code: [src/commands/pg/settings/log-statement.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/log-statement.ts)_ ## `heroku pg:settings:track-functions [DATABASE] [VALUE]` @@ -1525,7 +1525,7 @@ DESCRIPTION not tracked ``` -_See code: [src/commands/pg/settings/track-functions.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/settings/track-functions.ts)_ +_See code: [src/commands/pg/settings/track-functions.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/settings/track-functions.ts)_ ## `heroku pg:unfollow DATABASE` @@ -1548,7 +1548,7 @@ DESCRIPTION stop a replica from following and make it a writeable database ``` -_See code: [src/commands/pg/unfollow.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/unfollow.ts)_ +_See code: [src/commands/pg/unfollow.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/unfollow.ts)_ ## `heroku pg:upgrade [DATABASE]` @@ -1575,7 +1575,7 @@ DESCRIPTION To upgrade to another PostgreSQL version, use pg:copy instead ``` -_See code: [src/commands/pg/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/upgrade.ts)_ +_See code: [src/commands/pg/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/upgrade.ts)_ ## `heroku pg:vacuum-stats [DATABASE]` @@ -1598,7 +1598,7 @@ DESCRIPTION show dead rows and whether an automatic vacuum is expected to be triggered ``` -_See code: [src/commands/pg/vacuum-stats.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/vacuum-stats.ts)_ +_See code: [src/commands/pg/vacuum-stats.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/vacuum-stats.ts)_ ## `heroku pg:wait [DATABASE]` @@ -1623,4 +1623,4 @@ DESCRIPTION blocks until database is available ``` -_See code: [src/commands/pg/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pg/wait.ts)_ +_See code: [src/commands/pg/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pg/wait.ts)_ diff --git a/docs/pipelines.md b/docs/pipelines.md index 0e615e1a51..230cef90d9 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -36,7 +36,7 @@ EXAMPLES $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -63,7 +63,7 @@ EXAMPLES $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -86,7 +86,7 @@ EXAMPLES $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -118,7 +118,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -138,7 +138,7 @@ EXAMPLES $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -159,7 +159,7 @@ EXAMPLES $ heroku pipelines:diff -a my-app-staging ``` -_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -182,7 +182,7 @@ EXAMPLES $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -202,7 +202,7 @@ EXAMPLES $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -224,7 +224,7 @@ EXAMPLES $ heroku pipelines:promote -a my-app-staging ``` -_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -245,7 +245,7 @@ EXAMPLES $ heroku pipelines:remove -a my-app ``` -_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -266,7 +266,7 @@ EXAMPLES $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -292,7 +292,7 @@ EXAMPLES $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -318,7 +318,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -340,4 +340,4 @@ EXAMPLES $ heroku pipelines:update -s staging -a my-app ``` -_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/pipelines/update.ts)_ diff --git a/docs/ps.md b/docs/ps.md index cdcb3d2ff6..57354dbb74 100644 --- a/docs/ps.md +++ b/docs/ps.md @@ -46,7 +46,7 @@ EXAMPLES run.1: up for 5m: bash ``` -_See code: [src/commands/ps/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/index.ts)_ +_See code: [src/commands/ps/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/index.ts)_ ## `heroku ps:autoscale:disable` @@ -64,7 +64,7 @@ DESCRIPTION disable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -86,7 +86,7 @@ DESCRIPTION enable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:copy FILE` @@ -241,7 +241,7 @@ EXAMPLES $ heroku ps:restart ``` -_See code: [src/commands/ps/restart.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/restart.ts)_ +_See code: [src/commands/ps/restart.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/restart.ts)_ ## `heroku ps:scale` @@ -274,7 +274,7 @@ EXAMPLES web=3:Standard-2X worker=1:Standard-1X ``` -_See code: [src/commands/ps/scale.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/scale.ts)_ +_See code: [src/commands/ps/scale.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/scale.ts)_ ## `heroku ps:socks` @@ -328,7 +328,7 @@ EXAMPLES $ heroku ps:stop run ``` -_See code: [src/commands/ps/stop.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/stop.ts)_ +_See code: [src/commands/ps/stop.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/stop.ts)_ ## `heroku ps:type` @@ -357,7 +357,7 @@ ALIASES $ heroku dyno:resize ``` -_See code: [src/commands/ps/type.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/type.ts)_ +_See code: [src/commands/ps/type.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/type.ts)_ ## `heroku ps:wait` @@ -378,4 +378,4 @@ DESCRIPTION wait for all dynos to be running latest version after a release ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/ps/wait.ts)_ diff --git a/docs/redis.md b/docs/redis.md index 7d50f75834..83f40aed98 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -66,7 +66,7 @@ EXAMPLES $ heroku redis:cli --app=my-app --confirm my-database ``` -_See code: [src/commands/redis/cli.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/cli.ts)_ +_See code: [src/commands/redis/cli.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/cli.ts)_ ## `heroku redis:credentials [DATABASE]` @@ -89,7 +89,7 @@ DESCRIPTION display credentials information ``` -_See code: [src/commands/redis/credentials.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/credentials.ts)_ +_See code: [src/commands/redis/credentials.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/credentials.ts)_ ## `heroku redis:info [DATABASE]` @@ -115,7 +115,7 @@ ALIASES $ heroku redis ``` -_See code: [src/commands/redis/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/info.ts)_ +_See code: [src/commands/redis/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/info.ts)_ ## `heroku redis:keyspace-notifications [DATABASE]` @@ -154,7 +154,7 @@ DESCRIPTION pass an empty string ('') to disable keyspace notifications ``` -_See code: [src/commands/redis/keyspace-notifications.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/keyspace-notifications.ts)_ +_See code: [src/commands/redis/keyspace-notifications.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/keyspace-notifications.ts)_ ## `heroku redis:maintenance [DATABASE]` @@ -180,7 +180,7 @@ DESCRIPTION Set or change the maintenance window for your Redis instance ``` -_See code: [src/commands/redis/maintenance.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/maintenance.ts)_ +_See code: [src/commands/redis/maintenance.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/maintenance.ts)_ ## `heroku redis:maxmemory [DATABASE]` @@ -213,7 +213,7 @@ DESCRIPTION volatile-ttl # only evicts keys with an expiry set and a short TTL ``` -_See code: [src/commands/redis/maxmemory.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/maxmemory.ts)_ +_See code: [src/commands/redis/maxmemory.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/maxmemory.ts)_ ## `heroku redis:promote [DATABASE]` @@ -235,7 +235,7 @@ DESCRIPTION sets DATABASE as your REDIS_URL ``` -_See code: [src/commands/redis/promote.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/promote.ts)_ +_See code: [src/commands/redis/promote.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/promote.ts)_ ## `heroku redis:stats-reset [DATABASE]` @@ -258,7 +258,7 @@ DESCRIPTION reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat) ``` -_See code: [src/commands/redis/stats-reset.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/stats-reset.ts)_ +_See code: [src/commands/redis/stats-reset.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/stats-reset.ts)_ ## `heroku redis:timeout [DATABASE]` @@ -282,7 +282,7 @@ DESCRIPTION A value of zero means that connections will not be closed. ``` -_See code: [src/commands/redis/timeout.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/timeout.ts)_ +_See code: [src/commands/redis/timeout.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/timeout.ts)_ ## `heroku redis:upgrade [DATABASE]` @@ -306,7 +306,7 @@ DESCRIPTION perform in-place version upgrade ``` -_See code: [src/commands/redis/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/upgrade.ts)_ +_See code: [src/commands/redis/upgrade.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/upgrade.ts)_ ## `heroku redis:wait [DATABASE]` @@ -329,4 +329,4 @@ DESCRIPTION wait for Redis instance to be available ``` -_See code: [src/commands/redis/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/redis/wait.ts)_ +_See code: [src/commands/redis/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/redis/wait.ts)_ diff --git a/docs/regions.md b/docs/regions.md index 72474e1b56..ed11aa7003 100644 --- a/docs/regions.md +++ b/docs/regions.md @@ -22,4 +22,4 @@ DESCRIPTION list available regions for deployment ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/regions.ts)_ diff --git a/docs/releases.md b/docs/releases.md index a28bcce220..5bd9fb5053 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -33,7 +33,7 @@ EXAMPLES v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago) ``` -_See code: [src/commands/releases/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/releases/index.ts)_ +_See code: [src/commands/releases/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/releases/index.ts)_ ## `heroku releases:info [RELEASE]` @@ -56,7 +56,7 @@ DESCRIPTION view detailed information for a release ``` -_See code: [src/commands/releases/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/releases/info.ts)_ +_See code: [src/commands/releases/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/releases/info.ts)_ ## `heroku releases:output [RELEASE]` @@ -77,7 +77,7 @@ DESCRIPTION View the release command output ``` -_See code: [src/commands/releases/output.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/releases/output.ts)_ +_See code: [src/commands/releases/output.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/releases/output.ts)_ ## `heroku releases:rollback [RELEASE]` @@ -100,4 +100,4 @@ DESCRIPTION If RELEASE is not specified, it will roll back one release. ``` -_See code: [src/commands/releases/rollback.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/releases/rollback.ts)_ +_See code: [src/commands/releases/rollback.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/releases/rollback.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 6b59fa4f06..d3b8c07f1a 100644 --- a/docs/reviewapps.md +++ b/docs/reviewapps.md @@ -30,7 +30,7 @@ EXAMPLES $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -55,4 +55,4 @@ EXAMPLES $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/reviewapps/enable.ts)_ diff --git a/docs/run.md b/docs/run.md index 135783fa0f..34e69ddd37 100644 --- a/docs/run.md +++ b/docs/run.md @@ -35,7 +35,7 @@ EXAMPLES $ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2 ``` -_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -60,4 +60,4 @@ EXAMPLES $ heroku run:detached ls ``` -_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/run/detached.ts)_ diff --git a/docs/sessions.md b/docs/sessions.md index ea9cc54244..280cf0a4d2 100644 --- a/docs/sessions.md +++ b/docs/sessions.md @@ -21,7 +21,7 @@ DESCRIPTION list your OAuth sessions ``` -_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/sessions/index.ts)_ ## `heroku sessions:destroy ID` @@ -38,4 +38,4 @@ DESCRIPTION delete (logout) OAuth session by ID ``` -_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/sessions/destroy.ts)_ diff --git a/docs/spaces.md b/docs/spaces.md index 6cc96e2069..4947584e65 100644 --- a/docs/spaces.md +++ b/docs/spaces.md @@ -43,7 +43,7 @@ DESCRIPTION list available spaces ``` -_See code: [src/commands/spaces/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/index.ts)_ +_See code: [src/commands/spaces/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/index.ts)_ ## `heroku spaces:create` @@ -78,7 +78,7 @@ EXAMPLES Created at: 2016-01-06T03:23:13Z ``` -_See code: [src/commands/spaces/create.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/create.ts)_ +_See code: [src/commands/spaces/create.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/create.ts)_ ## `heroku spaces:destroy` @@ -101,7 +101,7 @@ EXAMPLES Destroying my-space... done ``` -_See code: [src/commands/spaces/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/destroy.ts)_ +_See code: [src/commands/spaces/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/destroy.ts)_ ## `heroku spaces:info` @@ -122,7 +122,7 @@ EXAMPLES $ heroku spaces:info my-space ``` -_See code: [src/commands/spaces/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/info.ts)_ +_See code: [src/commands/spaces/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/info.ts)_ ## `heroku spaces:peerings` @@ -140,7 +140,7 @@ DESCRIPTION list peering connections for a space ``` -_See code: [src/commands/spaces/peerings/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/peerings/index.ts)_ +_See code: [src/commands/spaces/peerings/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/peerings/index.ts)_ ## `heroku spaces:peerings:accept` @@ -162,7 +162,7 @@ EXAMPLES Accepting and configuring peering connection pcx-4bd27022 ``` -_See code: [src/commands/spaces/peerings/accept.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/peerings/accept.ts)_ +_See code: [src/commands/spaces/peerings/accept.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/peerings/accept.ts)_ ## `heroku spaces:peerings:destroy` @@ -185,7 +185,7 @@ EXAMPLES Tearing down peering connection pcx-4bd27022... done ``` -_See code: [src/commands/spaces/peerings/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/peerings/destroy.ts)_ +_See code: [src/commands/spaces/peerings/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/peerings/destroy.ts)_ ## `heroku spaces:peerings:info` @@ -226,7 +226,7 @@ EXAMPLES Unavailable CIDRs: 10.1.0.0/16 ``` -_See code: [src/commands/spaces/peerings/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/peerings/info.ts)_ +_See code: [src/commands/spaces/peerings/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/peerings/info.ts)_ ## `heroku spaces:ps` @@ -244,7 +244,7 @@ DESCRIPTION list dynos for a space ``` -_See code: [src/commands/spaces/ps.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/ps.ts)_ +_See code: [src/commands/spaces/ps.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/ps.ts)_ ## `heroku spaces:rename` @@ -266,7 +266,7 @@ EXAMPLES Renaming space old-space-name to new-space-name... done ``` -_See code: [src/commands/spaces/rename.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/rename.ts)_ +_See code: [src/commands/spaces/rename.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/rename.ts)_ ## `heroku spaces:topology` @@ -284,7 +284,7 @@ DESCRIPTION show space topology ``` -_See code: [src/commands/spaces/topology.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/topology.ts)_ +_See code: [src/commands/spaces/topology.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/topology.ts)_ ## `heroku spaces:transfer` @@ -306,7 +306,7 @@ EXAMPLES Transferring space-name to team-name... done ``` -_See code: [src/commands/spaces/transfer.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/transfer.ts)_ +_See code: [src/commands/spaces/transfer.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/transfer.ts)_ ## `heroku spaces:trusted-ips` @@ -329,7 +329,7 @@ DESCRIPTION a time to the commands listed below. For example 1.2.3.4/20 and 5.6.7.8/20 can be added with: ``` -_See code: [src/commands/spaces/trusted-ips/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/trusted-ips/index.ts)_ +_See code: [src/commands/spaces/trusted-ips/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/trusted-ips/index.ts)_ ## `heroku spaces:trusted-ips:add SOURCE` @@ -355,7 +355,7 @@ EXAMPLES Added 192.168.0.1/24 to trusted IP ranges on my-space ``` -_See code: [src/commands/spaces/trusted-ips/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/trusted-ips/add.ts)_ +_See code: [src/commands/spaces/trusted-ips/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/trusted-ips/add.ts)_ ## `heroku spaces:trusted-ips:remove SOURCE` @@ -381,7 +381,7 @@ EXAMPLES Removed 192.168.2.0/24 from trusted IP ranges on my-space ``` -_See code: [src/commands/spaces/trusted-ips/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/trusted-ips/remove.ts)_ +_See code: [src/commands/spaces/trusted-ips/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/trusted-ips/remove.ts)_ ## `heroku spaces:vpn:config NAME` @@ -418,7 +418,7 @@ EXAMPLES Tunnel 2 104.196.121.200 52.44.7.216 fedcba54321 10.0.0.0/16 1 ``` -_See code: [src/commands/spaces/vpn/config.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/config.ts)_ +_See code: [src/commands/spaces/vpn/config.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/config.ts)_ ## `heroku spaces:vpn:connect NAME` @@ -449,7 +449,7 @@ EXAMPLES ▸ Use spaces:vpn:wait to track allocation. ``` -_See code: [src/commands/spaces/vpn/connect.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/connect.ts)_ +_See code: [src/commands/spaces/vpn/connect.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/connect.ts)_ ## `heroku spaces:vpn:connections` @@ -474,7 +474,7 @@ EXAMPLES office active UP/UP ``` -_See code: [src/commands/spaces/vpn/connections.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/connections.ts)_ +_See code: [src/commands/spaces/vpn/connections.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/connections.ts)_ ## `heroku spaces:vpn:destroy NAME` @@ -498,7 +498,7 @@ EXAMPLES Tearing down VPN Connection vpn-connection-name in space example-space ``` -_See code: [src/commands/spaces/vpn/destroy.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/destroy.ts)_ +_See code: [src/commands/spaces/vpn/destroy.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/destroy.ts)_ ## `heroku spaces:vpn:info NAME` @@ -534,7 +534,7 @@ EXAMPLES Tunnel 2 52.44.146.197 UP 2016-10-25T22:09:05Z status message ``` -_See code: [src/commands/spaces/vpn/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/info.ts)_ +_See code: [src/commands/spaces/vpn/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/info.ts)_ ## `heroku spaces:vpn:update NAME` @@ -563,7 +563,7 @@ EXAMPLES Updating VPN Connection in space my-space... done ``` -_See code: [src/commands/spaces/vpn/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/update.ts)_ +_See code: [src/commands/spaces/vpn/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/update.ts)_ ## `heroku spaces:vpn:wait NAME` @@ -595,7 +595,7 @@ EXAMPLES Tunnel 2 104.196.121.200 52.44.7.216 fedcba54321 10.0.0.0/16 1 ``` -_See code: [src/commands/spaces/vpn/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/vpn/wait.ts)_ +_See code: [src/commands/spaces/vpn/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/vpn/wait.ts)_ ## `heroku spaces:wait` @@ -615,4 +615,4 @@ DESCRIPTION wait for a space to be created ``` -_See code: [src/commands/spaces/wait.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/spaces/wait.ts)_ +_See code: [src/commands/spaces/wait.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/spaces/wait.ts)_ diff --git a/docs/status.md b/docs/status.md index 0acf8ffac0..0ef9cf8339 100644 --- a/docs/status.md +++ b/docs/status.md @@ -20,4 +20,4 @@ DESCRIPTION display current status of the Heroku platform ``` -_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/status.ts)_ diff --git a/docs/teams.md b/docs/teams.md index 6e353c132d..9db09ffbb3 100644 --- a/docs/teams.md +++ b/docs/teams.md @@ -22,4 +22,4 @@ DESCRIPTION Use heroku members:* to manage team members. ``` -_See code: [src/commands/teams/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/teams/index.ts)_ +_See code: [src/commands/teams/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/teams/index.ts)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index c6f2d632da..2ee0b6c3de 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -32,7 +32,7 @@ EXAMPLES $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -58,7 +58,7 @@ EXAMPLES $ 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/v9.5.0/packages/cli/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -80,7 +80,7 @@ EXAMPLES $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -104,7 +104,7 @@ EXAMPLES $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -125,7 +125,7 @@ EXAMPLES $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -149,7 +149,7 @@ EXAMPLES $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -173,7 +173,7 @@ EXAMPLES $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -197,7 +197,7 @@ EXAMPLES $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -226,4 +226,4 @@ EXAMPLES $ heroku webhooks:update 99999999-9999-9999-9999-999999999999 -i dyno -l notify -s 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v9.5.1/packages/cli/src/commands/webhooks/update.ts)_ diff --git a/lerna.json b/lerna.json index 10e66a7908..2703ba1a6e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.5.0", + "version": "9.5.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8fd80433d5..e0d5de88de 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. +## [9.5.1](https://github.com/heroku/cli/compare/v9.5.0...v9.5.1) (2024-12-05) + + +### Bug Fixes + +* **git:remote:** update example text to reflect staging app ([#3095](https://github.com/heroku/cli/issues/3095)) ([d4ce1ba](https://github.com/heroku/cli/commit/d4ce1ba422539a8a6a029eca4413700535327785)) + + + + + # [9.5.0](https://github.com/heroku/cli/compare/v9.4.0...v9.5.0) (2024-11-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index d275aac63b..0457a044aa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "9.5.0", + "version": "9.5.1", "author": "Heroku", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues",