heroku 7.60.0 → 7.62.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/CHANGELOG.md +62 -0
- package/README.md +15 -0
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,68 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.62.0](https://github.com/heroku/cli/compare/v7.60.2...v7.62.0) (2022-08-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **certs-v5:** Removing references to SSL endpoints in the CLI ([#1885](https://github.com/heroku/cli/issues/1885)) ([94c1d98](https://github.com/heroku/cli/commit/94c1d98dfb171824e7aea8c9377ad68dae79caca))
|
|
12
|
+
* upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
|
|
13
|
+
* upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
|
|
14
|
+
* upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
|
|
15
|
+
* upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [7.61.1](https://github.com/heroku/cli/compare/v7.60.2...v7.61.1) (2022-08-03)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
|
|
27
|
+
* upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
|
|
28
|
+
* upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
|
|
29
|
+
* upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [7.61.0](https://github.com/heroku/cli/compare/v7.60.2...v7.61.0) (2022-08-03)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
|
|
41
|
+
* upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
|
|
42
|
+
* upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
|
|
43
|
+
* upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [7.60.2](https://github.com/heroku/cli/compare/v7.60.1...v7.60.2) (2022-04-27)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package heroku
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [7.60.1](https://github.com/heroku/cli/compare/v7.60.0...v7.60.1) (2022-03-31)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* upgrade tslib from 1.9.3 to 1.14.1 ([#1891](https://github.com/heroku/cli/issues/1891)) ([ccfe505](https://github.com/heroku/cli/commit/ccfe5057a1476a126316662ae4f50b7ebe48d4eb))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
6
68
|
# [7.60.0](https://github.com/heroku/cli/compare/v7.59.1...v7.60.0) (2022-03-23)
|
|
7
69
|
|
|
8
70
|
|
package/README.md
CHANGED
|
@@ -87,6 +87,21 @@ This project is built with [lerna](https://lerna.js.org/). The core plugins are
|
|
|
87
87
|
|
|
88
88
|
The standard `oclif` `./bin/run` script serves as your entry point to the CLI in your local development environment.
|
|
89
89
|
|
|
90
|
+
Testing
|
|
91
|
+
=======
|
|
92
|
+
|
|
93
|
+
Run all tests with `lerna run test`.
|
|
94
|
+
|
|
95
|
+
Run one test, in this case plugin-certs-v5, with `lerna run --scope @heroku-cli/plugin-certs-v5 test`.
|
|
96
|
+
|
|
97
|
+
## Debugging
|
|
98
|
+
|
|
99
|
+
Using WebStorm (from Jetbrains / IntelliJ), you can run/debug an individual test case.
|
|
100
|
+
|
|
101
|
+
- Create a new run/debug configuration
|
|
102
|
+
- Select the 'Mocha' type
|
|
103
|
+
- Set the working directory to the directory of the package you are using. (i.e. ~/Heroku/Repos/cli/packages/certs-v5)
|
|
104
|
+
|
|
90
105
|
Releasing
|
|
91
106
|
=========
|
|
92
107
|
See the [Heroku CLI Release Steps](https://salesforce.quip.com/aPLDA1ZwjNlW).
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"7.
|
|
1
|
+
{"version":"7.62.0","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.62.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": {
|
|
7
7
|
"heroku": "./bin/run"
|
|
@@ -10,40 +10,40 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@heroku-cli/color": "1.1.14",
|
|
12
12
|
"@heroku-cli/command": "^8.4.1",
|
|
13
|
-
"@heroku-cli/plugin-addons-v5": "^7.
|
|
14
|
-
"@heroku-cli/plugin-apps": "^7.
|
|
15
|
-
"@heroku-cli/plugin-apps-v5": "^7.
|
|
13
|
+
"@heroku-cli/plugin-addons-v5": "^7.62.0",
|
|
14
|
+
"@heroku-cli/plugin-apps": "^7.62.0",
|
|
15
|
+
"@heroku-cli/plugin-apps-v5": "^7.62.0",
|
|
16
16
|
"@heroku-cli/plugin-auth": "^7.60.0",
|
|
17
17
|
"@heroku-cli/plugin-autocomplete": "^7.60.0",
|
|
18
|
-
"@heroku-cli/plugin-buildpacks": "^7.
|
|
18
|
+
"@heroku-cli/plugin-buildpacks": "^7.62.0",
|
|
19
19
|
"@heroku-cli/plugin-certs": "^7.60.0",
|
|
20
|
-
"@heroku-cli/plugin-certs-v5": "^7.
|
|
21
|
-
"@heroku-cli/plugin-ci": "^7.
|
|
22
|
-
"@heroku-cli/plugin-ci-v5": "^7.
|
|
20
|
+
"@heroku-cli/plugin-certs-v5": "^7.62.0",
|
|
21
|
+
"@heroku-cli/plugin-ci": "^7.62.0",
|
|
22
|
+
"@heroku-cli/plugin-ci-v5": "^7.62.0",
|
|
23
23
|
"@heroku-cli/plugin-config": "^7.60.0",
|
|
24
24
|
"@heroku-cli/plugin-container-registry-v5": "^7.60.0",
|
|
25
|
-
"@heroku-cli/plugin-git": "^7.
|
|
25
|
+
"@heroku-cli/plugin-git": "^7.62.0",
|
|
26
26
|
"@heroku-cli/plugin-local": "^7.60.0",
|
|
27
27
|
"@heroku-cli/plugin-oauth-v5": "^7.54.0",
|
|
28
28
|
"@heroku-cli/plugin-orgs-v5": "^7.54.0",
|
|
29
29
|
"@heroku-cli/plugin-pg-v5": "^7.60.0",
|
|
30
|
-
"@heroku-cli/plugin-pipelines": "^7.
|
|
30
|
+
"@heroku-cli/plugin-pipelines": "^7.62.0",
|
|
31
31
|
"@heroku-cli/plugin-ps": "^7.60.0",
|
|
32
32
|
"@heroku-cli/plugin-ps-exec": "2.3.8",
|
|
33
|
-
"@heroku-cli/plugin-redis-v5": "^7.
|
|
33
|
+
"@heroku-cli/plugin-redis-v5": "^7.62.0",
|
|
34
34
|
"@heroku-cli/plugin-run": "^7.60.0",
|
|
35
35
|
"@heroku-cli/plugin-spaces": "^7.54.0",
|
|
36
36
|
"@heroku-cli/plugin-status": "^7.60.0",
|
|
37
37
|
"@heroku-cli/plugin-webhooks": "^7.60.0",
|
|
38
|
-
"@oclif/command": "1.
|
|
38
|
+
"@oclif/command": "1.8.16",
|
|
39
39
|
"@oclif/config": "1.13.2",
|
|
40
40
|
"@oclif/errors": "1.2.2",
|
|
41
41
|
"@oclif/plugin-commands": "^1.2.2",
|
|
42
42
|
"@oclif/plugin-help": "2.2.0",
|
|
43
43
|
"@oclif/plugin-legacy": "1.2.0",
|
|
44
44
|
"@oclif/plugin-not-found": "1.2.2",
|
|
45
|
-
"@oclif/plugin-plugins": "1.
|
|
46
|
-
"@oclif/plugin-update": "1.
|
|
45
|
+
"@oclif/plugin-plugins": "1.10.1",
|
|
46
|
+
"@oclif/plugin-update": "1.5.0",
|
|
47
47
|
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
|
48
48
|
"@oclif/plugin-which": "1.0.3",
|
|
49
49
|
"cli-ux": "4.9.3",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"http-call": "5.3.0",
|
|
54
54
|
"netrc-parser": "3.1.6",
|
|
55
55
|
"semver": "5.6.0",
|
|
56
|
-
"tslib": "1.
|
|
56
|
+
"tslib": "1.14.1",
|
|
57
57
|
"uuid": "3.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -284,5 +284,5 @@
|
|
|
284
284
|
"version": "oclif-dev readme --multi && git add README.md ../../docs"
|
|
285
285
|
},
|
|
286
286
|
"types": "lib/index.d.ts",
|
|
287
|
-
"gitHead": "
|
|
287
|
+
"gitHead": "13db7c5e684c5c44682a5115b9a29632a46fb69c"
|
|
288
288
|
}
|