Skip to content

Commit

Permalink
v8.7.0 (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed Oct 24, 2023
1 parent 51dc3ac commit e239675
Show file tree
Hide file tree
Showing 27 changed files with 117 additions and 90 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/heroku/cli/compare/v8.6.0...v8.7.0) (2023-10-24)

**Note:** Version bump only for package heroku





# [8.6.0](https://github.com/heroku/cli/compare/v8.5.0...v8.6.0) (2023-10-16)


Expand Down
12 changes: 6 additions & 6 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ALIASES
$ heroku twofactor
```

_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/2fa/index.ts)_
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -47,7 +47,7 @@ EXAMPLES
$ heroku auth:2fa:disable
```

_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/2fa/disable.ts)_
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/2fa/disable.ts)_

## `heroku auth:login`

Expand All @@ -69,7 +69,7 @@ ALIASES
$ heroku login
```

_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -86,7 +86,7 @@ ALIASES
$ heroku logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -105,7 +105,7 @@ DESCRIPTION
authorizations:create
```

_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -122,4 +122,4 @@ ALIASES
$ heroku whoami
```

_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/auth/whoami.ts)_
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/auth/whoami.ts)_
12 changes: 6 additions & 6 deletions docs/authorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
$ heroku authorizations
```

_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/authorizations/index.ts)_
_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/index.ts)_

## `heroku authorizations:create`

Expand All @@ -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/v8.6.0/src/commands/authorizations/create.ts)_
_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/create.ts)_

## `heroku authorizations:destroy ID`

Expand Down Expand Up @@ -89,7 +89,7 @@ DESCRIPTION
show an existing OAuth authorization
```

_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/authorizations/info.ts)_
_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/info.ts)_

## `heroku authorizations:revoke ID`

Expand All @@ -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/v8.6.0/src/commands/authorizations/revoke.ts)_
_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/revoke.ts)_

## `heroku authorizations:rotate ID`

Expand All @@ -124,7 +124,7 @@ DESCRIPTION
updates an OAuth authorization token
```

_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/authorizations/rotate.ts)_
_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/rotate.ts)_

## `heroku authorizations:update ID`

Expand All @@ -143,4 +143,4 @@ DESCRIPTION
updates an OAuth authorization
```

_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/authorizations/update.ts)_
_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/authorizations/update.ts)_
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/autocomplete/index.ts)_
16 changes: 8 additions & 8 deletions docs/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DESCRIPTION
display the buildpacks for an app
```

_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/buildpacks/index.ts)_
_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/index.ts)_

## `heroku buildpacks:add BUILDPACK`

Expand All @@ -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/v8.6.0/src/commands/buildpacks/add.ts)_
_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/add.ts)_

## `heroku buildpacks:clear`

Expand All @@ -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/v8.6.0/src/commands/buildpacks/clear.ts)_
_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/clear.ts)_

## `heroku buildpacks:info BUILDPACK`

Expand All @@ -85,7 +85,7 @@ DESCRIPTION
fetch info about a buildpack
```

_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/buildpacks/info.ts)_
_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/info.ts)_

## `heroku buildpacks:remove [BUILDPACK]`

Expand All @@ -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/v8.6.0/src/commands/buildpacks/remove.ts)_
_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/remove.ts)_

## `heroku buildpacks:search [TERM]`

Expand All @@ -129,7 +129,7 @@ DESCRIPTION
search for buildpacks
```

_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/buildpacks/search.ts)_
_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/search.ts)_

## `heroku buildpacks:set BUILDPACK`

Expand All @@ -146,7 +146,7 @@ FLAGS
-r, --remote=<value> git remote of app to use
```

_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/buildpacks/set.ts)_
_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/set.ts)_

## `heroku buildpacks:versions BUILDPACK`

Expand All @@ -163,4 +163,4 @@ DESCRIPTION
list versions of a buildpack
```

_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/buildpacks/versions.ts)_
_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/buildpacks/versions.ts)_
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EXAMPLES
$ heroku ci --app murmuring-headland-14719
```

_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/ci/index.ts)_
_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/ci/index.ts)_

## `heroku ci:config`

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

_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/ci/info.ts)_
_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/ci/info.ts)_

## `heroku ci:last`

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

_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/ci/last.ts)_
_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/ci/last.ts)_

## `heroku ci:migrate-manifest`

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

_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/ci/rerun.ts)_
_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/ci/rerun.ts)_

## `heroku ci:run`

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

_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/ci/run.ts)_
_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/ci/run.ts)_
12 changes: 6 additions & 6 deletions docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DESCRIPTION
list your OAuth clients
```

_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/clients/index.ts)_
_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/index.ts)_

## `heroku clients:create NAME REDIRECT_URI`

Expand All @@ -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/v8.6.0/src/commands/clients/create.ts)_
_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/create.ts)_

## `heroku clients:destroy ID`

Expand All @@ -60,7 +60,7 @@ DESCRIPTION
delete client by ID
```

_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/clients/destroy.ts)_
_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/destroy.ts)_

## `heroku clients:info ID`

Expand All @@ -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/v8.6.0/src/commands/clients/info.ts)_
_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/info.ts)_

## `heroku clients:rotate ID`

Expand All @@ -99,7 +99,7 @@ DESCRIPTION
rotate OAuth client secret
```

_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/clients/rotate.ts)_
_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/rotate.ts)_

## `heroku clients:update ID`

Expand All @@ -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/v8.6.0/src/commands/clients/update.ts)_
_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/clients/update.ts)_
8 changes: 4 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v8.6.0/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -64,7 +64,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/config/edit.ts)_
_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/config/edit.ts)_

## `heroku config:get KEY...`

Expand All @@ -87,7 +87,7 @@ EXAMPLES
production
```

_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/config/get.ts)_

## `heroku config:remove`

Expand Down Expand Up @@ -167,4 +167,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/v8.6.0/src/commands/config/unset.ts)_
_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/config/unset.ts)_
14 changes: 7 additions & 7 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v8.6.0/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -73,7 +73,7 @@ EXAMPLES
$ heroku domains:add www.example.com
```

_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -95,7 +95,7 @@ EXAMPLES
$ heroku domains:clear
```

_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -117,7 +117,7 @@ EXAMPLES
$ heroku domains:info www.example.com
```

_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -139,7 +139,7 @@ EXAMPLES
$ heroku domains:remove www.example.com
```

_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/remove.ts)_

## `heroku domains:update HOSTNAME`

Expand All @@ -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/v8.6.0/src/commands/domains/update.ts)_
_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/update.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -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/v8.6.0/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/domains/wait.ts)_
4 changes: 2 additions & 2 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EXAMPLES
...
```

_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.6.0/src/commands/git/clone.ts)_
_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/git/clone.ts)_

## `heroku git:remote`

Expand All @@ -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/v8.6.0/src/commands/git/remote.ts)_
_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.7.0/src/commands/git/remote.ts)_
Loading

0 comments on commit e239675

Please sign in to comment.