@salesforce/plugin-release-management 4.3.1 → 4.3.2
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 +7 -7
- package/oclif.manifest.json +1 -1
- 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.3.
|
|
160
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/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.3.
|
|
183
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/artifacts/compare.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx cli:install:jit:test`
|
|
186
186
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sfdx cli:install:jit:test
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
200
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/install/jit/test.ts)_
|
|
201
201
|
|
|
202
202
|
## `sfdx cli:install:test`
|
|
203
203
|
|
|
@@ -237,7 +237,7 @@ EXAMPLES
|
|
|
237
237
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
240
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/install/test.ts)_
|
|
241
241
|
|
|
242
242
|
## `sfdx cli:release:automerge`
|
|
243
243
|
|
|
@@ -266,7 +266,7 @@ EXAMPLES
|
|
|
266
266
|
$ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
269
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/release/automerge.ts)_
|
|
270
270
|
|
|
271
271
|
## `sfdx cli:release:build`
|
|
272
272
|
|
|
@@ -327,7 +327,7 @@ EXAMPLES
|
|
|
327
327
|
$ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
330
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/release/build.ts)_
|
|
331
331
|
|
|
332
332
|
## `sfdx cli:releasenotes`
|
|
333
333
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
370
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/releasenotes.ts)_
|
|
371
371
|
|
|
372
372
|
## `sfdx cli:schemas:compare`
|
|
373
373
|
|
|
@@ -389,7 +389,7 @@ EXAMPLES
|
|
|
389
389
|
$ sfdx cli:schemas:compare
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
392
|
+
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/schemas/compare.ts)_
|
|
393
393
|
|
|
394
394
|
## `sfdx cli:tarballs:prepare`
|
|
395
395
|
|
|
@@ -416,7 +416,7 @@ EXAMPLES
|
|
|
416
416
|
$ sfdx cli:tarballs:prepare
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
419
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/tarballs/prepare.ts)_
|
|
420
420
|
|
|
421
421
|
## `sfdx cli:tarballs:smoke`
|
|
422
422
|
|
|
@@ -445,7 +445,7 @@ EXAMPLES
|
|
|
445
445
|
$ sfdx cli:tarballs:smoke
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
448
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/tarballs/smoke.ts)_
|
|
449
449
|
|
|
450
450
|
## `sfdx cli:tarballs:verify`
|
|
451
451
|
|
|
@@ -476,7 +476,7 @@ EXAMPLES
|
|
|
476
476
|
$ sfdx cli:tarballs:verify --cli sf
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
479
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/tarballs/verify.ts)_
|
|
480
480
|
|
|
481
481
|
## `sfdx cli:versions:inspect`
|
|
482
482
|
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
531
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/cli/versions/inspect.ts)_
|
|
532
532
|
|
|
533
533
|
## `sfdx dependabot:automerge`
|
|
534
534
|
|
|
@@ -567,7 +567,7 @@ EXAMPLES
|
|
|
567
567
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
570
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/dependabot/automerge.ts)_
|
|
571
571
|
|
|
572
572
|
## `sfdx github:check:closed`
|
|
573
573
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
$ sfdx github:check:closed -o me@gus.com
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
596
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/github/check/closed.ts)_
|
|
597
597
|
|
|
598
598
|
## `sfdx npm:dependencies:pin`
|
|
599
599
|
|
|
@@ -618,7 +618,7 @@ DESCRIPTION
|
|
|
618
618
|
in the package.json
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
621
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/npm/dependencies/pin.ts)_
|
|
622
622
|
|
|
623
623
|
## `sfdx npm:package:release`
|
|
624
624
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
publish npm package
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
652
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/npm/package/release.ts)_
|
|
653
653
|
|
|
654
654
|
## `sfdx plugins:trust:verify`
|
|
655
655
|
|
|
@@ -715,6 +715,6 @@ EXAMPLES
|
|
|
715
715
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.
|
|
718
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.3.2/src/commands/repositories/index.ts)_
|
|
719
719
|
|
|
720
720
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.3.
|
|
9
|
+
"version": "4.3.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^2.15.0",
|
|
13
13
|
"@octokit/core": "^4.2.4",
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
15
15
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^4.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^4.3.6",
|
|
17
17
|
"@salesforce/core": "^5.2.10",
|
|
18
18
|
"@salesforce/kit": "^3.0.9",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.25",
|
|
@@ -2435,12 +2435,12 @@
|
|
|
2435
2435
|
}
|
|
2436
2436
|
},
|
|
2437
2437
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
2438
|
-
"version": "4.3.
|
|
2439
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.3.
|
|
2440
|
-
"integrity": "sha512-
|
|
2438
|
+
"version": "4.3.6",
|
|
2439
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.3.6.tgz",
|
|
2440
|
+
"integrity": "sha512-gcwXoMA6PtxzXL/Gd5XxlCpiV6Mbb8MehdAWWlmTb7ExfElHqvSPAwZEbim32ACcfJeqVVK0Y1CbRdbmNMNUYw==",
|
|
2441
2441
|
"license": "BSD-3-Clause",
|
|
2442
2442
|
"dependencies": {
|
|
2443
|
-
"@salesforce/core": "^5.2.
|
|
2443
|
+
"@salesforce/core": "^5.2.9",
|
|
2444
2444
|
"@salesforce/kit": "^3.0.11",
|
|
2445
2445
|
"@salesforce/ts-types": "^2.0.6",
|
|
2446
2446
|
"@types/shelljs": "^0.8.12",
|
package/oclif.manifest.json
CHANGED
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.3.
|
|
4
|
+
"version": "4.3.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@octokit/core": "^4.2.4",
|
|
13
13
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
14
14
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^4.3.
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^4.3.6",
|
|
16
16
|
"@salesforce/core": "^5.2.10",
|
|
17
17
|
"@salesforce/kit": "^3.0.9",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.0.25",
|