@salesforce/plugin-release-management 4.5.2 → 4.5.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.
- package/README.md +17 -17
- package/npm-shrinkwrap.json +6 -6
- package/oclif.manifest.json +154 -154
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
160
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/channel/promote.ts)_
|
|
161
161
|
|
|
162
162
|
## `sfdx cli:artifacts:compare`
|
|
163
163
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ sfdx cli:artifacts:compare
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
183
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/artifacts/compare.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx cli:install:jit:test`
|
|
186
186
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sfdx cli:install:jit:test
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
203
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/install/jit/test.ts)_
|
|
204
204
|
|
|
205
205
|
## `sfdx cli:install:test`
|
|
206
206
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
243
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/install/test.ts)_
|
|
244
244
|
|
|
245
245
|
## `sfdx cli:release:automerge`
|
|
246
246
|
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
272
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/release/automerge.ts)_
|
|
273
273
|
|
|
274
274
|
## `sfdx cli:release:build`
|
|
275
275
|
|
|
@@ -330,7 +330,7 @@ EXAMPLES
|
|
|
330
330
|
$ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
333
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/release/build.ts)_
|
|
334
334
|
|
|
335
335
|
## `sfdx cli:releasenotes`
|
|
336
336
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
373
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/releasenotes.ts)_
|
|
374
374
|
|
|
375
375
|
## `sfdx cli:schemas:compare`
|
|
376
376
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ sfdx cli:schemas:compare
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
395
|
+
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/schemas/compare.ts)_
|
|
396
396
|
|
|
397
397
|
## `sfdx cli:tarballs:prepare`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx cli:tarballs:prepare
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
422
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/prepare.ts)_
|
|
423
423
|
|
|
424
424
|
## `sfdx cli:tarballs:smoke`
|
|
425
425
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sfdx cli:tarballs:smoke
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
451
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/smoke.ts)_
|
|
452
452
|
|
|
453
453
|
## `sfdx cli:tarballs:verify`
|
|
454
454
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ sfdx cli:tarballs:verify --cli sf
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
482
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/verify.ts)_
|
|
483
483
|
|
|
484
484
|
## `sfdx cli:versions:inspect`
|
|
485
485
|
|
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
534
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/versions/inspect.ts)_
|
|
535
535
|
|
|
536
536
|
## `sfdx dependabot:automerge`
|
|
537
537
|
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
573
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/dependabot/automerge.ts)_
|
|
574
574
|
|
|
575
575
|
## `sfdx github:check:closed`
|
|
576
576
|
|
|
@@ -596,7 +596,7 @@ EXAMPLES
|
|
|
596
596
|
$ sfdx github:check:closed -o me@gus.com
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
599
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/github/check/closed.ts)_
|
|
600
600
|
|
|
601
601
|
## `sfdx npm:dependencies:pin`
|
|
602
602
|
|
|
@@ -621,7 +621,7 @@ DESCRIPTION
|
|
|
621
621
|
in the package.json
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
624
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/npm/dependencies/pin.ts)_
|
|
625
625
|
|
|
626
626
|
## `sfdx npm:package:release`
|
|
627
627
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
publish npm package
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
655
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/npm/package/release.ts)_
|
|
656
656
|
|
|
657
657
|
## `sfdx plugins:trust:verify`
|
|
658
658
|
|
|
@@ -718,6 +718,6 @@ EXAMPLES
|
|
|
718
718
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.
|
|
721
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/repositories/index.ts)_
|
|
722
722
|
|
|
723
723
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.5.
|
|
9
|
+
"version": "4.5.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@salesforce/plugin-trust": "^2.6.23",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
|
-
"aws-sdk": "^2.
|
|
23
|
+
"aws-sdk": "^2.1502.0",
|
|
24
24
|
"chalk": "^4.1.0",
|
|
25
25
|
"fast-glob": "^3.3.2",
|
|
26
26
|
"got": "^11.8.6",
|
|
@@ -4379,9 +4379,9 @@
|
|
|
4379
4379
|
}
|
|
4380
4380
|
},
|
|
4381
4381
|
"node_modules/aws-sdk": {
|
|
4382
|
-
"version": "2.
|
|
4383
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
4384
|
-
"integrity": "sha512-
|
|
4382
|
+
"version": "2.1502.0",
|
|
4383
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1502.0.tgz",
|
|
4384
|
+
"integrity": "sha512-mUXUaWmbIyqE6zyIcbUUQIUgw1evK7gV1vQP7ZZEE0qi6hO2Mw99Nc25Bh+187yvRxamMTsFXvvmBViR0Q75SA==",
|
|
4385
4385
|
"license": "Apache-2.0",
|
|
4386
4386
|
"dependencies": {
|
|
4387
4387
|
"buffer": "4.9.2",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,158 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"channel:promote": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {},
|
|
6
|
-
"description": "promote a s3 channel",
|
|
7
|
-
"examples": [
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
|
|
9
|
-
],
|
|
10
|
-
"flags": {
|
|
11
|
-
"json": {
|
|
12
|
-
"description": "Format output as json.",
|
|
13
|
-
"helpGroup": "GLOBAL",
|
|
14
|
-
"name": "json",
|
|
15
|
-
"allowNo": false,
|
|
16
|
-
"type": "boolean"
|
|
17
|
-
},
|
|
18
|
-
"dryrun": {
|
|
19
|
-
"char": "d",
|
|
20
|
-
"name": "dryrun",
|
|
21
|
-
"summary": "If true, only show what would happen",
|
|
22
|
-
"allowNo": false,
|
|
23
|
-
"type": "boolean"
|
|
24
|
-
},
|
|
25
|
-
"promote-to-channel": {
|
|
26
|
-
"aliases": [
|
|
27
|
-
"target"
|
|
28
|
-
],
|
|
29
|
-
"char": "t",
|
|
30
|
-
"name": "promote-to-channel",
|
|
31
|
-
"required": true,
|
|
32
|
-
"summary": "the channel name that you are promoting to",
|
|
33
|
-
"default": "stable",
|
|
34
|
-
"hasDynamicHelp": false,
|
|
35
|
-
"multiple": false,
|
|
36
|
-
"type": "option"
|
|
37
|
-
},
|
|
38
|
-
"promote-from-channel": {
|
|
39
|
-
"aliases": [
|
|
40
|
-
"candidate"
|
|
41
|
-
],
|
|
42
|
-
"char": "C",
|
|
43
|
-
"name": "promote-from-channel",
|
|
44
|
-
"summary": "the channel name that you want to promote",
|
|
45
|
-
"hasDynamicHelp": false,
|
|
46
|
-
"multiple": false,
|
|
47
|
-
"type": "option"
|
|
48
|
-
},
|
|
49
|
-
"platform": {
|
|
50
|
-
"char": "p",
|
|
51
|
-
"name": "platform",
|
|
52
|
-
"summary": "the platform to promote",
|
|
53
|
-
"delimiter": ",",
|
|
54
|
-
"hasDynamicHelp": false,
|
|
55
|
-
"multiple": true,
|
|
56
|
-
"options": [
|
|
57
|
-
"win",
|
|
58
|
-
"macos",
|
|
59
|
-
"deb"
|
|
60
|
-
],
|
|
61
|
-
"type": "option"
|
|
62
|
-
},
|
|
63
|
-
"cli": {
|
|
64
|
-
"char": "c",
|
|
65
|
-
"name": "cli",
|
|
66
|
-
"required": true,
|
|
67
|
-
"summary": "the cli name to promote",
|
|
68
|
-
"hasDynamicHelp": false,
|
|
69
|
-
"multiple": false,
|
|
70
|
-
"options": [
|
|
71
|
-
"sf",
|
|
72
|
-
"sfdx"
|
|
73
|
-
],
|
|
74
|
-
"type": "option"
|
|
75
|
-
},
|
|
76
|
-
"sha": {
|
|
77
|
-
"char": "s",
|
|
78
|
-
"name": "sha",
|
|
79
|
-
"summary": "the short sha to promote",
|
|
80
|
-
"hasDynamicHelp": false,
|
|
81
|
-
"multiple": false,
|
|
82
|
-
"type": "option"
|
|
83
|
-
},
|
|
84
|
-
"max-age": {
|
|
85
|
-
"aliases": [
|
|
86
|
-
"maxage"
|
|
87
|
-
],
|
|
88
|
-
"char": "m",
|
|
89
|
-
"name": "max-age",
|
|
90
|
-
"summary": "cache control max-age in seconds",
|
|
91
|
-
"default": 300,
|
|
92
|
-
"hasDynamicHelp": false,
|
|
93
|
-
"multiple": false,
|
|
94
|
-
"type": "option"
|
|
95
|
-
},
|
|
96
|
-
"indexes": {
|
|
97
|
-
"char": "i",
|
|
98
|
-
"name": "indexes",
|
|
99
|
-
"summary": "append the promoted urls into the index files",
|
|
100
|
-
"allowNo": true,
|
|
101
|
-
"type": "boolean"
|
|
102
|
-
},
|
|
103
|
-
"xz": {
|
|
104
|
-
"char": "x",
|
|
105
|
-
"name": "xz",
|
|
106
|
-
"summary": "also upload xz",
|
|
107
|
-
"allowNo": true,
|
|
108
|
-
"type": "boolean"
|
|
109
|
-
},
|
|
110
|
-
"architecture-target": {
|
|
111
|
-
"aliases": [
|
|
112
|
-
"targets"
|
|
113
|
-
],
|
|
114
|
-
"char": "T",
|
|
115
|
-
"name": "architecture-target",
|
|
116
|
-
"summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
|
|
117
|
-
"delimiter": ",",
|
|
118
|
-
"hasDynamicHelp": false,
|
|
119
|
-
"multiple": true,
|
|
120
|
-
"options": [
|
|
121
|
-
"linux-x64",
|
|
122
|
-
"linux-arm",
|
|
123
|
-
"win32-x64",
|
|
124
|
-
"win32-x86",
|
|
125
|
-
"darwin-x64"
|
|
126
|
-
],
|
|
127
|
-
"type": "option"
|
|
128
|
-
},
|
|
129
|
-
"version": {
|
|
130
|
-
"char": "v",
|
|
131
|
-
"name": "version",
|
|
132
|
-
"summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
|
|
133
|
-
"hasDynamicHelp": false,
|
|
134
|
-
"multiple": false,
|
|
135
|
-
"type": "option"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
"hasDynamicHelp": false,
|
|
139
|
-
"hiddenAliases": [],
|
|
140
|
-
"id": "channel:promote",
|
|
141
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
142
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
143
|
-
"pluginType": "core",
|
|
144
|
-
"strict": true,
|
|
145
|
-
"summary": "promote a s3 channel",
|
|
146
|
-
"enableJsonFlag": true,
|
|
147
|
-
"SF_ENV": "SF_ENV",
|
|
148
|
-
"isESM": false,
|
|
149
|
-
"relativePath": [
|
|
150
|
-
"lib",
|
|
151
|
-
"commands",
|
|
152
|
-
"channel",
|
|
153
|
-
"promote.js"
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
3
|
"cli:releasenotes": {
|
|
157
4
|
"aliases": [],
|
|
158
5
|
"args": {},
|
|
@@ -320,6 +167,159 @@
|
|
|
320
167
|
"automerge.js"
|
|
321
168
|
]
|
|
322
169
|
},
|
|
170
|
+
"channel:promote": {
|
|
171
|
+
"aliases": [],
|
|
172
|
+
"args": {},
|
|
173
|
+
"description": "promote a s3 channel",
|
|
174
|
+
"examples": [
|
|
175
|
+
"<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
|
|
176
|
+
],
|
|
177
|
+
"flags": {
|
|
178
|
+
"json": {
|
|
179
|
+
"description": "Format output as json.",
|
|
180
|
+
"helpGroup": "GLOBAL",
|
|
181
|
+
"name": "json",
|
|
182
|
+
"allowNo": false,
|
|
183
|
+
"type": "boolean"
|
|
184
|
+
},
|
|
185
|
+
"dryrun": {
|
|
186
|
+
"char": "d",
|
|
187
|
+
"name": "dryrun",
|
|
188
|
+
"summary": "If true, only show what would happen",
|
|
189
|
+
"allowNo": false,
|
|
190
|
+
"type": "boolean"
|
|
191
|
+
},
|
|
192
|
+
"promote-to-channel": {
|
|
193
|
+
"aliases": [
|
|
194
|
+
"target"
|
|
195
|
+
],
|
|
196
|
+
"char": "t",
|
|
197
|
+
"name": "promote-to-channel",
|
|
198
|
+
"required": true,
|
|
199
|
+
"summary": "the channel name that you are promoting to",
|
|
200
|
+
"default": "stable",
|
|
201
|
+
"hasDynamicHelp": false,
|
|
202
|
+
"multiple": false,
|
|
203
|
+
"type": "option"
|
|
204
|
+
},
|
|
205
|
+
"promote-from-channel": {
|
|
206
|
+
"aliases": [
|
|
207
|
+
"candidate"
|
|
208
|
+
],
|
|
209
|
+
"char": "C",
|
|
210
|
+
"name": "promote-from-channel",
|
|
211
|
+
"summary": "the channel name that you want to promote",
|
|
212
|
+
"hasDynamicHelp": false,
|
|
213
|
+
"multiple": false,
|
|
214
|
+
"type": "option"
|
|
215
|
+
},
|
|
216
|
+
"platform": {
|
|
217
|
+
"char": "p",
|
|
218
|
+
"name": "platform",
|
|
219
|
+
"summary": "the platform to promote",
|
|
220
|
+
"delimiter": ",",
|
|
221
|
+
"hasDynamicHelp": false,
|
|
222
|
+
"multiple": true,
|
|
223
|
+
"options": [
|
|
224
|
+
"win",
|
|
225
|
+
"macos",
|
|
226
|
+
"deb"
|
|
227
|
+
],
|
|
228
|
+
"type": "option"
|
|
229
|
+
},
|
|
230
|
+
"cli": {
|
|
231
|
+
"char": "c",
|
|
232
|
+
"name": "cli",
|
|
233
|
+
"required": true,
|
|
234
|
+
"summary": "the cli name to promote",
|
|
235
|
+
"hasDynamicHelp": false,
|
|
236
|
+
"multiple": false,
|
|
237
|
+
"options": [
|
|
238
|
+
"sf",
|
|
239
|
+
"sfdx"
|
|
240
|
+
],
|
|
241
|
+
"type": "option"
|
|
242
|
+
},
|
|
243
|
+
"sha": {
|
|
244
|
+
"char": "s",
|
|
245
|
+
"name": "sha",
|
|
246
|
+
"summary": "the short sha to promote",
|
|
247
|
+
"hasDynamicHelp": false,
|
|
248
|
+
"multiple": false,
|
|
249
|
+
"type": "option"
|
|
250
|
+
},
|
|
251
|
+
"max-age": {
|
|
252
|
+
"aliases": [
|
|
253
|
+
"maxage"
|
|
254
|
+
],
|
|
255
|
+
"char": "m",
|
|
256
|
+
"name": "max-age",
|
|
257
|
+
"summary": "cache control max-age in seconds",
|
|
258
|
+
"default": 300,
|
|
259
|
+
"hasDynamicHelp": false,
|
|
260
|
+
"multiple": false,
|
|
261
|
+
"type": "option"
|
|
262
|
+
},
|
|
263
|
+
"indexes": {
|
|
264
|
+
"char": "i",
|
|
265
|
+
"name": "indexes",
|
|
266
|
+
"summary": "append the promoted urls into the index files",
|
|
267
|
+
"allowNo": true,
|
|
268
|
+
"type": "boolean"
|
|
269
|
+
},
|
|
270
|
+
"xz": {
|
|
271
|
+
"char": "x",
|
|
272
|
+
"name": "xz",
|
|
273
|
+
"summary": "also upload xz",
|
|
274
|
+
"allowNo": true,
|
|
275
|
+
"type": "boolean"
|
|
276
|
+
},
|
|
277
|
+
"architecture-target": {
|
|
278
|
+
"aliases": [
|
|
279
|
+
"targets"
|
|
280
|
+
],
|
|
281
|
+
"char": "T",
|
|
282
|
+
"name": "architecture-target",
|
|
283
|
+
"summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
|
|
284
|
+
"delimiter": ",",
|
|
285
|
+
"hasDynamicHelp": false,
|
|
286
|
+
"multiple": true,
|
|
287
|
+
"options": [
|
|
288
|
+
"linux-x64",
|
|
289
|
+
"linux-arm",
|
|
290
|
+
"win32-x64",
|
|
291
|
+
"win32-x86",
|
|
292
|
+
"darwin-x64"
|
|
293
|
+
],
|
|
294
|
+
"type": "option"
|
|
295
|
+
},
|
|
296
|
+
"version": {
|
|
297
|
+
"char": "v",
|
|
298
|
+
"name": "version",
|
|
299
|
+
"summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
|
|
300
|
+
"hasDynamicHelp": false,
|
|
301
|
+
"multiple": false,
|
|
302
|
+
"type": "option"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"hasDynamicHelp": false,
|
|
306
|
+
"hiddenAliases": [],
|
|
307
|
+
"id": "channel:promote",
|
|
308
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
309
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
310
|
+
"pluginType": "core",
|
|
311
|
+
"strict": true,
|
|
312
|
+
"summary": "promote a s3 channel",
|
|
313
|
+
"enableJsonFlag": true,
|
|
314
|
+
"SF_ENV": "SF_ENV",
|
|
315
|
+
"isESM": false,
|
|
316
|
+
"relativePath": [
|
|
317
|
+
"lib",
|
|
318
|
+
"commands",
|
|
319
|
+
"channel",
|
|
320
|
+
"promote.js"
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
323
|
"repositories": {
|
|
324
324
|
"aliases": [],
|
|
325
325
|
"args": {},
|
|
@@ -1322,5 +1322,5 @@
|
|
|
1322
1322
|
]
|
|
1323
1323
|
}
|
|
1324
1324
|
},
|
|
1325
|
-
"version": "4.5.
|
|
1325
|
+
"version": "4.5.3"
|
|
1326
1326
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "4.5.
|
|
4
|
+
"version": "4.5.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/plugin-trust": "^2.6.23",
|
|
20
20
|
"@salesforce/sf-plugins-core": "^4",
|
|
21
21
|
"@salesforce/ts-types": "^2.0.9",
|
|
22
|
-
"aws-sdk": "^2.
|
|
22
|
+
"aws-sdk": "^2.1502.0",
|
|
23
23
|
"chalk": "^4.1.0",
|
|
24
24
|
"fast-glob": "^3.3.2",
|
|
25
25
|
"got": "^11.8.6",
|