Skip to content

Commit a3a203b

Browse files
authored
release v8.4.1 (#2459)
* v8.4.1 * reverse removal of psql from cli README
1 parent 277f58c commit a3a203b

27 files changed

+119
-92
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.4.1](https://github.com/heroku/cli/compare/v8.4.0...v8.4.1) (2023-08-29)
7+
8+
**Note:** Version bump only for package heroku
9+
10+
11+
12+
13+
614
# [8.4.0](https://github.com/heroku/cli/compare/v8.3.1...v8.4.0) (2023-08-23)
715

816

docs/auth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ALIASES
2626
$ heroku twofactor
2727
```
2828

29-
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/2fa/index.ts)_
29+
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/2fa/index.ts)_
3030

3131
## `heroku auth:2fa:disable`
3232

@@ -47,7 +47,7 @@ EXAMPLES
4747
$ heroku auth:2fa:disable
4848
```
4949

50-
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/2fa/disable.ts)_
50+
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/2fa/disable.ts)_
5151

5252
## `heroku auth:login`
5353

@@ -69,7 +69,7 @@ ALIASES
6969
$ heroku login
7070
```
7171

72-
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/login.ts)_
72+
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/login.ts)_
7373

7474
## `heroku auth:logout`
7575

@@ -86,7 +86,7 @@ ALIASES
8686
$ heroku logout
8787
```
8888

89-
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/logout.ts)_
89+
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/logout.ts)_
9090

9191
## `heroku auth:token`
9292

@@ -105,7 +105,7 @@ DESCRIPTION
105105
authorizations:create
106106
```
107107

108-
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/token.ts)_
108+
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/token.ts)_
109109

110110
## `heroku auth:whoami`
111111

@@ -122,4 +122,4 @@ ALIASES
122122
$ heroku whoami
123123
```
124124

125-
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/auth/whoami.ts)_
125+
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/auth/whoami.ts)_

docs/authorizations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ EXAMPLES
2929
$ heroku authorizations
3030
```
3131

32-
_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/index.ts)_
32+
_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/index.ts)_
3333

3434
## `heroku authorizations:create`
3535

@@ -53,7 +53,7 @@ EXAMPLES
5353
$ heroku authorizations:create --description "For use with Anvil"
5454
```
5555

56-
_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/create.ts)_
56+
_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/create.ts)_
5757

5858
## `heroku authorizations:destroy ID`
5959

@@ -89,7 +89,7 @@ DESCRIPTION
8989
show an existing OAuth authorization
9090
```
9191

92-
_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/info.ts)_
92+
_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/info.ts)_
9393

9494
## `heroku authorizations:revoke ID`
9595

@@ -110,7 +110,7 @@ EXAMPLES
110110
$ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb
111111
```
112112

113-
_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/revoke.ts)_
113+
_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/revoke.ts)_
114114

115115
## `heroku authorizations:rotate ID`
116116

@@ -124,7 +124,7 @@ DESCRIPTION
124124
updates an OAuth authorization token
125125
```
126126

127-
_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/rotate.ts)_
127+
_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/rotate.ts)_
128128

129129
## `heroku authorizations:update ID`
130130

@@ -143,4 +143,4 @@ DESCRIPTION
143143
updates an OAuth authorization
144144
```
145145

146-
_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/authorizations/update.ts)_
146+
_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/authorizations/update.ts)_

docs/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ EXAMPLES
3232
$ heroku autocomplete --refresh-cache
3333
```
3434

35-
_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/autocomplete/index.ts)_
35+
_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/autocomplete/index.ts)_

docs/buildpacks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DESCRIPTION
2828
display the buildpacks for an app
2929
```
3030

31-
_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/index.ts)_
31+
_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/index.ts)_
3232

3333
## `heroku buildpacks:add BUILDPACK`
3434

