@salesforce/plugin-deploy-retrieve 3.1.0 → 3.1.1
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.lock +17 -15
- package/oclif.manifest.json +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ FLAG DESCRIPTIONS
|
|
|
139
139
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [lib/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
142
|
+
_See code: [lib/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/convert/mdapi.ts)_
|
|
143
143
|
|
|
144
144
|
## `sf project convert source`
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ USAGE
|
|
|
151
151
|
<value> | -m <value>]
|
|
152
152
|
|
|
153
153
|
FLAGS
|
|
154
|
-
-d, --output-dir=<value> [default:
|
|
154
|
+
-d, --output-dir=<value> [default: metadataPackage_1705124660067] Output directory to store the Metadata
|
|
155
155
|
API–formatted files in.
|
|
156
156
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
157
157
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Override the api version used for api requests made by this command
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [lib/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
214
|
+
_See code: [lib/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/convert/source.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf project delete source`
|
|
217
217
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [lib/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
353
|
+
_See code: [lib/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/delete/source.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf project delete tracking`
|
|
356
356
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [lib/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
389
|
+
_See code: [lib/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [lib/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
459
|
+
_See code: [lib/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -539,7 +539,7 @@ FLAG DESCRIPTIONS
|
|
|
539
539
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [lib/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
542
|
+
_See code: [lib/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/preview.ts)_
|
|
543
543
|
|
|
544
544
|
## `sf project deploy quick`
|
|
545
545
|
|
|
@@ -623,7 +623,7 @@ FLAG DESCRIPTIONS
|
|
|
623
623
|
deploy report".
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [lib/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
626
|
+
_See code: [lib/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/quick.ts)_
|
|
627
627
|
|
|
628
628
|
## `sf project deploy report`
|
|
629
629
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
--coverage-formatters lcov --coverage-formatters clover
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [lib/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
721
|
+
_See code: [lib/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/report.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf project deploy resume`
|
|
724
724
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
--coverage-formatters lcov --coverage-formatters clover
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [lib/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
805
|
+
_See code: [lib/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/resume.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf project deploy start`
|
|
808
808
|
|
|
@@ -1014,7 +1014,7 @@ FLAG DESCRIPTIONS
|
|
|
1014
1014
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1015
1015
|
```
|
|
1016
1016
|
|
|
1017
|
-
_See code: [lib/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1017
|
+
_See code: [lib/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/start.ts)_
|
|
1018
1018
|
|
|
1019
1019
|
## `sf project deploy validate`
|
|
1020
1020
|
|
|
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
|
|
|
1176
1176
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [lib/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1179
|
+
_See code: [lib/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/deploy/validate.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `sf project generate manifest`
|
|
1182
1182
|
|
|
@@ -1251,7 +1251,7 @@ EXAMPLES
|
|
|
1251
1251
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1252
1252
|
```
|
|
1253
1253
|
|
|
1254
|
-
_See code: [lib/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1254
|
+
_See code: [lib/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/generate/manifest.ts)_
|
|
1255
1255
|
|
|
1256
1256
|
## `sf project list ignored`
|
|
1257
1257
|
|
|
@@ -1292,7 +1292,7 @@ EXAMPLES
|
|
|
1292
1292
|
$ sf project list ignored --source-dir package.xml
|
|
1293
1293
|
```
|
|
1294
1294
|
|
|
1295
|
-
_See code: [lib/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1295
|
+
_See code: [lib/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/list/ignored.ts)_
|
|
1296
1296
|
|
|
1297
1297
|
## `sf project reset tracking`
|
|
1298
1298
|
|
|
@@ -1340,7 +1340,7 @@ EXAMPLES
|
|
|
1340
1340
|
$ sf project reset tracking --revision 30
|
|
1341
1341
|
```
|
|
1342
1342
|
|
|
1343
|
-
_See code: [lib/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1343
|
+
_See code: [lib/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/reset/tracking.ts)_
|
|
1344
1344
|
|
|
1345
1345
|
## `sf project retrieve preview`
|
|
1346
1346
|
|
|
@@ -1396,7 +1396,7 @@ FLAG DESCRIPTIONS
|
|
|
1396
1396
|
Overrides your default org.
|
|
1397
1397
|
```
|
|
1398
1398
|
|
|
1399
|
-
_See code: [lib/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1399
|
+
_See code: [lib/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/retrieve/preview.ts)_
|
|
1400
1400
|
|
|
1401
1401
|
## `sf project retrieve start`
|
|
1402
1402
|
|
|
@@ -1542,6 +1542,6 @@ FLAG DESCRIPTIONS
|
|
|
1542
1542
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1543
1543
|
```
|
|
1544
1544
|
|
|
1545
|
-
_See code: [lib/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/
|
|
1545
|
+
_See code: [lib/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.1/lib/commands/project/retrieve/start.ts)_
|
|
1546
1546
|
|
|
1547
1547
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -799,11 +799,12 @@
|
|
|
799
799
|
read-package-json-fast "^3.0.0"
|
|
800
800
|
which "^3.0.0"
|
|
801
801
|
|
|
802
|
-
"@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
|
|
803
|
-
version "3.
|
|
804
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
805
|
-
integrity sha512
|
|
802
|
+
"@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
803
|
+
version "3.18.1"
|
|
804
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
805
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
806
806
|
dependencies:
|
|
807
|
+
"@types/cli-progress" "^3.11.5"
|
|
807
808
|
ansi-escapes "^4.3.2"
|
|
808
809
|
ansi-styles "^4.3.0"
|
|
809
810
|
cardinal "^2.1.1"
|
|
@@ -827,17 +828,16 @@
|
|
|
827
828
|
strip-ansi "^6.0.1"
|
|
828
829
|
supports-color "^8.1.1"
|
|
829
830
|
supports-hyperlinks "^2.2.0"
|
|
830
|
-
tsconfck "^3.0.0"
|
|
831
831
|
widest-line "^3.1.0"
|
|
832
832
|
wordwrap "^1.0.0"
|
|
833
833
|
wrap-ansi "^7.0.0"
|
|
834
834
|
|
|
835
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
836
|
-
version "5.0.
|
|
837
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
838
|
-
integrity sha512
|
|
835
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
836
|
+
version "5.0.6"
|
|
837
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
838
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
839
839
|
dependencies:
|
|
840
|
-
"@oclif/core" "^3.
|
|
840
|
+
"@oclif/core" "^3.16.0"
|
|
841
841
|
"@types/lodash.difference" "^4.5.9"
|
|
842
842
|
chalk "^5.3.0"
|
|
843
843
|
just-diff "^5.2.0"
|
|
@@ -1405,6 +1405,13 @@
|
|
|
1405
1405
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1406
1406
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1407
1407
|
|
|
1408
|
+
"@types/cli-progress@^3.11.5":
|
|
1409
|
+
version "3.11.5"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1411
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1412
|
+
dependencies:
|
|
1413
|
+
"@types/node" "*"
|
|
1414
|
+
|
|
1408
1415
|
"@types/expect@^1.20.4":
|
|
1409
1416
|
version "1.20.4"
|
|
1410
1417
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -8009,11 +8016,6 @@ ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
|
|
|
8009
8016
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
8010
8017
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
8011
8018
|
|
|
8012
|
-
tsconfck@^3.0.0:
|
|
8013
|
-
version "3.0.0"
|
|
8014
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
8015
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
8016
|
-
|
|
8017
8019
|
tsconfig-paths@^3.14.2:
|
|
8018
8020
|
version "3.14.2"
|
|
8019
8021
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
package/oclif.manifest.json
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"deprecateAliases": true,
|
|
203
203
|
"name": "output-dir",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1705124831486",
|
|
206
206
|
"hasDynamicHelp": false,
|
|
207
207
|
"multiple": false,
|
|
208
208
|
"type": "option"
|
|
@@ -2809,5 +2809,5 @@
|
|
|
2809
2809
|
]
|
|
2810
2810
|
}
|
|
2811
2811
|
},
|
|
2812
|
-
"version": "3.1.
|
|
2812
|
+
"version": "3.1.1"
|
|
2813
2813
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/apex-node": "^3.0.1",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"chalk": "^5.3.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.2.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
@@ -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.1.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.
|
|
252
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.1.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.1.sig"
|
|
254
254
|
}
|
|
255
255
|
}
|