heroku 8.7.0 → 8.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/oclif.manifest.json +1 -1
- package/package.json +14 -11
package/README.md
CHANGED
|
@@ -56,13 +56,16 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
|
|
|
56
56
|
* [`heroku logs`](docs/logs.md) - display recent log output
|
|
57
57
|
* [`heroku maintenance`](docs/maintenance.md) - enable/disable access to app
|
|
58
58
|
* [`heroku members`](docs/members.md) - manage organization members
|
|
59
|
+
* [`heroku notifications`](docs/notifications.md) - display notifications
|
|
59
60
|
* [`heroku orgs`](docs/orgs.md) - manage organizations
|
|
60
61
|
* [`heroku pg`](docs/pg.md) - manage postgresql databases
|
|
61
62
|
* [`heroku pipelines`](docs/pipelines.md) - manage pipelines
|
|
62
63
|
* [`heroku plugins`](docs/plugins.md) - List installed plugins.
|
|
63
64
|
* [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
|
|
65
|
+
* [`heroku psql`](docs/psql.md) - open a psql shell to the database
|
|
64
66
|
* [`heroku redis`](docs/redis.md) - manage heroku redis instances
|
|
65
67
|
* [`heroku regions`](docs/regions.md) - list available regions for deployment
|
|
68
|
+
* [`heroku releases`](docs/releases.md) - display the releases for an app
|
|
66
69
|
* [`heroku reviewapps`](docs/reviewapps.md) - manage reviewapps in pipelines
|
|
67
70
|
* [`heroku run`](docs/run.md) - run a one-off process inside a Heroku dyno
|
|
68
71
|
* [`heroku sessions`](docs/sessions.md) - OAuth sessions
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "8.7.0",
|
|
4
|
+
"version": "8.7.2-beta.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"@heroku-cli/plugin-addons-v5": "^8.6.0",
|
|
14
14
|
"@heroku-cli/plugin-apps-v5": "^8.6.0",
|
|
15
15
|
"@heroku-cli/plugin-certs-v5": "^8.6.0",
|
|
16
|
-
"@heroku-cli/plugin-ci-v5": "^8.
|
|
16
|
+
"@heroku-cli/plugin-ci-v5": "^8.7.2-beta.0",
|
|
17
17
|
"@heroku-cli/plugin-container-registry-v5": "^8.6.0",
|
|
18
|
-
"@heroku-cli/plugin-orgs-v5": "^8.
|
|
18
|
+
"@heroku-cli/plugin-orgs-v5": "^8.7.2-beta.0",
|
|
19
19
|
"@heroku-cli/plugin-pg-v5": "^8.7.0",
|
|
20
20
|
"@heroku-cli/plugin-ps": "^8.1.7",
|
|
21
21
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
22
22
|
"@heroku-cli/plugin-redis-v5": "^8.6.0",
|
|
23
23
|
"@heroku-cli/plugin-run": "8.1.4",
|
|
24
|
-
"@heroku-cli/plugin-spaces": "^8.
|
|
24
|
+
"@heroku-cli/plugin-spaces": "^8.7.1",
|
|
25
25
|
"@heroku-cli/schema": "^1.0.25",
|
|
26
26
|
"@heroku/buildpack-registry": "^1.0.1",
|
|
27
27
|
"@heroku/eventsource": "^1.0.7",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@oclif/plugin-legacy": "^1.3.0",
|
|
33
33
|
"@oclif/plugin-not-found": "2.3.16",
|
|
34
34
|
"@oclif/plugin-plugins": "2.4.3",
|
|
35
|
-
"@oclif/plugin-update": "3.
|
|
35
|
+
"@oclif/plugin-update": "3.2.4",
|
|
36
36
|
"@oclif/plugin-version": "^1.2.1",
|
|
37
37
|
"@oclif/plugin-warn-if-update-available": "2.0.29",
|
|
38
38
|
"@oclif/plugin-which": "2.2.8",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"typescript": "4.8.4"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
118
|
-
"node": "
|
|
118
|
+
"node": "~16.20.0"
|
|
119
119
|
},
|
|
120
120
|
"files": [
|
|
121
121
|
"/autocomplete-scripts",
|
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
"sign": "Developer ID Installer: Heroku INC",
|
|
171
171
|
"identifier": "com.heroku.cli"
|
|
172
172
|
},
|
|
173
|
+
"windows": {
|
|
174
|
+
"name": "Heroku CLI"
|
|
175
|
+
},
|
|
173
176
|
"topics": {
|
|
174
177
|
"2fa": {
|
|
175
178
|
"description": "two-factor authentication",
|
|
@@ -292,7 +295,7 @@
|
|
|
292
295
|
},
|
|
293
296
|
"update": {
|
|
294
297
|
"node": {
|
|
295
|
-
"version": "16.
|
|
298
|
+
"version": "16.20.2"
|
|
296
299
|
},
|
|
297
300
|
"s3": {
|
|
298
301
|
"xz": true,
|
|
@@ -327,18 +330,18 @@
|
|
|
327
330
|
},
|
|
328
331
|
"repository": "heroku/cli",
|
|
329
332
|
"scripts": {
|
|
330
|
-
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
|
|
331
333
|
"build": "rm -rf lib && tsc",
|
|
334
|
+
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
|
|
332
335
|
"postpublish": "rm -f oclif.manifest.json",
|
|
336
|
+
"posttest": "yarn lint",
|
|
333
337
|
"prepack": "yarn run build && oclif manifest",
|
|
334
338
|
"pretest": "tsc -p test --noEmit && cd ../.. && yarn build",
|
|
335
|
-
"test": "yarn pretest && nyc mocha --forbid-only \"test/**/*.unit.test.ts\" && yarn posttest",
|
|
336
339
|
"test:acceptance": "yarn pretest && mocha --forbid-only \"test/**/*.acceptance.test.ts\" && node ./bin/bats-test-runner",
|
|
337
340
|
"test:integration": "yarn pretest && mocha --forbid-only \"test/**/*.integration.test.ts\"",
|
|
338
341
|
"test:smoke": "yarn pretest && mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"",
|
|
339
|
-
"
|
|
342
|
+
"test": "yarn pretest && nyc mocha --forbid-only \"test/**/*.unit.test.ts\" && yarn posttest",
|
|
340
343
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
341
344
|
},
|
|
342
345
|
"types": "lib/index.d.ts",
|
|
343
|
-
"gitHead": "
|
|
346
|
+
"gitHead": "be6b1e4fb74ffd583ac6c27f6f76439678c0d278"
|
|
344
347
|
}
|