@@ -50,7 +50,7 @@ DESCRIPTION
5050
add new app buildpack, inserting into list of buildpacks if necessary
5151
```
5252

53-
_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/add.ts)_
53+
_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/add.ts)_
5454

5555
## `heroku buildpacks:clear`
5656

@@ -68,7 +68,7 @@ DESCRIPTION
6868
clear all buildpacks set on the app
6969
```
7070

71-
_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/clear.ts)_
71+
_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/clear.ts)_
7272

7373
## `heroku buildpacks:info BUILDPACK`
7474

@@ -85,7 +85,7 @@ DESCRIPTION
8585
fetch info about a buildpack
8686
```
8787

88-
_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/info.ts)_
88+
_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/info.ts)_
8989

9090
## `heroku buildpacks:remove [BUILDPACK]`
9191

@@ -107,7 +107,7 @@ DESCRIPTION
107107
remove a buildpack set on the app
108108
```
109109

110-
_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/remove.ts)_
110+
_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/remove.ts)_
111111

112112
## `heroku buildpacks:search [TERM]`
113113

@@ -129,7 +129,7 @@ DESCRIPTION
129129
search for buildpacks
130130
```
131131

132-
_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/search.ts)_
132+
_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/search.ts)_
133133

134134
## `heroku buildpacks:set BUILDPACK`
135135

@@ -146,7 +146,7 @@ FLAGS
146146
-r, --remote=<value> git remote of app to use
147147
```
148148

149-
_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/set.ts)_
149+
_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/set.ts)_
150150

151151
## `heroku buildpacks:versions BUILDPACK`
152152

@@ -163,4 +163,4 @@ DESCRIPTION
163163
list versions of a buildpack
164164
```
165165

166-
_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/buildpacks/versions.ts)_
166+
_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/buildpacks/versions.ts)_

docs/ci.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EXAMPLES
3737
$ heroku ci --app murmuring-headland-14719
3838
```
3939

40-
_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/ci/index.ts)_
40+
_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/ci/index.ts)_
4141

4242
## `heroku ci:config`
4343

@@ -174,7 +174,7 @@ EXAMPLES
174174
$ heroku ci:info 1288 --app murmuring-headland-14719
175175
```
176176

177-
_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/ci/info.ts)_
177+
_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/ci/info.ts)_
178178

179179
## `heroku ci:last`
180180

@@ -196,7 +196,7 @@ EXAMPLES
196196
$ heroku ci:last --pipeline=my-pipeline --node 100
197197
```
198198

199-
_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/ci/last.ts)_
199+
_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/ci/last.ts)_
200200

201201
## `heroku ci:migrate-manifest`
202202

@@ -258,7 +258,7 @@ EXAMPLES
258258
$ heroku ci:rerun 985 --app murmuring-headland-14719
259259
```
260260

261-
_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/ci/rerun.ts)_
261+
_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/ci/rerun.ts)_
262262

263263
## `heroku ci:run`
264264

@@ -279,4 +279,4 @@ EXAMPLES
279279
$ heroku ci:run --app murmuring-headland-14719
280280
```
281281

282-
_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/ci/run.ts)_
282+
_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/ci/run.ts)_

docs/clients.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESCRIPTION
2525
list your OAuth clients
2626
```
2727

28-
_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/index.ts)_
28+
_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/index.ts)_
2929

3030
## `heroku clients:create NAME REDIRECT_URI`
3131

@@ -46,7 +46,7 @@ EXAMPLES
4646
$ heroku clients:create "Amazing" https://amazing-client.herokuapp.com/auth/heroku/callback
4747
```
4848

49-
_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/create.ts)_
49+
_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/create.ts)_
5050

5151
## `heroku clients:destroy ID`
5252

@@ -60,7 +60,7 @@ DESCRIPTION
6060
delete client by ID
6161
```
6262

63-
_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/destroy.ts)_
63+
_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/destroy.ts)_
6464

6565
## `heroku clients:info ID`
6666

@@ -81,7 +81,7 @@ EXAMPLES
8181
$ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946
8282
```
8383

