diff --git a/CHANGELOG.md b/CHANGELOG.md index 687b91a289..debb59c914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [9.3.0-alpha.0](https://github.com/heroku/cli/compare/v9.1.0...v9.3.0-alpha.0) (2024-08-23) +# [9.3.0-alpha.1](https://github.com/heroku/cli/compare/v9.1.0...v9.3.0-alpha.1) (2024-08-23) ### Bug Fixes diff --git a/docs/access.md b/docs/access.md index 1a522b58cb..b38a5e9cff 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.3.0-alpha.0/packages/cli/src/commands/access/index.ts)_ +_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/access/index.ts)_ ## `heroku access:add EMAIL` @@ -49,7 +49,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.3.0-alpha.0/packages/cli/src/commands/access/add.ts)_ +_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/access/add.ts)_ ## `heroku access:remove` @@ -70,7 +70,7 @@ EXAMPLES $ heroku access:remove user@email.com --app APP ``` -_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/access/remove.ts)_ +_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/access/remove.ts)_ ## `heroku access:update EMAIL` @@ -89,4 +89,4 @@ DESCRIPTION update existing collaborators on an team app ``` -_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/access/update.ts)_ +_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/access/update.ts)_ diff --git a/docs/addons.md b/docs/addons.md index 397075988a..2788049cb7 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.3.0-alpha.0/packages/cli/src/commands/addons/index.ts)_ +_See code: [src/commands/addons/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/index.ts)_ ## `heroku addons:attach ADDON_NAME` @@ -69,7 +69,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.3.0-alpha.0/packages/cli/src/commands/addons/attach.ts)_ +_See code: [src/commands/addons/attach.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/attach.ts)_ ## `heroku addons:create SERVICE:PLAN` @@ -101,7 +101,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.3.0-alpha.0/packages/cli/src/commands/addons/create.ts)_ +_See code: [src/commands/addons/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/create.ts)_ ## `heroku addons:destroy ADDONNAME` @@ -125,7 +125,7 @@ EXAMPLES addons:destroy [ADDON]... [flags] ``` -_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/addons/destroy.ts)_ +_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/destroy.ts)_ ## `heroku addons:detach ATTACHMENT_NAME` @@ -143,7 +143,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.3.0-alpha.0/packages/cli/src/commands/addons/detach.ts)_ +_See code: [src/commands/addons/detach.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/detach.ts)_ ## `heroku addons:docs ADDON` @@ -162,7 +162,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.3.0-alpha.0/packages/cli/src/commands/addons/docs.ts)_ +_See code: [src/commands/addons/docs.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/docs.ts)_ ## `heroku addons:downgrade ADDON [PLAN]` @@ -212,7 +212,7 @@ DESCRIPTION show detailed add-on resource and attachment information ``` -_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/addons/info.ts)_ +_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/info.ts)_ ## `heroku addons:open ADDON` @@ -231,7 +231,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.3.0-alpha.0/packages/cli/src/commands/addons/open.ts)_ +_See code: [src/commands/addons/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/open.ts)_ ## `heroku addons:plans SERVICE` @@ -248,7 +248,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.3.0-alpha.0/packages/cli/src/commands/addons/plans.ts)_ +_See code: [src/commands/addons/plans.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/plans.ts)_ ## `heroku addons:rename ADDON_NAME NEW_NAME` @@ -262,7 +262,7 @@ DESCRIPTION rename an add-on ``` -_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/addons/rename.ts)_ +_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/rename.ts)_ ## `heroku addons:services` @@ -279,7 +279,7 @@ DESCRIPTION list all available add-on services ``` -_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/addons/services.ts)_ +_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/services.ts)_ ## `heroku addons:upgrade ADDON [PLAN]` @@ -313,7 +313,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.3.0-alpha.0/packages/cli/src/commands/addons/upgrade.ts)_ +_See code: [src/commands/addons/upgrade.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/upgrade.ts)_ ## `heroku addons:wait [ADDON]` @@ -332,4 +332,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.3.0-alpha.0/packages/cli/src/commands/addons/wait.ts)_ +_See code: [src/commands/addons/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/addons/wait.ts)_ diff --git a/docs/apps.md b/docs/apps.md index 3446919254..82008fd38a 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.3.0-alpha.0/packages/cli/src/commands/apps/index.ts)_ +_See code: [src/commands/apps/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/destroy.ts)_ +_See code: [src/commands/apps/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/errors.ts)_ +_See code: [src/commands/apps/errors.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/favorites/index.ts)_ +_See code: [src/commands/apps/favorites/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/favorites/add.ts)_ +_See code: [src/commands/apps/favorites/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/favorites/remove.ts)_ +_See code: [src/commands/apps/favorites/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/info.ts)_ +_See code: [src/commands/apps/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/join.ts)_ +_See code: [src/commands/apps/join.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/leave.ts)_ +_See code: [src/commands/apps/leave.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/apps/lock.ts)_ +_See code: [src/commands/apps/lock.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/lock.ts)_ ## `heroku apps:open [PATH]` @@ -297,7 +297,7 @@ EXAMPLES $ heroku open -a myapp /foo ``` -_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/apps/open.ts)_ +_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/open.ts)_ ## `heroku apps:rename NEWNAME` @@ -318,7 +318,7 @@ EXAMPLES $ heroku apps:rename --app oldname newname ``` -_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/apps/rename.ts)_ +_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/rename.ts)_ ## `heroku apps:stacks` @@ -336,7 +336,7 @@ DESCRIPTION show the list of available stacks ``` -_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/apps/stacks/index.ts)_ +_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/stacks/index.ts)_ ## `heroku apps:stacks:set STACK` @@ -360,7 +360,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.3.0-alpha.0/packages/cli/src/commands/apps/stacks/set.ts)_ +_See code: [src/commands/apps/stacks/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/stacks/set.ts)_ ## `heroku apps:transfer RECIPIENT` @@ -391,7 +391,7 @@ EXAMPLES ... ``` -_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/apps/transfer.ts)_ +_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/transfer.ts)_ ## `heroku apps:unlock` @@ -412,4 +412,4 @@ ALIASES $ heroku unlock ``` -_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/apps/unlock.ts)_ +_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/apps/unlock.ts)_ diff --git a/docs/auth.md b/docs/auth.md index a90d8fe644..16efe76659 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.3.0-alpha.0/packages/cli/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/auth/whoami.ts)_ diff --git a/docs/authorizations.md b/docs/authorizations.md index e1a82226c1..44da45cfa7 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.3.0-alpha.0/packages/cli/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/authorizations/create.ts)_ ## `heroku authorizations:destroy ID` @@ -89,7 +89,7 @@ DESCRIPTION show an existing OAuth authorization ``` -_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/authorizations/info.ts)_ ## `heroku authorizations:revoke ID` @@ -110,7 +110,7 @@ EXAMPLES $ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb ``` -_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/authorizations/revoke.ts)_ ## `heroku authorizations:rotate ID` @@ -124,7 +124,7 @@ DESCRIPTION updates an OAuth authorization token ``` -_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/authorizations/rotate.ts)_ ## `heroku authorizations:update ID` @@ -143,4 +143,4 @@ DESCRIPTION updates an OAuth authorization ``` -_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/authorizations/update.ts)_ diff --git a/docs/autocomplete.md b/docs/autocomplete.md index 2ce266609a..b86356e2bf 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.3.0-alpha.0/packages/cli/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/autocomplete/index.ts)_ diff --git a/docs/buildpacks.md b/docs/buildpacks.md index ff25072bf6..0050e69e18 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.3.0-alpha.0/packages/cli/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/buildpacks/versions.ts)_ diff --git a/docs/certs.md b/docs/certs.md index ecdf7302da..2b6f865f5a 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.3.0-alpha.0/packages/cli/src/commands/certs/index.ts)_ +_See code: [src/commands/certs/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/index.ts)_ ## `heroku certs:add CRT KEY` @@ -56,7 +56,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.3.0-alpha.0/packages/cli/src/commands/certs/add.ts)_ +_See code: [src/commands/certs/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/add.ts)_ ## `heroku certs:auto` @@ -75,7 +75,7 @@ DESCRIPTION show ACM status for an app ``` -_See code: [src/commands/certs/auto/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/auto/index.ts)_ +_See code: [src/commands/certs/auto/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/auto/index.ts)_ ## `heroku certs:auto:disable` @@ -93,7 +93,7 @@ DESCRIPTION disable ACM for an app ``` -_See code: [src/commands/certs/auto/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/auto/disable.ts)_ +_See code: [src/commands/certs/auto/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/auto/disable.ts)_ ## `heroku certs:auto:enable` @@ -112,7 +112,7 @@ DESCRIPTION enable ACM status for an app ``` -_See code: [src/commands/certs/auto/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/auto/enable.ts)_ +_See code: [src/commands/certs/auto/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/auto/enable.ts)_ ## `heroku certs:auto:refresh` @@ -130,7 +130,7 @@ DESCRIPTION refresh ACM for an app ``` -_See code: [src/commands/certs/auto/refresh.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/auto/refresh.ts)_ +_See code: [src/commands/certs/auto/refresh.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/auto/refresh.ts)_ ## `heroku certs:generate DOMAIN` @@ -157,7 +157,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.3.0-alpha.0/packages/cli/src/commands/certs/generate.ts)_ +_See code: [src/commands/certs/generate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/generate.ts)_ ## `heroku certs:info` @@ -178,7 +178,7 @@ DESCRIPTION show certificate information for an SSL certificate ``` -_See code: [src/commands/certs/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/info.ts)_ +_See code: [src/commands/certs/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/info.ts)_ ## `heroku certs:remove` @@ -198,7 +198,7 @@ DESCRIPTION remove an SSL certificate from an app ``` -_See code: [src/commands/certs/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/certs/remove.ts)_ +_See code: [src/commands/certs/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/remove.ts)_ ## `heroku certs:update CRT KEY` @@ -225,4 +225,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.3.0-alpha.0/packages/cli/src/commands/certs/update.ts)_ +_See code: [src/commands/certs/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/certs/update.ts)_ diff --git a/docs/ci.md b/docs/ci.md index c5bb447ec7..ef118c6a87 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.3.0-alpha.0/packages/cli/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/ci/config/index.ts)_ +_See code: [src/commands/ci/config/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/config/index.ts)_ ## `heroku ci:config:get KEY` @@ -87,7 +87,7 @@ EXAMPLES test ``` -_See code: [src/commands/ci/config/get.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/config/get.ts)_ +_See code: [src/commands/ci/config/get.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/config/get.ts)_ ## `heroku ci:config:set` @@ -111,7 +111,7 @@ EXAMPLES RAILS_ENV: test ``` -_See code: [src/commands/ci/config/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/config/set.ts)_ +_See code: [src/commands/ci/config/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/config/set.ts)_ ## `heroku ci:config:unset` @@ -133,7 +133,7 @@ EXAMPLES $ heroku ci:config:unset RAILS_ENV ``` -_See code: [src/commands/ci/config/unset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/config/unset.ts)_ +_See code: [src/commands/ci/config/unset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/config/unset.ts)_ ## `heroku ci:debug` @@ -153,7 +153,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.3.0-alpha.0/packages/cli/src/commands/ci/debug.ts)_ +_See code: [src/commands/ci/debug.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/debug.ts)_ ## `heroku ci:info TEST-RUN` @@ -176,7 +176,7 @@ EXAMPLES $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -199,7 +199,7 @@ EXAMPLES $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/last.ts)_ ## `heroku ci:migrate-manifest` @@ -216,7 +216,7 @@ EXAMPLES $ heroku ci:migrate-manifest ``` -_See code: [src/commands/ci/migrate-manifest.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/migrate-manifest.ts)_ +_See code: [src/commands/ci/migrate-manifest.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/migrate-manifest.ts)_ ## `heroku ci:open` @@ -239,7 +239,7 @@ EXAMPLES $ heroku ci:open --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/open.ts)_ +_See code: [src/commands/ci/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/open.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -261,7 +261,7 @@ EXAMPLES $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -283,4 +283,4 @@ EXAMPLES $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ci/run.ts)_ diff --git a/docs/clients.md b/docs/clients.md index 0df4748084..11b9de9653 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.3.0-alpha.0/packages/cli/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/index.ts)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -46,7 +46,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.3.0-alpha.0/packages/cli/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/create.ts)_ ## `heroku clients:destroy ID` @@ -60,7 +60,7 @@ DESCRIPTION delete client by ID ``` -_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/destroy.ts)_ ## `heroku clients:info ID` @@ -81,7 +81,7 @@ EXAMPLES $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 ``` -_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/info.ts)_ ## `heroku clients:rotate ID` @@ -99,7 +99,7 @@ DESCRIPTION rotate OAuth client secret ``` -_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/rotate.ts)_ ## `heroku clients:update ID` @@ -120,4 +120,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.3.0-alpha.0/packages/cli/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/clients/update.ts)_ diff --git a/docs/config.md b/docs/config.md index 148526defa..e8cc5464b5 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.3.0-alpha.0/packages/cli/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -87,7 +87,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/config/get.ts)_ ## `heroku config:remove` @@ -140,7 +140,7 @@ EXAMPLES RACK_ENV: staging ``` -_See code: [src/commands/config/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/config/set.ts)_ ## `heroku config:unset` @@ -168,4 +168,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.3.0-alpha.0/packages/cli/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/config/unset.ts)_ diff --git a/docs/container.md b/docs/container.md index 300094d8b3..03e83222cb 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.3.0-alpha.0/packages/cli/src/commands/container/index.ts)_ +_See code: [src/commands/container/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/login.ts)_ +_See code: [src/commands/container/login.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/logout.ts)_ +_See code: [src/commands/container/logout.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/pull.ts)_ +_See code: [src/commands/container/pull.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/push.ts)_ +_See code: [src/commands/container/push.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/release.ts)_ +_See code: [src/commands/container/release.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/rm.ts)_ +_See code: [src/commands/container/rm.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/container/run.ts)_ +_See code: [src/commands/container/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/container/run.ts)_ diff --git a/docs/domains.md b/docs/domains.md index 66bfafe9c8..a09cd30105 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.3.0-alpha.0/packages/cli/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -73,7 +73,7 @@ EXAMPLES $ heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -95,7 +95,7 @@ EXAMPLES $ heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -117,7 +117,7 @@ EXAMPLES $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -139,7 +139,7 @@ EXAMPLES $ heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/remove.ts)_ ## `heroku domains:update HOSTNAME` @@ -162,7 +162,7 @@ EXAMPLES $ heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -181,4 +181,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.3.0-alpha.0/packages/cli/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/domains/wait.ts)_ diff --git a/docs/drains.md b/docs/drains.md index a76c32deac..d636cdf582 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.3.0-alpha.0/packages/cli/src/commands/drains/index.ts)_ +_See code: [src/commands/drains/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/drains/index.ts)_ ## `heroku drains:add URL` @@ -44,7 +44,7 @@ DESCRIPTION adds a log drain to an app ``` -_See code: [src/commands/drains/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/drains/add.ts)_ +_See code: [src/commands/drains/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/drains/add.ts)_ ## `heroku drains:get` @@ -84,7 +84,7 @@ EXAMPLES drains:remove [URL|TOKEN] ``` -_See code: [src/commands/drains/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/drains/remove.ts)_ +_See code: [src/commands/drains/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/drains/remove.ts)_ ## `heroku drains:set URL` diff --git a/docs/features.md b/docs/features.md index b4fc73a925..f871f70d6e 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.3.0-alpha.0/packages/cli/src/commands/features/index.ts)_ +_See code: [src/commands/features/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/features/index.ts)_ ## `heroku features:disable FEATURE` @@ -43,7 +43,7 @@ DESCRIPTION disables an app feature ``` -_See code: [src/commands/features/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/features/disable.ts)_ +_See code: [src/commands/features/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/features/disable.ts)_ ## `heroku features:enable FEATURE` @@ -61,7 +61,7 @@ DESCRIPTION enables an app feature ``` -_See code: [src/commands/features/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/features/enable.ts)_ +_See code: [src/commands/features/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/features/enable.ts)_ ## `heroku features:info FEATURE` @@ -80,4 +80,4 @@ DESCRIPTION display information about a feature ``` -_See code: [src/commands/features/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/features/info.ts)_ +_See code: [src/commands/features/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/features/info.ts)_ diff --git a/docs/git.md b/docs/git.md index 9ceb4df90d..eb4a2f1044 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.3.0-alpha.0/packages/cli/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/git/clone.ts)_ ## `heroku git:remote` @@ -57,4 +57,4 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/git/remote.ts)_ diff --git a/docs/keys.md b/docs/keys.md index c775fee2ac..431b85a1a7 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.3.0-alpha.0/packages/cli/src/commands/keys/index.ts)_ +_See code: [src/commands/keys/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/keys/index.ts)_ ## `heroku keys:add [KEY]` @@ -50,7 +50,7 @@ EXAMPLES Uploading SSH public key /my/key.pub... done ``` -_See code: [src/commands/keys/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/keys/add.ts)_ +_See code: [src/commands/keys/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/keys/add.ts)_ ## `heroku keys:clear` @@ -64,7 +64,7 @@ DESCRIPTION remove all SSH keys for current user ``` -_See code: [src/commands/keys/clear.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/keys/clear.ts)_ +_See code: [src/commands/keys/clear.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/keys/clear.ts)_ ## `heroku keys:remove KEY` @@ -82,4 +82,4 @@ EXAMPLES Removing email@example.com SSH key... done ``` -_See code: [src/commands/keys/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/keys/remove.ts)_ +_See code: [src/commands/keys/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/keys/remove.ts)_ diff --git a/docs/labs.md b/docs/labs.md index 039a7cfbc0..08118a91c2 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.3.0-alpha.0/packages/cli/src/commands/labs/index.ts)_ +_See code: [src/commands/labs/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/labs/index.ts)_ ## `heroku labs:disable FEATURE` @@ -44,7 +44,7 @@ DESCRIPTION disables an experimental feature ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/labs/disable.ts)_ ## `heroku labs:enable FEATURE` @@ -62,7 +62,7 @@ DESCRIPTION enables an experimental feature ``` -_See code: [src/commands/labs/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/labs/enable.ts)_ +_See code: [src/commands/labs/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/labs/enable.ts)_ ## `heroku labs:info FEATURE` @@ -81,4 +81,4 @@ DESCRIPTION show feature info ``` -_See code: [src/commands/labs/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/labs/info.ts)_ +_See code: [src/commands/labs/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/labs/info.ts)_ diff --git a/docs/local.md b/docs/local.md index 3eeee67a8e..fc9b49f6eb 100644 --- a/docs/local.md +++ b/docs/local.md @@ -35,7 +35,7 @@ EXAMPLES $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/local/index.ts)_ ## `heroku local:run` @@ -56,7 +56,7 @@ EXAMPLES $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/local/run.ts)_ ## `heroku local:start [PROCESSNAME]` @@ -97,4 +97,4 @@ DESCRIPTION display node-foreman version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/local/version.ts)_ diff --git a/docs/logs.md b/docs/logs.md index bd86fe5eed..0ea1f4e787 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.3.0-alpha.0/packages/cli/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/logs.ts)_ diff --git a/docs/maintenance.md b/docs/maintenance.md index 9f2e938d8a..746033f9b2 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.3.0-alpha.0/packages/cli/src/commands/maintenance/index.ts)_ +_See code: [src/commands/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/maintenance/off.ts)_ +_See code: [src/commands/maintenance/off.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/maintenance/on.ts)_ +_See code: [src/commands/maintenance/on.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/maintenance/on.ts)_ diff --git a/docs/members.md b/docs/members.md index 22cb7bc054..d75bc5d9a5 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.3.0-alpha.0/packages/cli/src/commands/members/index.ts)_ +_See code: [src/commands/members/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/members/index.ts)_ ## `heroku members:add EMAIL` @@ -44,7 +44,7 @@ DESCRIPTION adds a user to a team ``` -_See code: [src/commands/members/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/members/add.ts)_ +_See code: [src/commands/members/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/members/add.ts)_ ## `heroku members:remove` @@ -61,7 +61,7 @@ DESCRIPTION removes a user from a team ``` -_See code: [src/commands/members/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/members/remove.ts)_ +_See code: [src/commands/members/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/members/remove.ts)_ ## `heroku members:set` @@ -79,4 +79,4 @@ DESCRIPTION sets a members role in a team ``` -_See code: [src/commands/members/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/members/set.ts)_ +_See code: [src/commands/members/set.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/members/set.ts)_ diff --git a/docs/notifications.md b/docs/notifications.md index f5062d5a82..241185fdb7 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.3.0-alpha.0/packages/cli/src/commands/notifications/index.ts)_ +_See code: [src/commands/notifications/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/notifications/index.ts)_ diff --git a/docs/orgs.md b/docs/orgs.md index 4526bd4c91..141ae423d5 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.3.0-alpha.0/packages/cli/src/commands/orgs/index.ts)_ +_See code: [src/commands/orgs/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/orgs/open.ts)_ +_See code: [src/commands/orgs/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/orgs/open.ts)_ diff --git a/docs/pg.md b/docs/pg.md index 71f8ed1230..24456471a1 100644 --- a/docs/pg.md +++ b/docs/pg.md @@ -96,7 +96,7 @@ DESCRIPTION list database backups ``` -_See code: [src/commands/pg/backups/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/index.ts)_ +_See code: [src/commands/pg/backups/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/index.ts)_ ## `heroku pg:backups:cancel [BACKUP_ID]` @@ -114,7 +114,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.3.0-alpha.0/packages/cli/src/commands/pg/backups/cancel.ts)_ +_See code: [src/commands/pg/backups/cancel.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/cancel.ts)_ ## `heroku pg:backups:capture [DATABASE]` @@ -134,7 +134,7 @@ DESCRIPTION capture a new backup ``` -_See code: [src/commands/pg/backups/capture.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/capture.ts)_ +_See code: [src/commands/pg/backups/capture.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/capture.ts)_ ## `heroku pg:backups:delete BACKUP_ID` @@ -156,7 +156,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.3.0-alpha.0/packages/cli/src/commands/pg/backups/delete.ts)_ +_See code: [src/commands/pg/backups/delete.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/delete.ts)_ ## `heroku pg:backups:download [BACKUP_ID]` @@ -175,7 +175,7 @@ DESCRIPTION downloads database backup ``` -_See code: [src/commands/pg/backups/download.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/download.ts)_ +_See code: [src/commands/pg/backups/download.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/download.ts)_ ## `heroku pg:backups:info [BACKUP_ID]` @@ -193,7 +193,7 @@ DESCRIPTION get information about a specific backup ``` -_See code: [src/commands/pg/backups/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/info.ts)_ +_See code: [src/commands/pg/backups/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/info.ts)_ ## `heroku pg:backups:restore [BACKUP] [DATABASE]` @@ -217,7 +217,7 @@ DESCRIPTION restore a backup (default latest) to a database ``` -_See code: [src/commands/pg/backups/restore.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/restore.ts)_ +_See code: [src/commands/pg/backups/restore.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/restore.ts)_ ## `heroku pg:backups:schedule [DATABASE]` @@ -237,7 +237,7 @@ DESCRIPTION schedule daily backups for given database ``` -_See code: [src/commands/pg/backups/schedule.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/schedule.ts)_ +_See code: [src/commands/pg/backups/schedule.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/schedule.ts)_ ## `heroku pg:backups:schedules` @@ -255,7 +255,7 @@ DESCRIPTION list backup schedule ``` -_See code: [src/commands/pg/backups/schedules.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/schedules.ts)_ +_See code: [src/commands/pg/backups/schedules.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/schedules.ts)_ ## `heroku pg:backups:unschedule [DATABASE]` @@ -273,7 +273,7 @@ DESCRIPTION stop daily backups ``` -_See code: [src/commands/pg/backups/unschedule.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/backups/unschedule.ts)_ +_See code: [src/commands/pg/backups/unschedule.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/unschedule.ts)_ ## `heroku pg:backups:url [BACKUP_ID]` @@ -291,7 +291,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.3.0-alpha.0/packages/cli/src/commands/pg/backups/url.ts)_ +_See code: [src/commands/pg/backups/url.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/backups/url.ts)_ ## `heroku pg:bloat [DATABASE]` @@ -309,7 +309,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.3.0-alpha.0/packages/cli/src/commands/pg/bloat.ts)_ +_See code: [src/commands/pg/bloat.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/bloat.ts)_ ## `heroku pg:blocking [DATABASE]` @@ -327,7 +327,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.3.0-alpha.0/packages/cli/src/commands/pg/blocking.ts)_ +_See code: [src/commands/pg/blocking.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/blocking.ts)_ ## `heroku pg:connection-pooling:attach [DATABASE]` @@ -349,7 +349,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/connection-pooling/attach.ts)_ ## `heroku pg:copy SOURCE TARGET` @@ -371,7 +371,7 @@ DESCRIPTION copy all data from source db to target ``` -_See code: [src/commands/pg/copy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/copy.ts)_ +_See code: [src/commands/pg/copy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/copy.ts)_ ## `heroku pg:credentials [DATABASE]` @@ -389,7 +389,7 @@ DESCRIPTION show information on credentials in the database ``` -_See code: [src/commands/pg/credentials.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/credentials.ts)_ +_See code: [src/commands/pg/credentials.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/credentials.ts)_ ## `heroku pg:credentials:create [DATABASE]` @@ -411,7 +411,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.3.0-alpha.0/packages/cli/src/commands/pg/credentials/create.ts)_ +_See code: [src/commands/pg/credentials/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/credentials/create.ts)_ ## `heroku pg:credentials:destroy [DATABASE]` @@ -434,7 +434,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.3.0-alpha.0/packages/cli/src/commands/pg/credentials/destroy.ts)_ +_See code: [src/commands/pg/credentials/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/credentials/destroy.ts)_ ## `heroku pg:credentials:repair-default [DATABASE]` @@ -456,7 +456,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/credentials/repair-default.ts)_ ## `heroku pg:credentials:rotate [DATABASE]` @@ -478,7 +478,7 @@ DESCRIPTION rotate the database credentials ``` -_See code: [src/commands/pg/credentials/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/credentials/rotate.ts)_ +_See code: [src/commands/pg/credentials/rotate.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/credentials/rotate.ts)_ ## `heroku pg:credentials:url [DATABASE]` @@ -497,7 +497,7 @@ DESCRIPTION show information on a database credential ``` -_See code: [src/commands/pg/credentials/url.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/credentials/url.ts)_ +_See code: [src/commands/pg/credentials/url.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/credentials/url.ts)_ ## `heroku pg:diagnose [DATABASE|REPORT_ID]` @@ -518,7 +518,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.3.0-alpha.0/packages/cli/src/commands/pg/diagnose.ts)_ +_See code: [src/commands/pg/diagnose.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/diagnose.ts)_ ## `heroku pg:info [DATABASE]` @@ -539,7 +539,7 @@ ALIASES $ heroku pg ``` -_See code: [src/commands/pg/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/info.ts)_ +_See code: [src/commands/pg/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/info.ts)_ ## `heroku pg:kill PID [DATABASE]` @@ -558,7 +558,7 @@ DESCRIPTION kill a query ``` -_See code: [src/commands/pg/kill.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/kill.ts)_ +_See code: [src/commands/pg/kill.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/kill.ts)_ ## `heroku pg:killall [DATABASE]` @@ -576,7 +576,7 @@ DESCRIPTION terminates all connections for all credentials ``` -_See code: [src/commands/pg/killall.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/killall.ts)_ +_See code: [src/commands/pg/killall.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/killall.ts)_ ## `heroku pg:links [DATABASE]` @@ -594,7 +594,7 @@ DESCRIPTION lists all databases and information on link ``` -_See code: [src/commands/pg/links/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/links/index.ts)_ +_See code: [src/commands/pg/links/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/links/index.ts)_ ## `heroku pg:links:create REMOTE DATABASE` @@ -615,7 +615,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.3.0-alpha.0/packages/cli/src/commands/pg/links/create.ts)_ +_See code: [src/commands/pg/links/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/links/create.ts)_ ## `heroku pg:links:destroy DATABASE LINK` @@ -637,7 +637,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.3.0-alpha.0/packages/cli/src/commands/pg/links/destroy.ts)_ +_See code: [src/commands/pg/links/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/links/destroy.ts)_ ## `heroku pg:locks [DATABASE]` @@ -656,7 +656,7 @@ DESCRIPTION display queries with active locks ``` -_See code: [src/commands/pg/locks.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/locks.ts)_ +_See code: [src/commands/pg/locks.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/locks.ts)_ ## `heroku pg:maintenance [DATABASE]` @@ -674,7 +674,7 @@ DESCRIPTION show current maintenance information ``` -_See code: [src/commands/pg/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/maintenance/index.ts)_ +_See code: [src/commands/pg/maintenance/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/maintenance/index.ts)_ ## `heroku pg:maintenance:run [DATABASE]` @@ -693,7 +693,7 @@ DESCRIPTION start maintenance ``` -_See code: [src/commands/pg/maintenance/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/maintenance/run.ts)_ +_See code: [src/commands/pg/maintenance/run.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/maintenance/run.ts)_ ## `heroku pg:maintenance:window WINDOW [DATABASE]` @@ -716,7 +716,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.3.0-alpha.0/packages/cli/src/commands/pg/maintenance/window.ts)_ +_See code: [src/commands/pg/maintenance/window.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/maintenance/window.ts)_ ## `heroku pg:outliers [DATABASE]` @@ -737,7 +737,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.3.0-alpha.0/packages/cli/src/commands/pg/outliers.ts)_ +_See code: [src/commands/pg/outliers.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/outliers.ts)_ ## `heroku pg:promote DATABASE` @@ -756,7 +756,7 @@ DESCRIPTION sets DATABASE as your DATABASE_URL ``` -_See code: [src/commands/pg/promote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/promote.ts)_ +_See code: [src/commands/pg/promote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/promote.ts)_ ## `heroku pg:ps [DATABASE]` @@ -775,7 +775,7 @@ DESCRIPTION view active queries with execution time ``` -_See code: [src/commands/pg/ps.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/ps.ts)_ +_See code: [src/commands/pg/ps.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/ps.ts)_ ## `heroku pg:psql [DATABASE]` @@ -799,7 +799,7 @@ ALIASES $ heroku psql ``` -_See code: [src/commands/pg/psql.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/psql.ts)_ +_See code: [src/commands/pg/psql.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/psql.ts)_ ## `heroku pg:pull SOURCE TARGET` @@ -838,7 +838,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.3.0-alpha.0/packages/cli/src/commands/pg/pull.ts)_ +_See code: [src/commands/pg/pull.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/pull.ts)_ ## `heroku pg:push SOURCE TARGET` @@ -873,7 +873,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.3.0-alpha.0/packages/cli/src/commands/pg/push.ts)_ +_See code: [src/commands/pg/push.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/push.ts)_ ## `heroku pg:reset [DATABASE]` @@ -893,7 +893,7 @@ DESCRIPTION delete all data in DATABASE ``` -_See code: [src/commands/pg/reset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/reset.ts)_ +_See code: [src/commands/pg/reset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/reset.ts)_ ## `heroku pg:settings [DATABASE]` @@ -911,7 +911,7 @@ DESCRIPTION show your current database settings ``` -_See code: [src/commands/pg/settings/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/settings/index.ts)_ +_See code: [src/commands/pg/settings/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/settings/index.ts)_ ## `heroku pg:settings:auto-explain [DATABASE] [VALUE]` @@ -931,7 +931,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain.ts)_ ## `heroku pg:settings:auto-explain:log-analyze [DATABASE] [VALUE]` @@ -953,7 +953,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-analyze.ts)_ ## `heroku pg:settings:auto-explain:log-buffers [DATABASE] [VALUE]` @@ -973,7 +973,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-buffers.ts)_ ## `heroku pg:settings:auto-explain:log-min-duration [DATABASE] [VALUE]` @@ -992,7 +992,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-min-duration.ts)_ ## `heroku pg:settings:auto-explain:log-nested-statements [DATABASE] [VALUE]` @@ -1010,7 +1010,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-nested-statements.ts)_ ## `heroku pg:settings:auto-explain:log-triggers [DATABASE] [VALUE]` @@ -1029,7 +1029,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-triggers.ts)_ ## `heroku pg:settings:auto-explain:log-verbose [DATABASE] [VALUE]` @@ -1048,7 +1048,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/auto-explain/log-verbose.ts)_ ## `heroku pg:settings:log-connections [DATABASE] [VALUE]` @@ -1067,7 +1067,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/log-connections.ts)_ ## `heroku pg:settings:log-lock-waits [DATABASE] [VALUE]` @@ -1090,7 +1090,7 @@ DESCRIPTION transaction. ``` -_See code: [src/commands/pg/settings/log-lock-waits.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/log-lock-waits.ts)_ ## `heroku pg:settings:log-min-duration-statement [DATABASE] [VALUE]` @@ -1111,7 +1111,7 @@ DESCRIPTION durations. ``` -_See code: [src/commands/pg/settings/log-min-duration-statement.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/log-min-duration-statement.ts)_ ## `heroku pg:settings:log-statement [DATABASE] [VALUE]` @@ -1135,7 +1135,7 @@ DESCRIPTION all - All statements are logged ``` -_See code: [src/commands/pg/settings/log-statement.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/log-statement.ts)_ ## `heroku pg:settings:track-functions [DATABASE] [VALUE]` @@ -1158,7 +1158,7 @@ DESCRIPTION not tracked ``` -_See code: [src/commands/pg/settings/track-functions.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/pg/settings/track-functions.ts)_ ## `heroku pg:unfollow DATABASE` @@ -1177,7 +1177,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.3.0-alpha.0/packages/cli/src/commands/pg/unfollow.ts)_ +_See code: [src/commands/pg/unfollow.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/unfollow.ts)_ ## `heroku pg:upgrade [DATABASE]` @@ -1199,7 +1199,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.3.0-alpha.0/packages/cli/src/commands/pg/upgrade.ts)_ +_See code: [src/commands/pg/upgrade.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/upgrade.ts)_ ## `heroku pg:vacuum-stats [DATABASE]` @@ -1217,7 +1217,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.3.0-alpha.0/packages/cli/src/commands/pg/vacuum-stats.ts)_ +_See code: [src/commands/pg/vacuum-stats.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/vacuum-stats.ts)_ ## `heroku pg:wait [DATABASE]` @@ -1237,4 +1237,4 @@ DESCRIPTION blocks until database is available ``` -_See code: [src/commands/pg/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/pg/wait.ts)_ +_See code: [src/commands/pg/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pg/wait.ts)_ diff --git a/docs/pipelines.md b/docs/pipelines.md index b511a679f5..dd800c0085 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.3.0-alpha.0/packages/cli/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/pipelines/update.ts)_ diff --git a/docs/ps.md b/docs/ps.md index dacc8ba9e8..82b6f413b1 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.3.0-alpha.0/packages/cli/src/commands/ps/index.ts)_ +_See code: [src/commands/ps/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:copy FILE` @@ -235,7 +235,7 @@ EXAMPLES $ heroku ps:restart ``` -_See code: [src/commands/ps/restart.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ps/restart.ts)_ +_See code: [src/commands/ps/restart.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/restart.ts)_ ## `heroku ps:scale` @@ -268,7 +268,7 @@ EXAMPLES web=3:Standard-2X worker=1:Standard-1X ``` -_See code: [src/commands/ps/scale.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ps/scale.ts)_ +_See code: [src/commands/ps/scale.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/scale.ts)_ ## `heroku ps:socks` @@ -319,7 +319,7 @@ EXAMPLES $ heroku ps:stop run ``` -_See code: [src/commands/ps/stop.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ps/stop.ts)_ +_See code: [src/commands/ps/stop.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/stop.ts)_ ## `heroku ps:type` @@ -348,7 +348,7 @@ ALIASES $ heroku dyno:resize ``` -_See code: [src/commands/ps/type.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/ps/type.ts)_ +_See code: [src/commands/ps/type.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/type.ts)_ ## `heroku ps:wait` @@ -369,4 +369,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.3.0-alpha.0/packages/cli/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/ps/wait.ts)_ diff --git a/docs/redis.md b/docs/redis.md index 648632450e..d6943fe3ff 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -58,7 +58,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.3.0-alpha.0/packages/cli/src/commands/redis/cli.ts)_ +_See code: [src/commands/redis/cli.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/cli.ts)_ ## `heroku redis:credentials [DATABASE]` @@ -77,7 +77,7 @@ DESCRIPTION display credentials information ``` -_See code: [src/commands/redis/credentials.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/redis/credentials.ts)_ +_See code: [src/commands/redis/credentials.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/credentials.ts)_ ## `heroku redis:info [DATABASE]` @@ -99,7 +99,7 @@ ALIASES $ heroku redis ``` -_See code: [src/commands/redis/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/redis/info.ts)_ +_See code: [src/commands/redis/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/info.ts)_ ## `heroku redis:keyspace-notifications [DATABASE]` @@ -134,7 +134,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.3.0-alpha.0/packages/cli/src/commands/redis/keyspace-notifications.ts)_ +_See code: [src/commands/redis/keyspace-notifications.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/keyspace-notifications.ts)_ ## `heroku redis:maintenance [DATABASE]` @@ -156,7 +156,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.3.0-alpha.0/packages/cli/src/commands/redis/maintenance.ts)_ +_See code: [src/commands/redis/maintenance.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/maintenance.ts)_ ## `heroku redis:maxmemory [DATABASE]` @@ -185,7 +185,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.3.0-alpha.0/packages/cli/src/commands/redis/maxmemory.ts)_ +_See code: [src/commands/redis/maxmemory.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/maxmemory.ts)_ ## `heroku redis:promote [DATABASE]` @@ -203,7 +203,7 @@ DESCRIPTION sets DATABASE as your REDIS_URL ``` -_See code: [src/commands/redis/promote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/redis/promote.ts)_ +_See code: [src/commands/redis/promote.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/promote.ts)_ ## `heroku redis:stats-reset [DATABASE]` @@ -222,7 +222,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.3.0-alpha.0/packages/cli/src/commands/redis/stats-reset.ts)_ +_See code: [src/commands/redis/stats-reset.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/stats-reset.ts)_ ## `heroku redis:timeout [DATABASE]` @@ -242,7 +242,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.3.0-alpha.0/packages/cli/src/commands/redis/timeout.ts)_ +_See code: [src/commands/redis/timeout.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/timeout.ts)_ ## `heroku redis:upgrade [DATABASE]` @@ -262,7 +262,7 @@ DESCRIPTION perform in-place version upgrade ``` -_See code: [src/commands/redis/upgrade.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/redis/upgrade.ts)_ +_See code: [src/commands/redis/upgrade.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/upgrade.ts)_ ## `heroku redis:wait [DATABASE]` @@ -281,4 +281,4 @@ DESCRIPTION wait for Redis instance to be available ``` -_See code: [src/commands/redis/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/redis/wait.ts)_ +_See code: [src/commands/redis/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/redis/wait.ts)_ diff --git a/docs/regions.md b/docs/regions.md index 5bdaa699d7..f753cce998 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.3.0-alpha.0/packages/cli/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/regions.ts)_ diff --git a/docs/releases.md b/docs/releases.md index 305b040dd4..71688b7ee9 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.3.0-alpha.0/packages/cli/src/commands/releases/index.ts)_ +_See code: [src/commands/releases/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/releases/index.ts)_ ## `heroku releases:info [RELEASE]` @@ -53,7 +53,7 @@ DESCRIPTION view detailed information for a release ``` -_See code: [src/commands/releases/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/releases/info.ts)_ +_See code: [src/commands/releases/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/releases/info.ts)_ ## `heroku releases:output [RELEASE]` @@ -71,7 +71,7 @@ DESCRIPTION View the release command output ``` -_See code: [src/commands/releases/output.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/releases/output.ts)_ +_See code: [src/commands/releases/output.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/releases/output.ts)_ ## `heroku releases:rollback [RELEASE]` @@ -91,4 +91,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.3.0-alpha.0/packages/cli/src/commands/releases/rollback.ts)_ +_See code: [src/commands/releases/rollback.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/releases/rollback.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 91b5960484..3454ebc782 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.3.0-alpha.0/packages/cli/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/reviewapps/enable.ts)_ diff --git a/docs/run.md b/docs/run.md index 90bc848d41..c30c1c68f8 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.3.0-alpha.0/packages/cli/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/run/detached.ts)_ diff --git a/docs/sessions.md b/docs/sessions.md index 81ee7b6f99..4c962dfa00 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.3.0-alpha.0/packages/cli/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/sessions/index.ts)_ ## `heroku sessions:destroy ID` @@ -35,4 +35,4 @@ DESCRIPTION delete (logout) OAuth session by ID ``` -_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/sessions/destroy.ts)_ diff --git a/docs/spaces.md b/docs/spaces.md index 7cb3937ef2..8a77854be7 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.3.0-alpha.0/packages/cli/src/commands/spaces/index.ts)_ +_See code: [src/commands/spaces/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/create.ts)_ +_See code: [src/commands/spaces/create.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/destroy.ts)_ +_See code: [src/commands/spaces/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/info.ts)_ +_See code: [src/commands/spaces/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/peerings/index.ts)_ +_See code: [src/commands/spaces/peerings/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/peerings/accept.ts)_ +_See code: [src/commands/spaces/peerings/accept.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/peerings/destroy.ts)_ +_See code: [src/commands/spaces/peerings/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/peerings/info.ts)_ +_See code: [src/commands/spaces/peerings/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/ps.ts)_ +_See code: [src/commands/spaces/ps.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/rename.ts)_ +_See code: [src/commands/spaces/rename.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/topology.ts)_ +_See code: [src/commands/spaces/topology.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/spaces/transfer.ts)_ +_See code: [src/commands/spaces/transfer.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/spaces/trusted-ips/index.ts)_ ## `heroku spaces:trusted-ips:add SOURCE` @@ -352,7 +352,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/spaces/trusted-ips/add.ts)_ ## `heroku spaces:trusted-ips:remove SOURCE` @@ -375,7 +375,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.3.0-alpha.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.3.0-alpha.1/packages/cli/src/commands/spaces/trusted-ips/remove.ts)_ ## `heroku spaces:vpn:config NAME` @@ -412,7 +412,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.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/config.ts)_ +_See code: [src/commands/spaces/vpn/config.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/config.ts)_ ## `heroku spaces:vpn:connect NAME` @@ -443,7 +443,7 @@ EXAMPLES ▸ Use spaces:vpn:wait to track allocation. ``` -_See code: [src/commands/spaces/vpn/connect.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/connect.ts)_ +_See code: [src/commands/spaces/vpn/connect.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/connect.ts)_ ## `heroku spaces:vpn:connections` @@ -468,7 +468,7 @@ EXAMPLES office active UP/UP ``` -_See code: [src/commands/spaces/vpn/connections.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/connections.ts)_ +_See code: [src/commands/spaces/vpn/connections.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/connections.ts)_ ## `heroku spaces:vpn:destroy NAME` @@ -492,7 +492,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.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/destroy.ts)_ +_See code: [src/commands/spaces/vpn/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/destroy.ts)_ ## `heroku spaces:vpn:info NAME` @@ -528,7 +528,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.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/info.ts)_ +_See code: [src/commands/spaces/vpn/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/info.ts)_ ## `heroku spaces:vpn:update NAME` @@ -557,7 +557,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.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/update.ts)_ +_See code: [src/commands/spaces/vpn/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/update.ts)_ ## `heroku spaces:vpn:wait NAME` @@ -589,7 +589,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.3.0-alpha.0/packages/cli/src/commands/spaces/vpn/wait.ts)_ +_See code: [src/commands/spaces/vpn/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/vpn/wait.ts)_ ## `heroku spaces:wait` @@ -609,4 +609,4 @@ DESCRIPTION wait for a space to be created ``` -_See code: [src/commands/spaces/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/spaces/wait.ts)_ +_See code: [src/commands/spaces/wait.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/spaces/wait.ts)_ diff --git a/docs/status.md b/docs/status.md index abc984dada..7c9894cbce 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.3.0-alpha.0/packages/cli/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/status.ts)_ diff --git a/docs/teams.md b/docs/teams.md index f173a96533..b764675d16 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.3.0-alpha.0/packages/cli/src/commands/teams/index.ts)_ +_See code: [src/commands/teams/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/teams/index.ts)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index 53c55b20fe..5010845834 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.3.0-alpha.0/packages/cli/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.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.3.0-alpha.0/packages/cli/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -101,7 +101,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.3.0-alpha.0/packages/cli/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -122,7 +122,7 @@ EXAMPLES $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -143,7 +143,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.3.0-alpha.0/packages/cli/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -164,7 +164,7 @@ EXAMPLES $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -188,7 +188,7 @@ EXAMPLES $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.0/packages/cli/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -214,4 +214,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.3.0-alpha.0/packages/cli/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v9.3.0-alpha.1/packages/cli/src/commands/webhooks/update.ts)_ diff --git a/lerna.json b/lerna.json index 865e199f38..6ada87cfa8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.3.0-alpha.0", + "version": "9.3.0-alpha.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 687b91a289..debb59c914 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [9.3.0-alpha.0](https://github.com/heroku/cli/compare/v9.1.0...v9.3.0-alpha.0) (2024-08-23) +# [9.3.0-alpha.1](https://github.com/heroku/cli/compare/v9.1.0...v9.3.0-alpha.1) (2024-08-23) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6dd7391dd2..db56de5609 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.3.0-alpha.0", + "version": "9.3.0-alpha.1", "author": "Heroku", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues",