heroku 8.4.3 → 8.4.4-beta.3
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.
|
@@ -9,7 +9,7 @@ export default class Index extends Command {
|
|
|
9
9
|
static flags: {
|
|
10
10
|
procfile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
11
11
|
env: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
12
|
-
port: import("@oclif/core/lib/interfaces").OptionFlag<string
|
|
12
|
+
port: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
13
13
|
restart: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
14
14
|
concurrency: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
|
|
15
15
|
};
|
|
@@ -65,7 +65,7 @@ Create.description = `create a new pipeline
|
|
|
65
65
|
An existing app must be specified as the first app in the pipeline.
|
|
66
66
|
The pipeline name will be inferred from the app name if not specified.
|
|
67
67
|
The stage of the app will be guessed based on its name if not specified.
|
|
68
|
-
The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs
|
|
68
|
+
The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs. `;
|
|
69
69
|
Create.examples = [
|
|
70
70
|
'$ heroku pipelines:create -a my-app-staging',
|
|
71
71
|
'$ heroku pipelines:create my-pipeline -a my-app-staging',
|
package/lib/global_telemetry.js
CHANGED
|
@@ -21,7 +21,7 @@ const heroku = new command_1.APIClient(config);
|
|
|
21
21
|
const token = heroku.auth;
|
|
22
22
|
const debug = require('debug')('global_telemetry');
|
|
23
23
|
const rollbar = new Rollbar({
|
|
24
|
-
accessToken: '
|
|
24
|
+
accessToken: '20783109b0064dbb85be0b2c5a5a5f79',
|
|
25
25
|
captureUncaught: true,
|
|
26
26
|
captureUnhandledRejections: true,
|
|
27
27
|
environment: isDev ? 'development' : 'production',
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "8.4.3",
|
|
2
|
+
"version": "8.4.4-beta.3",
|
|
3
3
|
"commands": {
|
|
4
4
|
"console": {
|
|
5
5
|
"id": "console",
|
|
@@ -1876,7 +1876,8 @@
|
|
|
1876
1876
|
"type": "option",
|
|
1877
1877
|
"char": "p",
|
|
1878
1878
|
"description": "port to listen on",
|
|
1879
|
-
"multiple": false
|
|
1879
|
+
"multiple": false,
|
|
1880
|
+
"default": "5001"
|
|
1880
1881
|
},
|
|
1881
1882
|
"restart": {
|
|
1882
1883
|
"name": "restart",
|
|
@@ -2015,7 +2016,7 @@
|
|
|
2015
2016
|
},
|
|
2016
2017
|
"pipelines:create": {
|
|
2017
2018
|
"id": "pipelines:create",
|
|
2018
|
-
"description": "create a new pipeline\n An existing app must be specified as the first app in the pipeline.\n The pipeline name will be inferred from the app name if not specified.\n The stage of the app will be guessed based on its name if not specified.\n The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs.",
|
|
2019
|
+
"description": "create a new pipeline\n An existing app must be specified as the first app in the pipeline.\n The pipeline name will be inferred from the app name if not specified.\n The stage of the app will be guessed based on its name if not specified.\n The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs. ",
|
|
2019
2020
|
"strict": true,
|
|
2020
2021
|
"pluginName": "heroku",
|
|
2021
2022
|
"pluginAlias": "heroku",
|
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.4.3",
|
|
4
|
+
"version": "8.4.4-beta.3",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
|
|
12
12
|
"@heroku-cli/notifications": "^1.2.2",
|
|
13
13
|
"@heroku-cli/plugin-addons-v5": "^8.4.0",
|
|
14
|
-
"@heroku-cli/plugin-apps-v5": "^8.4.
|
|
14
|
+
"@heroku-cli/plugin-apps-v5": "^8.4.4-beta.3",
|
|
15
15
|
"@heroku-cli/plugin-certs-v5": "^8.2.0",
|
|
16
16
|
"@heroku-cli/plugin-ci-v5": "^8.2.0",
|
|
17
17
|
"@heroku-cli/plugin-container-registry-v5": "^8.2.0",
|
|
18
18
|
"@heroku-cli/plugin-orgs-v5": "^8.2.0",
|
|
19
|
-
"@heroku-cli/plugin-pg-v5": "^8.4.
|
|
19
|
+
"@heroku-cli/plugin-pg-v5": "^8.4.4-beta.3",
|
|
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.2.0",
|
|
@@ -341,5 +341,5 @@
|
|
|
341
341
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
342
342
|
},
|
|
343
343
|
"types": "lib/index.d.ts",
|
|
344
|
-
"gitHead": "
|
|
344
|
+
"gitHead": "e1b6d6f2825368716bc0cfeec3c3f36ab1893870"
|
|
345
345
|
}
|