@salesforce/plugin-deploy-retrieve 3.23.8 → 3.23.9
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/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
|
|
|
214
214
|
Override the api version used for api requests made by this command
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/convert/source.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf project convert source-behavior`
|
|
220
220
|
|
|
@@ -273,7 +273,7 @@ EXAMPLES
|
|
|
273
273
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
276
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/convert/source-behavior.ts)_
|
|
277
277
|
|
|
278
278
|
## `sf project delete source`
|
|
279
279
|
|
|
@@ -413,7 +413,7 @@ FLAG DESCRIPTIONS
|
|
|
413
413
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
416
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/delete/source.ts)_
|
|
417
417
|
|
|
418
418
|
## `sf project delete tracking`
|
|
419
419
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sf project delete tracking --target-org my-scratch
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
453
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/delete/tracking.ts)_
|
|
454
454
|
|
|
455
455
|
## `sf project deploy cancel`
|
|
456
456
|
|
|
@@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
|
|
|
522
522
|
project deploy report".
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
525
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/cancel.ts)_
|
|
526
526
|
|
|
527
527
|
## `sf project deploy preview`
|
|
528
528
|
|
|
@@ -605,7 +605,7 @@ FLAG DESCRIPTIONS
|
|
|
605
605
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
608
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/preview.ts)_
|
|
609
609
|
|
|
610
610
|
## `sf project deploy quick`
|
|
611
611
|
|
|
@@ -689,7 +689,7 @@ FLAG DESCRIPTIONS
|
|
|
689
689
|
deploy report".
|
|
690
690
|
```
|
|
691
691
|
|
|
692
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
692
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/quick.ts)_
|
|
693
693
|
|
|
694
694
|
## `sf project deploy report`
|
|
695
695
|
|
|
@@ -781,7 +781,7 @@ FLAG DESCRIPTIONS
|
|
|
781
781
|
--coverage-formatters lcov --coverage-formatters clover
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
784
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/report.ts)_
|
|
785
785
|
|
|
786
786
|
## `sf project deploy resume`
|
|
787
787
|
|
|
@@ -866,7 +866,7 @@ FLAG DESCRIPTIONS
|
|
|
866
866
|
--coverage-formatters lcov --coverage-formatters clover
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
869
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/resume.ts)_
|
|
870
870
|
|
|
871
871
|
## `sf project deploy start`
|
|
872
872
|
|
|
@@ -1102,7 +1102,7 @@ FLAG DESCRIPTIONS
|
|
|
1102
1102
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1105
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/start.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `sf project deploy validate`
|
|
1108
1108
|
|
|
@@ -1275,7 +1275,7 @@ FLAG DESCRIPTIONS
|
|
|
1275
1275
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1276
1276
|
```
|
|
1277
1277
|
|
|
1278
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1278
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/deploy/validate.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
## `sf project generate manifest`
|
|
1281
1281
|
|
|
@@ -1371,7 +1371,7 @@ EXAMPLES
|
|
|
1371
1371
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
1372
1372
|
```
|
|
1373
1373
|
|
|
1374
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1374
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/generate/manifest.ts)_
|
|
1375
1375
|
|
|
1376
1376
|
## `sf project list ignored`
|
|
1377
1377
|
|
|
@@ -1413,7 +1413,7 @@ EXAMPLES
|
|
|
1413
1413
|
$ sf project list ignored --source-dir package.xml
|
|
1414
1414
|
```
|
|
1415
1415
|
|
|
1416
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1416
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/list/ignored.ts)_
|
|
1417
1417
|
|
|
1418
1418
|
## `sf project reset tracking`
|
|
1419
1419
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLES
|
|
|
1462
1462
|
$ sf project reset tracking --revision 30
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1465
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/reset/tracking.ts)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sf project retrieve preview`
|
|
1468
1468
|
|
|
@@ -1516,7 +1516,7 @@ FLAG DESCRIPTIONS
|
|
|
1516
1516
|
production orgs.
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1519
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/retrieve/preview.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `sf project retrieve start`
|
|
1522
1522
|
|
|
@@ -1689,6 +1689,6 @@ FLAG DESCRIPTIONS
|
|
|
1689
1689
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
1690
1690
|
```
|
|
1691
1691
|
|
|
1692
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
1692
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.9/src/commands/project/retrieve/start.ts)_
|
|
1693
1693
|
|
|
1694
1694
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.23.
|
|
4
|
+
"version": "3.23.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/plugin-info": "^3.4.93",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
16
16
|
"@salesforce/source-deploy-retrieve": "^12.24.3",
|
|
17
|
-
"@salesforce/source-tracking": "^7.
|
|
17
|
+
"@salesforce/source-tracking": "^7.5.0",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.12",
|
|
19
19
|
"ansis": "^3.17.0",
|
|
20
20
|
"terminal-link": "^3.0.0"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exports": "./lib/index.js",
|
|
256
256
|
"type": "module",
|
|
257
257
|
"sfdx": {
|
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.23.
|
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.23.
|
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.23.9.crt",
|
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.23.9.sig"
|
|
260
260
|
}
|
|
261
261
|
}
|