@salesforce/plugin-deploy-retrieve 3.1.1 → 3.1.3
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 +24 -24
- 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/3.1.
|
|
142
|
+
_See code: [lib/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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_1705146262954] 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/3.1.
|
|
214
|
+
_See code: [lib/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
353
|
+
_See code: [lib/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
389
|
+
_See code: [lib/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
459
|
+
_See code: [lib/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
542
|
+
_See code: [lib/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
626
|
+
_See code: [lib/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
721
|
+
_See code: [lib/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
805
|
+
_See code: [lib/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1017
|
+
_See code: [lib/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1179
|
+
_See code: [lib/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1254
|
+
_See code: [lib/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1295
|
+
_See code: [lib/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1343
|
+
_See code: [lib/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1399
|
+
_See code: [lib/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/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/3.1.
|
|
1545
|
+
_See code: [lib/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/lib/commands/project/retrieve/start.ts)_
|
|
1546
1546
|
|
|
1547
1547
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1025,10 +1025,10 @@
|
|
|
1025
1025
|
strip-ansi "6.0.1"
|
|
1026
1026
|
ts-retry-promise "^0.7.1"
|
|
1027
1027
|
|
|
1028
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
|
|
1029
|
-
version "6.4.
|
|
1030
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
1031
|
-
integrity sha512-
|
|
1028
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.6":
|
|
1029
|
+
version "6.4.7"
|
|
1030
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
1031
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
1032
1032
|
dependencies:
|
|
1033
1033
|
"@salesforce/kit" "^3.0.15"
|
|
1034
1034
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
jsforce "^2.0.0-beta.29"
|
|
1043
1043
|
jsonwebtoken "9.0.2"
|
|
1044
1044
|
jszip "3.10.1"
|
|
1045
|
-
pino "^8.
|
|
1045
|
+
pino "^8.17.2"
|
|
1046
1046
|
pino-abstract-transport "^1.1.0"
|
|
1047
1047
|
pino-pretty "^10.3.1"
|
|
1048
1048
|
proper-lockfile "^4.1.2"
|
|
@@ -1148,25 +1148,25 @@
|
|
|
1148
1148
|
chalk "^4"
|
|
1149
1149
|
inquirer "^8.2.5"
|
|
1150
1150
|
|
|
1151
|
-
"@salesforce/sf-plugins-core@^7.
|
|
1152
|
-
version "7.
|
|
1153
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.
|
|
1154
|
-
integrity sha512-
|
|
1151
|
+
"@salesforce/sf-plugins-core@^7.1.1":
|
|
1152
|
+
version "7.1.1"
|
|
1153
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz#195b14d8bbb5ee2123872775110892c54c08c791"
|
|
1154
|
+
integrity sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==
|
|
1155
1155
|
dependencies:
|
|
1156
1156
|
"@inquirer/confirm" "^2.0.15"
|
|
1157
1157
|
"@inquirer/password" "^1.1.14"
|
|
1158
1158
|
"@oclif/core" "^3.16.0"
|
|
1159
|
-
"@salesforce/core" "^6.4.
|
|
1159
|
+
"@salesforce/core" "^6.4.6"
|
|
1160
1160
|
"@salesforce/kit" "^3.0.15"
|
|
1161
1161
|
"@salesforce/ts-types" "^2.0.9"
|
|
1162
1162
|
chalk "^5.3.0"
|
|
1163
1163
|
|
|
1164
|
-
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.
|
|
1165
|
-
version "10.2.
|
|
1166
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.
|
|
1167
|
-
integrity sha512-
|
|
1164
|
+
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.10", "@salesforce/source-deploy-retrieve@^10.2.5":
|
|
1165
|
+
version "10.2.10"
|
|
1166
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.10.tgz#76a70b534258bcddd4542a9709b1c2bfb1c93726"
|
|
1167
|
+
integrity sha512-Io8JpYydSfdx7hgjYLj/5ZNIGKp3JZpcB/PVY+/uql6tFhGXcCSetyLbGnFdTw1lLlpN8RrYxexJG2PbhdoiYg==
|
|
1168
1168
|
dependencies:
|
|
1169
|
-
"@salesforce/core" "^6.4.
|
|
1169
|
+
"@salesforce/core" "^6.4.4"
|
|
1170
1170
|
"@salesforce/kit" "^3.0.15"
|
|
1171
1171
|
"@salesforce/ts-types" "^2.0.9"
|
|
1172
1172
|
fast-levenshtein "^3.0.0"
|
|
@@ -6746,17 +6746,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6746
6746
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6747
6747
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6748
6748
|
|
|
6749
|
-
pino@^8.
|
|
6750
|
-
version "8.
|
|
6751
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6752
|
-
integrity sha512-
|
|
6749
|
+
pino@^8.17.2:
|
|
6750
|
+
version "8.17.2"
|
|
6751
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6752
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6753
6753
|
dependencies:
|
|
6754
6754
|
atomic-sleep "^1.0.0"
|
|
6755
6755
|
fast-redact "^3.1.1"
|
|
6756
6756
|
on-exit-leak-free "^2.1.0"
|
|
6757
6757
|
pino-abstract-transport v1.1.0
|
|
6758
6758
|
pino-std-serializers "^6.0.0"
|
|
6759
|
-
process-warning "^
|
|
6759
|
+
process-warning "^3.0.0"
|
|
6760
6760
|
quick-format-unescaped "^4.0.3"
|
|
6761
6761
|
real-require "^0.2.0"
|
|
6762
6762
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6834,10 +6834,10 @@ process-on-spawn@^1.0.0:
|
|
|
6834
6834
|
dependencies:
|
|
6835
6835
|
fromentries "^1.2.0"
|
|
6836
6836
|
|
|
6837
|
-
process-warning@^
|
|
6838
|
-
version "
|
|
6839
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6840
|
-
integrity sha512
|
|
6837
|
+
process-warning@^3.0.0:
|
|
6838
|
+
version "3.0.0"
|
|
6839
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6840
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6841
6841
|
|
|
6842
6842
|
process@^0.11.10:
|
|
6843
6843
|
version "0.11.10"
|
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_1705146424232",
|
|
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.3"
|
|
2813
2813
|
}
|
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.1.
|
|
4
|
+
"version": "3.1.3",
|
|
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": "^3.0.1",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^7.
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^10.2.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^7.1.1",
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^10.2.10",
|
|
14
14
|
"@salesforce/source-tracking": "^5.1.3",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0"
|
|
@@ -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.3.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.3.sig"
|
|
254
254
|
}
|
|
255
255
|
}
|