heroku 8.4.0 → 8.4.1-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.
|
@@ -42,6 +42,6 @@ WebhooksAdd.flags = {
|
|
|
42
42
|
include: command_1.flags.string({ char: 'i', description: 'comma delimited event types your server will receive ', required: true }),
|
|
43
43
|
level: command_1.flags.string({ char: 'l', description: 'notify does not retry, sync will retry until successful or timeout', required: true }),
|
|
44
44
|
secret: command_1.flags.string({ char: 's', description: 'value to sign delivery with in Heroku-Webhook-Hmac-SHA256 header' }),
|
|
45
|
-
authorization: command_1.flags.string({ char: 't', description: '
|
|
45
|
+
authorization: command_1.flags.string({ char: 't', description: 'authorization header to send with webhooks' }),
|
|
46
46
|
url: command_1.flags.string({ char: 'u', description: 'URL for receiver', required: true }),
|
|
47
47
|
};
|
|
@@ -33,7 +33,7 @@ WebhooksUpdate.flags = {
|
|
|
33
33
|
include: command_1.flags.string({ char: 'i', description: 'comma delimited event types your server will receive ', required: true }),
|
|
34
34
|
level: command_1.flags.string({ char: 'l', description: 'notify does not retry, sync will retry until successful or timeout', required: true }),
|
|
35
35
|
secret: command_1.flags.string({ char: 's', description: 'value to sign delivery with in Heroku-Webhook-Hmac-SHA256 header' }),
|
|
36
|
-
authorization: command_1.flags.string({ char: 't', description: '
|
|
36
|
+
authorization: command_1.flags.string({ char: 't', description: 'authorization header to send with webhooks' }),
|
|
37
37
|
url: command_1.flags.string({ char: 'u', description: 'URL for receiver', required: true }),
|
|
38
38
|
};
|
|
39
39
|
WebhooksUpdate.args = {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "8.4.0",
|
|
2
|
+
"version": "8.4.1-beta.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"console": {
|
|
5
5
|
"id": "console",
|
|
@@ -2860,7 +2860,7 @@
|
|
|
2860
2860
|
"name": "authorization",
|
|
2861
2861
|
"type": "option",
|
|
2862
2862
|
"char": "t",
|
|
2863
|
-
"description": "
|
|
2863
|
+
"description": "authorization header to send with webhooks",
|
|
2864
2864
|
"multiple": false
|
|
2865
2865
|
},
|
|
2866
2866
|
"url": {
|
|
@@ -3060,7 +3060,7 @@
|
|
|
3060
3060
|
"name": "authorization",
|
|
3061
3061
|
"type": "option",
|
|
3062
3062
|
"char": "t",
|
|
3063
|
-
"description": "
|
|
3063
|
+
"description": "authorization header to send with webhooks",
|
|
3064
3064
|
"multiple": false
|
|
3065
3065
|
},
|
|
3066
3066
|
"url": {
|
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.0",
|
|
4
|
+
"version": "8.4.1-beta.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -338,5 +338,5 @@
|
|
|
338
338
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
339
339
|
},
|
|
340
340
|
"types": "lib/index.d.ts",
|
|
341
|
-
"gitHead": "
|
|
341
|
+
"gitHead": "fe80247740261e4c9b0f67da3e36c9bfaac299a7"
|
|
342
342
|
}
|