84-
_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/info.ts)_
84+
_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/info.ts)_
8585

8686
## `heroku clients:rotate ID`
8787

@@ -99,7 +99,7 @@ DESCRIPTION
9999
rotate OAuth client secret
100100
```
101101

102-
_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/rotate.ts)_
102+
_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/rotate.ts)_
103103

104104
## `heroku clients:update ID`
105105

@@ -120,4 +120,4 @@ EXAMPLES
120120
$ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback
121121
```
122122

123-
_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/clients/update.ts)_
123+
_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/clients/update.ts)_

docs/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DESCRIPTION
2828
display the config vars for an app
2929
```
3030

31-
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/config/index.ts)_
31+
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/config/index.ts)_
3232

3333
## `heroku config:edit [KEY]`
3434

@@ -64,7 +64,7 @@ EXAMPLES
6464
$ VISUAL="atom --wait" heroku config:edit
6565
```
6666

67-
_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/config/edit.ts)_
67+
_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/config/edit.ts)_
6868

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

@@ -87,7 +87,7 @@ EXAMPLES
8787
production
8888
```
8989

90-
_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/config/get.ts)_
90+
_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/config/get.ts)_
9191

9292
## `heroku config:remove`
9393

@@ -167,4 +167,4 @@ EXAMPLES
167167
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
168168
```
169169

170-
_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/config/unset.ts)_
170+
_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/config/unset.ts)_

docs/domains.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ EXAMPLES
4848
$ heroku domains --filter 'Domain Name=www.example.com'
4949
```
5050

51-
_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/index.ts)_
51+
_See code: [src/commands/domains/index.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/index.ts)_
5252

5353
## `heroku domains:add HOSTNAME`
5454

@@ -73,7 +73,7 @@ EXAMPLES
7373
$ heroku domains:add www.example.com
7474
```
7575

76-
_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/add.ts)_
76+
_See code: [src/commands/domains/add.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/add.ts)_
7777

7878
## `heroku domains:clear`
7979

@@ -95,7 +95,7 @@ EXAMPLES
9595
$ heroku domains:clear
9696
```
9797

98-
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/clear.ts)_
98+
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/clear.ts)_
9999

100100
## `heroku domains:info HOSTNAME`
101101

@@ -117,7 +117,7 @@ EXAMPLES
117117
$ heroku domains:info www.example.com
118118
```
119119

120-
_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/info.ts)_
120+
_See code: [src/commands/domains/info.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/info.ts)_
121121

122122
## `heroku domains:remove HOSTNAME`
123123

@@ -139,7 +139,7 @@ EXAMPLES
139139
$ heroku domains:remove www.example.com
140140
```
141141

142-
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/remove.ts)_
142+
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/remove.ts)_
143143

144144
## `heroku domains:update HOSTNAME`
145145

@@ -162,7 +162,7 @@ EXAMPLES
162162
$ heroku domains:update www.example.com --cert mycert
163163
```
164164

165-
_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/update.ts)_
165+
_See code: [src/commands/domains/update.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/update.ts)_
166166

167167
## `heroku domains:wait [HOSTNAME]`
168168

@@ -181,4 +181,4 @@ DESCRIPTION
181181
wait for domain to be active for an app
182182
```
183183

184-
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/domains/wait.ts)_
184+
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/domains/wait.ts)_

docs/git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EXAMPLES
3131
...
3232
```
3333

34-
_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/git/clone.ts)_
34+
_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/git/clone.ts)_
3535

3636
## `heroku git:remote`
3737

@@ -57,4 +57,4 @@ EXAMPLES
5757
$ heroku git:remote --remote heroku-staging -a example
5858
```
5959

60-
_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.4.0/src/commands/git/remote.ts)_
60+
_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.4.1/src/commands/git/remote.ts)_

0 commit comments

Comments
 (0)