heroku 8.1.3 → 8.1.4-beta.1
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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +29 -30
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Heroku CLI
|
|
|
4
4
|

|
|
5
5
|
[](https://github.com/heroku/cli/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.npmjs.com/package/heroku)
|
|
7
|
-
[](https://github.com/heroku/cli/blob/
|
|
7
|
+
[](https://github.com/heroku/cli/blob/main/LICENSE)
|
|
8
8
|
|
|
9
9
|
The Heroku CLI is used to manage Heroku apps from the command line. It is built using [oclif](https://oclif.io).
|
|
10
10
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "8.1.
|
|
4
|
+
"version": "8.1.4-beta.1",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@heroku-cli/color": "1.1.14",
|
|
10
10
|
"@heroku-cli/command": "^9.0.2",
|
|
11
|
-
"@heroku-cli/plugin-addons-v5": "^8.1.0",
|
|
12
|
-
"@heroku-cli/plugin-apps": "^8.1.0",
|
|
13
|
-
"@heroku-cli/plugin-apps-v5": "^8.0
|
|
14
|
-
"@heroku-cli/plugin-auth": "^8.0
|
|
15
|
-
"@heroku-cli/plugin-autocomplete": "^8.0
|
|
16
|
-
"@heroku-cli/plugin-buildpacks": "^8.1.0",
|
|
17
|
-
"@heroku-cli/plugin-certs": "^8.1.0",
|
|
18
|
-
"@heroku-cli/plugin-certs-v5": "^8.1.0",
|
|
19
|
-
"@heroku-cli/plugin-ci": "^8.1.0",
|
|
20
|
-
"@heroku-cli/plugin-ci-v5": "^8.1.
|
|
21
|
-
"@heroku-cli/plugin-config": "^8.1.0",
|
|
22
|
-
"@heroku-cli/plugin-container-registry-v5": "^8.1.0",
|
|
23
|
-
"@heroku-cli/plugin-git": "^8.1.0",
|
|
24
|
-
"@heroku-cli/plugin-local": "^8.1.0",
|
|
25
|
-
"@heroku-cli/plugin-oauth-v5": "^8.1.0",
|
|
26
|
-
"@heroku-cli/plugin-orgs-v5": "^8.1.0",
|
|
27
|
-
"@heroku-cli/plugin-pg-v5": "^8.1.
|
|
28
|
-
"@heroku-cli/plugin-pipelines": "^8.1.
|
|
29
|
-
"@heroku-cli/plugin-ps": "^8.1.0",
|
|
11
|
+
"@heroku-cli/plugin-addons-v5": "^8.1.4-beta.0",
|
|
12
|
+
"@heroku-cli/plugin-apps": "^8.1.4-beta.0",
|
|
13
|
+
"@heroku-cli/plugin-apps-v5": "^8.1.4-beta.0",
|
|
14
|
+
"@heroku-cli/plugin-auth": "^8.1.4-beta.0",
|
|
15
|
+
"@heroku-cli/plugin-autocomplete": "^8.1.4-beta.0",
|
|
16
|
+
"@heroku-cli/plugin-buildpacks": "^8.1.4-beta.0",
|
|
17
|
+
"@heroku-cli/plugin-certs": "^8.1.4-beta.0",
|
|
18
|
+
"@heroku-cli/plugin-certs-v5": "^8.1.4-beta.0",
|
|
19
|
+
"@heroku-cli/plugin-ci": "^8.1.4-beta.0",
|
|
20
|
+
"@heroku-cli/plugin-ci-v5": "^8.1.4-beta.0",
|
|
21
|
+
"@heroku-cli/plugin-config": "^8.1.4-beta.0",
|
|
22
|
+
"@heroku-cli/plugin-container-registry-v5": "^8.1.4-beta.0",
|
|
23
|
+
"@heroku-cli/plugin-git": "^8.1.4-beta.0",
|
|
24
|
+
"@heroku-cli/plugin-local": "^8.1.4-beta.0",
|
|
25
|
+
"@heroku-cli/plugin-oauth-v5": "^8.1.4-beta.0",
|
|
26
|
+
"@heroku-cli/plugin-orgs-v5": "^8.1.4-beta.0",
|
|
27
|
+
"@heroku-cli/plugin-pg-v5": "^8.1.4-beta.0",
|
|
28
|
+
"@heroku-cli/plugin-pipelines": "^8.1.4-beta.0",
|
|
29
|
+
"@heroku-cli/plugin-ps": "^8.1.4-beta.0",
|
|
30
30
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
31
|
-
"@heroku-cli/plugin-redis-v5": "^8.1.
|
|
32
|
-
"@heroku-cli/plugin-run": "^8.1.0",
|
|
33
|
-
"@heroku-cli/plugin-spaces": "^8.1.
|
|
34
|
-
"@heroku-cli/plugin-status": "^8.1.0",
|
|
35
|
-
"@heroku-cli/plugin-webhooks": "^8.0
|
|
31
|
+
"@heroku-cli/plugin-redis-v5": "^8.1.4-beta.0",
|
|
32
|
+
"@heroku-cli/plugin-run": "^8.1.4-beta.0",
|
|
33
|
+
"@heroku-cli/plugin-spaces": "^8.1.4-beta.0",
|
|
34
|
+
"@heroku-cli/plugin-status": "^8.1.4-beta.0",
|
|
35
|
+
"@heroku-cli/plugin-webhooks": "^8.1.4-beta.0",
|
|
36
36
|
"@oclif/core": "^1.26.2",
|
|
37
37
|
"@oclif/plugin-commands": "2.2.2",
|
|
38
38
|
"@oclif/plugin-help": "^5",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@oclif/plugin-warn-if-update-available": "2.0.29",
|
|
45
45
|
"@oclif/plugin-which": "2.2.8",
|
|
46
46
|
"debug": "4.1.1",
|
|
47
|
-
"execa": "1.
|
|
47
|
+
"execa": "5.1.1",
|
|
48
48
|
"fs-extra": "7.0.1",
|
|
49
49
|
"http-call": "5.3.0",
|
|
50
50
|
"netrc-parser": "3.1.6",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@types/ansi-styles": "^3.2.1",
|
|
58
58
|
"@types/chai": "^4.1.7",
|
|
59
59
|
"@types/debug": "^4.1.2",
|
|
60
|
-
"@types/execa": "^0.9.0",
|
|
61
60
|
"@types/fs-extra": "^5.0.5",
|
|
62
61
|
"@types/glob": "^7.1.1",
|
|
63
62
|
"@types/lodash": "^4.14.123",
|
|
@@ -67,12 +66,12 @@
|
|
|
67
66
|
"@types/write-json-file": "^3.2.1",
|
|
68
67
|
"aws-sdk": "^2.421.0",
|
|
69
68
|
"chai": "^4.2.0",
|
|
70
|
-
"globby": "^10.0.
|
|
69
|
+
"globby": "^10.0.2",
|
|
71
70
|
"lodash": "^4.17.11",
|
|
72
71
|
"mocha": "^5.2.0",
|
|
73
72
|
"nock": "^10.0.6",
|
|
74
73
|
"oclif": "3.8.1",
|
|
75
|
-
"qqjs": "0.3.
|
|
74
|
+
"qqjs": "0.3.11",
|
|
76
75
|
"read-pkg": "^4.0.1",
|
|
77
76
|
"sinon": "^7.2.4",
|
|
78
77
|
"ts-node": "^10.9.1",
|
|
@@ -285,5 +284,5 @@
|
|
|
285
284
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
286
285
|
},
|
|
287
286
|
"types": "lib/index.d.ts",
|
|
288
|
-
"gitHead": "
|
|
287
|
+
"gitHead": "9dd6448639dfbef30cc3894c8f59a49e3eadeb6c"
|
|
289
288
|
}
|