@salesforce/plugin-deploy-retrieve 3.16.3 → 3.16.5
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.16.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/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.16.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/convert/source.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf project convert source-behavior`
|
|
220
220
|
|
|
@@ -272,7 +272,7 @@ EXAMPLES
|
|
|
272
272
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
275
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/convert/source-behavior.ts)_
|
|
276
276
|
|
|
277
277
|
## `sf project delete source`
|
|
278
278
|
|
|
@@ -412,7 +412,7 @@ FLAG DESCRIPTIONS
|
|
|
412
412
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
415
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/delete/source.ts)_
|
|
416
416
|
|
|
417
417
|
## `sf project delete tracking`
|
|
418
418
|
|
|
@@ -449,7 +449,7 @@ EXAMPLES
|
|
|
449
449
|
$ sf project delete tracking --target-org my-scratch
|
|
450
450
|
```
|
|
451
451
|
|
|
452
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
452
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/delete/tracking.ts)_
|
|
453
453
|
|
|
454
454
|
## `sf project deploy cancel`
|
|
455
455
|
|
|
@@ -521,7 +521,7 @@ FLAG DESCRIPTIONS
|
|
|
521
521
|
project deploy report".
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
524
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/cancel.ts)_
|
|
525
525
|
|
|
526
526
|
## `sf project deploy preview`
|
|
527
527
|
|
|
@@ -604,7 +604,7 @@ FLAG DESCRIPTIONS
|
|
|
604
604
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
607
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/preview.ts)_
|
|
608
608
|
|
|
609
609
|
## `sf project deploy quick`
|
|
610
610
|
|
|
@@ -688,7 +688,7 @@ FLAG DESCRIPTIONS
|
|
|
688
688
|
deploy report".
|
|
689
689
|
```
|
|
690
690
|
|
|
691
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
691
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/quick.ts)_
|
|
692
692
|
|
|
693
693
|
## `sf project deploy report`
|
|
694
694
|
|
|
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
|
|
|
780
780
|
--coverage-formatters lcov --coverage-formatters clover
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
783
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/report.ts)_
|
|
784
784
|
|
|
785
785
|
## `sf project deploy resume`
|
|
786
786
|
|
|
@@ -865,7 +865,7 @@ FLAG DESCRIPTIONS
|
|
|
865
865
|
--coverage-formatters lcov --coverage-formatters clover
|
|
866
866
|
```
|
|
867
867
|
|
|
868
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
868
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/resume.ts)_
|
|
869
869
|
|
|
870
870
|
## `sf project deploy start`
|
|
871
871
|
|
|
@@ -1101,7 +1101,7 @@ FLAG DESCRIPTIONS
|
|
|
1101
1101
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1102
1102
|
```
|
|
1103
1103
|
|
|
1104
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1104
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/start.ts)_
|
|
1105
1105
|
|
|
1106
1106
|
## `sf project deploy validate`
|
|
1107
1107
|
|
|
@@ -1274,7 +1274,7 @@ FLAG DESCRIPTIONS
|
|
|
1274
1274
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1275
1275
|
```
|
|
1276
1276
|
|
|
1277
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1277
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/deploy/validate.ts)_
|
|
1278
1278
|
|
|
1279
1279
|
## `sf project generate manifest`
|
|
1280
1280
|
|
|
@@ -1351,7 +1351,7 @@ EXAMPLES
|
|
|
1351
1351
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1352
1352
|
```
|
|
1353
1353
|
|
|
1354
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1354
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/generate/manifest.ts)_
|
|
1355
1355
|
|
|
1356
1356
|
## `sf project list ignored`
|
|
1357
1357
|
|
|
@@ -1393,7 +1393,7 @@ EXAMPLES
|
|
|
1393
1393
|
$ sf project list ignored --source-dir package.xml
|
|
1394
1394
|
```
|
|
1395
1395
|
|
|
1396
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1396
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/list/ignored.ts)_
|
|
1397
1397
|
|
|
1398
1398
|
## `sf project reset tracking`
|
|
1399
1399
|
|
|
@@ -1442,7 +1442,7 @@ EXAMPLES
|
|
|
1442
1442
|
$ sf project reset tracking --revision 30
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1445
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/reset/tracking.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf project retrieve preview`
|
|
1448
1448
|
|
|
@@ -1496,7 +1496,7 @@ FLAG DESCRIPTIONS
|
|
|
1496
1496
|
production orgs.
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1499
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/retrieve/preview.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `sf project retrieve start`
|
|
1502
1502
|
|
|
@@ -1665,6 +1665,6 @@ FLAG DESCRIPTIONS
|
|
|
1665
1665
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
1666
1666
|
```
|
|
1667
1667
|
|
|
1668
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
1668
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.5/src/commands/project/retrieve/start.ts)_
|
|
1669
1669
|
|
|
1670
1670
|
<!-- 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.16.
|
|
4
|
+
"version": "3.16.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@salesforce/plugin-info": "^3.4.23",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
16
|
-
"@salesforce/source-tracking": "^7.
|
|
16
|
+
"@salesforce/source-tracking": "^7.3.4",
|
|
17
17
|
"@salesforce/ts-types": "^2.0.12",
|
|
18
18
|
"ansis": "^3.4.0",
|
|
19
19
|
"terminal-link": "^3.0.0"
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"exports": "./lib/index.js",
|
|
254
254
|
"type": "module",
|
|
255
255
|
"sfdx": {
|
|
256
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.16.
|
|
257
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.16.
|
|
256
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.16.5.crt",
|
|
257
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.16.5.sig"
|
|
258
258
|
}
|
|
259
259
|
}
|