@salesforce/plugin-deploy-retrieve 3.7.7 → 3.7.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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -140,7 +140,7 @@ FLAG DESCRIPTIONS
|
|
|
140
140
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
143
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/convert/mdapi.ts)_
|
|
144
144
|
|
|
145
145
|
## `sf project convert source`
|
|
146
146
|
|
|
@@ -152,7 +152,7 @@ USAGE
|
|
|
152
152
|
[-p <value> | -x <value> | -m <value>]
|
|
153
153
|
|
|
154
154
|
FLAGS
|
|
155
|
-
-d, --output-dir=<value> [default:
|
|
155
|
+
-d, --output-dir=<value> [default: metadataPackage_1716626645943] Output directory to store the Metadata
|
|
156
156
|
API–formatted files in.
|
|
157
157
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
158
158
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -213,7 +213,7 @@ FLAG DESCRIPTIONS
|
|
|
213
213
|
Override the api version used for api requests made by this command
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
216
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/convert/source.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf project delete source`
|
|
219
219
|
|
|
@@ -353,7 +353,7 @@ FLAG DESCRIPTIONS
|
|
|
353
353
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
356
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/delete/source.ts)_
|
|
357
357
|
|
|
358
358
|
## `sf project delete tracking`
|
|
359
359
|
|
|
@@ -390,7 +390,7 @@ EXAMPLES
|
|
|
390
390
|
$ sf project delete tracking --target-org my-scratch
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
393
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/delete/tracking.ts)_
|
|
394
394
|
|
|
395
395
|
## `sf project deploy cancel`
|
|
396
396
|
|
|
@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
|
|
|
466
466
|
project deploy report".
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
469
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/cancel.ts)_
|
|
470
470
|
|
|
471
471
|
## `sf project deploy preview`
|
|
472
472
|
|
|
@@ -552,7 +552,7 @@ FLAG DESCRIPTIONS
|
|
|
552
552
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
553
553
|
```
|
|
554
554
|
|
|
555
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
555
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/preview.ts)_
|
|
556
556
|
|
|
557
557
|
## `sf project deploy quick`
|
|
558
558
|
|
|
@@ -640,7 +640,7 @@ FLAG DESCRIPTIONS
|
|
|
640
640
|
deploy report".
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
643
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/quick.ts)_
|
|
644
644
|
|
|
645
645
|
## `sf project deploy report`
|
|
646
646
|
|
|
@@ -736,7 +736,7 @@ FLAG DESCRIPTIONS
|
|
|
736
736
|
--coverage-formatters lcov --coverage-formatters clover
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
739
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/report.ts)_
|
|
740
740
|
|
|
741
741
|
## `sf project deploy resume`
|
|
742
742
|
|
|
@@ -821,7 +821,7 @@ FLAG DESCRIPTIONS
|
|
|
821
821
|
--coverage-formatters lcov --coverage-formatters clover
|
|
822
822
|
```
|
|
823
823
|
|
|
824
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
824
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/resume.ts)_
|
|
825
825
|
|
|
826
826
|
## `sf project deploy start`
|
|
827
827
|
|
|
@@ -1042,7 +1042,7 @@ FLAG DESCRIPTIONS
|
|
|
1042
1042
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1043
1043
|
```
|
|
1044
1044
|
|
|
1045
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1045
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/start.ts)_
|
|
1046
1046
|
|
|
1047
1047
|
## `sf project deploy validate`
|
|
1048
1048
|
|
|
@@ -1217,7 +1217,7 @@ FLAG DESCRIPTIONS
|
|
|
1217
1217
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1218
1218
|
```
|
|
1219
1219
|
|
|
1220
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1220
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/deploy/validate.ts)_
|
|
1221
1221
|
|
|
1222
1222
|
## `sf project generate manifest`
|
|
1223
1223
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1297
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/generate/manifest.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf project list ignored`
|
|
1300
1300
|
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf project list ignored --source-dir package.xml
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1339
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/list/ignored.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `sf project reset tracking`
|
|
1342
1342
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf project reset tracking --revision 30
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1388
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/reset/tracking.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf project retrieve preview`
|
|
1391
1391
|
|
|
@@ -1442,7 +1442,7 @@ FLAG DESCRIPTIONS
|
|
|
1442
1442
|
Overrides your default org.
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1445
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/retrieve/preview.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf project retrieve start`
|
|
1448
1448
|
|
|
@@ -1593,6 +1593,6 @@ FLAG DESCRIPTIONS
|
|
|
1593
1593
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1594
1594
|
```
|
|
1595
1595
|
|
|
1596
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.
|
|
1596
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.9/src/commands/project/retrieve/start.ts)_
|
|
1597
1597
|
|
|
1598
1598
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"deprecateAliases": true,
|
|
219
219
|
"name": "output-dir",
|
|
220
220
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
221
|
-
"default": "
|
|
221
|
+
"default": "metadataPackage_1716626862131",
|
|
222
222
|
"hasDynamicHelp": false,
|
|
223
223
|
"multiple": false,
|
|
224
224
|
"type": "option"
|
|
@@ -2936,5 +2936,5 @@
|
|
|
2936
2936
|
]
|
|
2937
2937
|
}
|
|
2938
2938
|
},
|
|
2939
|
-
"version": "3.7.
|
|
2939
|
+
"version": "3.7.9"
|
|
2940
2940
|
}
|
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.7.
|
|
4
|
+
"version": "3.7.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^6.0.0",
|
|
10
10
|
"@salesforce/core": "^7.3.9",
|
|
11
11
|
"@salesforce/kit": "^3.1.2",
|
|
12
|
-
"@salesforce/plugin-info": "^3.
|
|
13
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
12
|
+
"@salesforce/plugin-info": "^3.3.0",
|
|
13
|
+
"@salesforce/sf-plugins-core": "^9.0.12",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^11.6.2",
|
|
15
15
|
"@salesforce/source-tracking": "^6.2.3",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"exports": "./lib/index.js",
|
|
250
250
|
"type": "module",
|
|
251
251
|
"sfdx": {
|
|
252
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.7.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.7.
|
|
252
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.7.9.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.7.9.sig"
|
|
254
254
|
}
|
|
255
255
|
}
|