@salesforce/plugin-deploy-retrieve 2.2.4 → 2.2.6
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 +12 -37
- package/oclif.manifest.json +409 -409
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this parameter, 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/2.2.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ USAGE
|
|
|
153
153
|
<value> | -m <value>]
|
|
154
154
|
|
|
155
155
|
FLAGS
|
|
156
|
-
-d, --output-dir=<value> [default:
|
|
156
|
+
-d, --output-dir=<value> [default: metadataPackage_1702100674519] Output directory to store the Metadata
|
|
157
157
|
API–formatted files in.
|
|
158
158
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
159
159
|
-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/2.2.
|
|
216
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/convert/source.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf project delete source`
|
|
219
219
|
|
|
@@ -352,7 +352,7 @@ FLAG DESCRIPTIONS
|
|
|
352
352
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
355
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/delete/source.ts)_
|
|
356
356
|
|
|
357
357
|
## `sf project delete tracking`
|
|
358
358
|
|
|
@@ -388,7 +388,7 @@ EXAMPLES
|
|
|
388
388
|
$ sf project delete tracking --target-org my-scratch
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
391
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/delete/tracking.ts)_
|
|
392
392
|
|
|
393
393
|
## `sf project deploy cancel`
|
|
394
394
|
|
|
@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
|
|
|
458
458
|
project deploy report".
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
461
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/cancel.ts)_
|
|
462
462
|
|
|
463
463
|
## `sf project deploy preview`
|
|
464
464
|
|
|
@@ -541,7 +541,7 @@ FLAG DESCRIPTIONS
|
|
|
541
541
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
542
542
|
```
|
|
543
543
|
|
|
544
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
544
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/preview.ts)_
|
|
545
545
|
|
|
546
546
|
## `sf project deploy quick`
|
|
547
547
|
|
|
@@ -625,7 +625,7 @@ FLAG DESCRIPTIONS
|
|
|
625
625
|
deploy report".
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
628
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/quick.ts)_
|
|
629
629
|
|
|
630
630
|
## `sf project deploy report`
|
|
631
631
|
|
|
@@ -720,7 +720,7 @@ FLAG DESCRIPTIONS
|
|
|
720
720
|
--coverage-formatters lcov --coverage-formatters clover
|
|
721
721
|
```
|
|
722
722
|
|
|
723
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
723
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/report.ts)_
|
|
724
724
|
|
|
725
725
|
## `sf project deploy resume`
|
|
726
726
|
|
|
@@ -804,7 +804,7 @@ FLAG DESCRIPTIONS
|
|
|
804
804
|
--coverage-formatters lcov --coverage-formatters clover
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
807
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/resume.ts)_
|
|
808
808
|
|
|
809
809
|
## `sf project deploy start`
|
|
810
810
|
|
|
@@ -1016,7 +1016,7 @@ FLAG DESCRIPTIONS
|
|
|
1016
1016
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1019
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/start.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `sf project deploy validate`
|
|
1022
1022
|
|
|
@@ -1178,7 +1178,7 @@ FLAG DESCRIPTIONS
|
|
|
1178
1178
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1179
1179
|
```
|
|
1180
1180
|
|
|
1181
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1181
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/validate.ts)_
|
|
1182
1182
|
|
|
1183
1183
|
## `sf project generate manifest`
|
|
1184
1184
|
|
|
@@ -1253,7 +1253,7 @@ EXAMPLES
|
|
|
1253
1253
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1254
1254
|
```
|
|
1255
1255
|
|
|
1256
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1256
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/generate/manifest.ts)_
|
|
1257
1257
|
|
|
1258
1258
|
## `sf project list ignored`
|
|
1259
1259
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
$ sf project list ignored --source-dir package.xml
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1297
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/list/ignored.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf project reset tracking`
|
|
1300
1300
|
|
|
@@ -1342,7 +1342,7 @@ EXAMPLES
|
|
|
1342
1342
|
$ sf project reset tracking --revision 30
|
|
1343
1343
|
```
|
|
1344
1344
|
|
|
1345
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1345
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/reset/tracking.ts)_
|
|
1346
1346
|
|
|
1347
1347
|
## `sf project retrieve preview`
|
|
1348
1348
|
|
|
@@ -1398,7 +1398,7 @@ FLAG DESCRIPTIONS
|
|
|
1398
1398
|
Overrides your default org.
|
|
1399
1399
|
```
|
|
1400
1400
|
|
|
1401
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1401
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/preview.ts)_
|
|
1402
1402
|
|
|
1403
1403
|
## `sf project retrieve start`
|
|
1404
1404
|
|
|
@@ -1544,6 +1544,6 @@ FLAG DESCRIPTIONS
|
|
|
1544
1544
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1545
1545
|
```
|
|
1546
1546
|
|
|
1547
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
1547
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/start.ts)_
|
|
1548
1548
|
|
|
1549
1549
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -961,25 +961,12 @@
|
|
|
961
961
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
962
962
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
963
963
|
|
|
964
|
-
"@salesforce/apex-node@^2.1.2":
|
|
965
|
-
version "2.1.
|
|
966
|
-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-2.1.
|
|
967
|
-
integrity sha512-
|
|
964
|
+
"@salesforce/apex-node@^2.1.2", "@salesforce/apex-node@^2.1.6":
|
|
965
|
+
version "2.1.6"
|
|
966
|
+
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-2.1.6.tgz#5f35adac32f1e08ebc17d2f9478d27b288df126c"
|
|
967
|
+
integrity sha512-96f5enG/1marlf/8ph5hK771uUnUTCa2Bg3Ypfmt9dxMGOQ1DaME+cEfuiLo64+srRgujZqpYKwi9uz3akMFLQ==
|
|
968
968
|
dependencies:
|
|
969
|
-
"@salesforce/core" "^5.3.
|
|
970
|
-
"@types/istanbul-reports" "^3.0.1"
|
|
971
|
-
faye "1.4.0"
|
|
972
|
-
glob "^8.0.3"
|
|
973
|
-
istanbul-lib-coverage "^3.2.0"
|
|
974
|
-
istanbul-lib-report "^3.0.1"
|
|
975
|
-
istanbul-reports "^3.1.6"
|
|
976
|
-
|
|
977
|
-
"@salesforce/apex-node@^2.1.4":
|
|
978
|
-
version "2.1.4"
|
|
979
|
-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-2.1.4.tgz#cd6afc3fce0b19dab16d593aba9343f055196a79"
|
|
980
|
-
integrity sha512-HVcPLnIa7GTa+f/lRuz8cloJP7oBgNmruvA+D1g6kMVHhaV+Wq4axVbCWvycIyb8OLP9RkoVrmWZiuUQMtgfXQ==
|
|
981
|
-
dependencies:
|
|
982
|
-
"@salesforce/core" "^5.3.18"
|
|
969
|
+
"@salesforce/core" "^5.3.20"
|
|
983
970
|
"@salesforce/kit" "^3.0.15"
|
|
984
971
|
"@types/istanbul-reports" "^3.0.4"
|
|
985
972
|
faye "1.4.0"
|
|
@@ -987,7 +974,7 @@
|
|
|
987
974
|
istanbul-lib-coverage "^3.2.2"
|
|
988
975
|
istanbul-lib-report "^3.0.1"
|
|
989
976
|
istanbul-reports "^3.1.6"
|
|
990
|
-
jsforce "^2.0.0-beta.
|
|
977
|
+
jsforce "^2.0.0-beta.29"
|
|
991
978
|
|
|
992
979
|
"@salesforce/cli-plugins-testkit@^5.0.5", "@salesforce/cli-plugins-testkit@^5.1.0":
|
|
993
980
|
version "5.1.0"
|
|
@@ -1004,7 +991,7 @@
|
|
|
1004
991
|
strip-ansi "6.0.1"
|
|
1005
992
|
ts-retry-promise "^0.7.1"
|
|
1006
993
|
|
|
1007
|
-
"@salesforce/core@^5.3.
|
|
994
|
+
"@salesforce/core@^5.3.20":
|
|
1008
995
|
version "5.3.20"
|
|
1009
996
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
1010
997
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -1028,10 +1015,10 @@
|
|
|
1028
1015
|
semver "^7.5.4"
|
|
1029
1016
|
ts-retry-promise "^0.7.1"
|
|
1030
1017
|
|
|
1031
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2":
|
|
1032
|
-
version "6.
|
|
1033
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
1034
|
-
integrity sha512-
|
|
1018
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
|
|
1019
|
+
version "6.4.0"
|
|
1020
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
|
|
1021
|
+
integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
|
|
1035
1022
|
dependencies:
|
|
1036
1023
|
"@salesforce/kit" "^3.0.15"
|
|
1037
1024
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1498,13 +1485,6 @@
|
|
|
1498
1485
|
dependencies:
|
|
1499
1486
|
"@types/istanbul-lib-coverage" "*"
|
|
1500
1487
|
|
|
1501
|
-
"@types/istanbul-reports@^3.0.1":
|
|
1502
|
-
version "3.0.1"
|
|
1503
|
-
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
|
|
1504
|
-
integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
|
|
1505
|
-
dependencies:
|
|
1506
|
-
"@types/istanbul-lib-report" "*"
|
|
1507
|
-
|
|
1508
1488
|
"@types/istanbul-reports@^3.0.4":
|
|
1509
1489
|
version "3.0.4"
|
|
1510
1490
|
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54"
|
|
@@ -4935,12 +4915,7 @@ isomorphic-git@1.23.0:
|
|
|
4935
4915
|
sha.js "^2.4.9"
|
|
4936
4916
|
simple-get "^4.0.1"
|
|
4937
4917
|
|
|
4938
|
-
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
|
|
4939
|
-
version "3.2.0"
|
|
4940
|
-
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
|
|
4941
|
-
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
|
|
4942
|
-
|
|
4943
|
-
istanbul-lib-coverage@^3.2.2:
|
|
4918
|
+
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0, istanbul-lib-coverage@^3.2.2:
|
|
4944
4919
|
version "3.2.2"
|
|
4945
4920
|
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756"
|
|
4946
4921
|
integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==
|
package/oclif.manifest.json
CHANGED
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"deprecateAliases": true,
|
|
247
247
|
"name": "output-dir",
|
|
248
248
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
249
|
-
"default": "
|
|
249
|
+
"default": "metadataPackage_1702100842353",
|
|
250
250
|
"hasDynamicHelp": false,
|
|
251
251
|
"multiple": false,
|
|
252
252
|
"type": "option"
|
|
@@ -340,18 +340,16 @@
|
|
|
340
340
|
"source:convert:project"
|
|
341
341
|
]
|
|
342
342
|
},
|
|
343
|
-
"project:
|
|
343
|
+
"project:deploy:cancel": {
|
|
344
344
|
"aliases": [
|
|
345
|
-
"
|
|
345
|
+
"deploy:metadata:cancel"
|
|
346
346
|
],
|
|
347
347
|
"args": {},
|
|
348
348
|
"deprecateAliases": true,
|
|
349
|
-
"description": "Use this command to
|
|
349
|
+
"description": "Use this command to cancel a deploy operation that hasn't yet completed in the org. Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.\n\nRun this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
350
350
|
"examples": [
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"Run the tests that aren’t in any managed packages as part of the deletion; if the delete succeeds, and the org has source-tracking enabled, update the source tracking information:\n<%= config.bin %> <%= command.id %> --metadata ApexClass --test-level RunLocalTests --track-source",
|
|
354
|
-
"Delete the Apex source files in a directory and the corresponding components from your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app/main/default/classes"
|
|
351
|
+
"Cancel a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
352
|
+
"Cancel the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
355
353
|
],
|
|
356
354
|
"flags": {
|
|
357
355
|
"json": {
|
|
@@ -361,211 +359,95 @@
|
|
|
361
359
|
"allowNo": false,
|
|
362
360
|
"type": "boolean"
|
|
363
361
|
},
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
"deprecateAliases": true,
|
|
369
|
-
"description": "Override the api version used for api requests made by this command",
|
|
370
|
-
"name": "api-version",
|
|
371
|
-
"hasDynamicHelp": false,
|
|
372
|
-
"multiple": false,
|
|
373
|
-
"type": "option"
|
|
374
|
-
},
|
|
375
|
-
"loglevel": {
|
|
376
|
-
"deprecated": {
|
|
377
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
378
|
-
},
|
|
379
|
-
"hidden": true,
|
|
380
|
-
"name": "loglevel",
|
|
381
|
-
"hasDynamicHelp": false,
|
|
382
|
-
"multiple": false,
|
|
383
|
-
"type": "option"
|
|
384
|
-
},
|
|
385
|
-
"target-org": {
|
|
386
|
-
"aliases": [
|
|
387
|
-
"targetusername",
|
|
388
|
-
"u"
|
|
389
|
-
],
|
|
390
|
-
"char": "o",
|
|
391
|
-
"deprecateAliases": true,
|
|
392
|
-
"name": "target-org",
|
|
393
|
-
"noCacheDefault": true,
|
|
394
|
-
"required": true,
|
|
395
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
396
|
-
"hasDynamicHelp": true,
|
|
397
|
-
"multiple": false,
|
|
398
|
-
"type": "option"
|
|
399
|
-
},
|
|
400
|
-
"check-only": {
|
|
401
|
-
"aliases": [
|
|
402
|
-
"checkonly"
|
|
362
|
+
"async": {
|
|
363
|
+
"description": "The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
364
|
+
"exclusive": [
|
|
365
|
+
"wait"
|
|
403
366
|
],
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"description": "IMPORTANT: Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.\n\nValidates the deleted metadata and runs all Apex tests, but prevents the deletion from being saved to the org.\n\nIf you change a field type from Master-Detail to Lookup or vice versa, that change isn’t supported when using the --chec-konly parameter to test a deletion (validation). This kind of change isn’t supported for test deletions to avoid the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a deletion package, the test deletion fails and issues an error.\n\nIf your deletion package changes a field type from Master-Detail to Lookup or vice versa, you can still validate the changes prior to deploying to Production by performing a full deletion to another test Sandbox. A full deletion includes a validation of the changes as part of the deletion process.\n\nNote: A Metadata API deletion that includes Master-Detail relationships deletes all detail records in the Recycle Bin in the following cases.\n\n 1. For a deletion with a new Master-Detail field, soft delete (send to the Recycle Bin) all detail records before proceeding to delete the Master-Detail field, or the deletion fails. During the deletion, detail records are permanently deleted from the Recycle Bin and cannot be recovered.\n\n 2. For a deletion that converts a Lookup field relationship to a Master-Detail relationship, detail records must reference a master record or be soft-deleted (sent to the Recycle Bin) for the deletion to succeed. However, a successful deletion permanently deletes any detail records in the Recycle Bin.",
|
|
407
|
-
"name": "check-only",
|
|
408
|
-
"summary": "Validate delete command but don't delete anything from the org or the local project.",
|
|
367
|
+
"name": "async",
|
|
368
|
+
"summary": "Run the command asynchronously.",
|
|
409
369
|
"allowNo": false,
|
|
410
370
|
"type": "boolean"
|
|
411
371
|
},
|
|
412
|
-
"
|
|
413
|
-
"char": "
|
|
414
|
-
"description": "
|
|
415
|
-
"name": "
|
|
416
|
-
"summary": "
|
|
417
|
-
"default": {
|
|
418
|
-
"quantity": 33,
|
|
419
|
-
"unit": 0
|
|
420
|
-
},
|
|
421
|
-
"hasDynamicHelp": false,
|
|
422
|
-
"multiple": false,
|
|
423
|
-
"type": "option"
|
|
424
|
-
},
|
|
425
|
-
"tests": {
|
|
426
|
-
"description": "If a test name contains a space, enclose it in double quotes.\nFor multiple test names, use one of the following formats:\n\n- Repeat the flag for multiple test names: --tests Test1 --tests Test2 --tests \"Test With Space\"\n- Separate the test names with spaces: --tests Test1 Test2 \"Test With Space\"",
|
|
427
|
-
"helpGroup": "Test",
|
|
428
|
-
"name": "tests",
|
|
429
|
-
"summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
|
|
430
|
-
"hasDynamicHelp": false,
|
|
431
|
-
"multiple": true,
|
|
432
|
-
"type": "option"
|
|
433
|
-
},
|
|
434
|
-
"test-level": {
|
|
435
|
-
"aliases": [
|
|
436
|
-
"testlevel"
|
|
437
|
-
],
|
|
438
|
-
"char": "l",
|
|
439
|
-
"deprecateAliases": true,
|
|
440
|
-
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package and target org. For more information, see “Running Tests in a Deployment” in the Metadata API Developer Guide.",
|
|
441
|
-
"helpGroup": "Test",
|
|
442
|
-
"name": "test-level",
|
|
443
|
-
"summary": "Deployment Apex testing level.",
|
|
372
|
+
"job-id": {
|
|
373
|
+
"char": "i",
|
|
374
|
+
"description": "These commands return a job ID if they time out or you specified the --async flag:\n\n- <%= config.bin %> project deploy start\n- <%= config.bin %> project deploy validate\n- <%= config.bin %> project deploy quick\n- <%= config.bin %> project deploy cancel\n\nThe job ID is valid for 10 days from when you started the deploy operation.",
|
|
375
|
+
"name": "job-id",
|
|
376
|
+
"summary": "Job ID of the deploy operation you want to cancel.",
|
|
444
377
|
"hasDynamicHelp": false,
|
|
445
378
|
"multiple": false,
|
|
446
|
-
"options": [
|
|
447
|
-
"NoTestRun",
|
|
448
|
-
"RunSpecifiedTests",
|
|
449
|
-
"RunLocalTests",
|
|
450
|
-
"RunAllTestsInOrg"
|
|
451
|
-
],
|
|
452
379
|
"type": "option"
|
|
453
380
|
},
|
|
454
|
-
"
|
|
455
|
-
"aliases": [
|
|
456
|
-
"noprompt"
|
|
457
|
-
],
|
|
381
|
+
"use-most-recent": {
|
|
458
382
|
"char": "r",
|
|
459
|
-
"
|
|
460
|
-
"name": "
|
|
461
|
-
"summary": "
|
|
383
|
+
"description": "For performance reasons, this flag uses job IDs for deploy operations that started only in the past 3 days or less. If your most recent deploy operations was more than 3 days ago, this flag won't find a job ID.",
|
|
384
|
+
"name": "use-most-recent",
|
|
385
|
+
"summary": "Use the job ID of the most recent deploy operation.",
|
|
462
386
|
"allowNo": false,
|
|
463
387
|
"type": "boolean"
|
|
464
388
|
},
|
|
465
|
-
"
|
|
466
|
-
"char": "
|
|
467
|
-
"description": "If you
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
"delimiter": ",",
|
|
471
|
-
"hasDynamicHelp": false,
|
|
472
|
-
"multiple": true,
|
|
473
|
-
"type": "option"
|
|
474
|
-
},
|
|
475
|
-
"source-dir": {
|
|
476
|
-
"aliases": [
|
|
477
|
-
"sourcepath"
|
|
389
|
+
"wait": {
|
|
390
|
+
"char": "w",
|
|
391
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
392
|
+
"exclusive": [
|
|
393
|
+
"async"
|
|
478
394
|
],
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"description": "The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in which case the operation is applied to all metadata types in the directory and its sub-directories).\n\nIf you specify this parameter, don’t specify --metadata.",
|
|
482
|
-
"name": "source-dir",
|
|
483
|
-
"summary": "Source file paths to delete.",
|
|
484
|
-
"delimiter": ",",
|
|
395
|
+
"name": "wait",
|
|
396
|
+
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
485
397
|
"hasDynamicHelp": false,
|
|
486
|
-
"
|
|
398
|
+
"helpValue": "<minutes>",
|
|
399
|
+
"multiple": false,
|
|
487
400
|
"type": "option"
|
|
488
|
-
},
|
|
489
|
-
"track-source": {
|
|
490
|
-
"aliases": [
|
|
491
|
-
"tracksource"
|
|
492
|
-
],
|
|
493
|
-
"char": "t",
|
|
494
|
-
"deprecateAliases": true,
|
|
495
|
-
"exclusive": [
|
|
496
|
-
"check-only"
|
|
497
|
-
],
|
|
498
|
-
"name": "track-source",
|
|
499
|
-
"summary": "If the delete succeeds, update the source tracking information.",
|
|
500
|
-
"allowNo": false,
|
|
501
|
-
"type": "boolean"
|
|
502
|
-
},
|
|
503
|
-
"force-overwrite": {
|
|
504
|
-
"aliases": [
|
|
505
|
-
"forceoverwrite"
|
|
506
|
-
],
|
|
507
|
-
"char": "f",
|
|
508
|
-
"dependsOn": [
|
|
509
|
-
"track-source"
|
|
510
|
-
],
|
|
511
|
-
"deprecateAliases": true,
|
|
512
|
-
"name": "force-overwrite",
|
|
513
|
-
"summary": "Ignore conflict warnings and overwrite changes to the org.",
|
|
514
|
-
"allowNo": false,
|
|
515
|
-
"type": "boolean"
|
|
516
|
-
},
|
|
517
|
-
"verbose": {
|
|
518
|
-
"name": "verbose",
|
|
519
|
-
"summary": "Verbose output of the delete result.",
|
|
520
|
-
"allowNo": false,
|
|
521
|
-
"type": "boolean"
|
|
522
401
|
}
|
|
523
402
|
},
|
|
524
|
-
"hasDynamicHelp":
|
|
403
|
+
"hasDynamicHelp": false,
|
|
525
404
|
"hiddenAliases": [],
|
|
526
|
-
"id": "project:
|
|
405
|
+
"id": "project:deploy:cancel",
|
|
527
406
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
528
407
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
529
408
|
"pluginType": "core",
|
|
530
409
|
"strict": true,
|
|
531
|
-
"summary": "
|
|
410
|
+
"summary": "Cancel a deploy operation.",
|
|
532
411
|
"enableJsonFlag": true,
|
|
533
412
|
"SF_ENV": "SF_ENV",
|
|
534
|
-
"requiresProject": true,
|
|
535
413
|
"isESM": true,
|
|
536
414
|
"relativePath": [
|
|
537
415
|
"lib",
|
|
538
416
|
"commands",
|
|
539
417
|
"project",
|
|
540
|
-
"
|
|
541
|
-
"
|
|
418
|
+
"deploy",
|
|
419
|
+
"cancel.js"
|
|
542
420
|
],
|
|
543
421
|
"aliasPermutations": [
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
422
|
+
"deploy:metadata:cancel",
|
|
423
|
+
"metadata:deploy:cancel",
|
|
424
|
+
"metadata:cancel:deploy",
|
|
425
|
+
"deploy:cancel:metadata",
|
|
426
|
+
"cancel:deploy:metadata",
|
|
427
|
+
"cancel:metadata:deploy"
|
|
550
428
|
],
|
|
551
429
|
"permutations": [
|
|
552
|
-
"project:
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"project:
|
|
556
|
-
"
|
|
557
|
-
"
|
|
430
|
+
"project:deploy:cancel",
|
|
431
|
+
"deploy:project:cancel",
|
|
432
|
+
"deploy:cancel:project",
|
|
433
|
+
"project:cancel:deploy",
|
|
434
|
+
"cancel:project:deploy",
|
|
435
|
+
"cancel:deploy:project"
|
|
558
436
|
]
|
|
559
437
|
},
|
|
560
|
-
"project:
|
|
438
|
+
"project:deploy:preview": {
|
|
561
439
|
"aliases": [
|
|
562
|
-
"
|
|
440
|
+
"deploy:metadata:preview"
|
|
563
441
|
],
|
|
564
442
|
"args": {},
|
|
565
443
|
"deprecateAliases": true,
|
|
566
|
-
"description": "
|
|
444
|
+
"description": "You must run this command from within a project.\n\nThe command outputs a table that describes what will happen if you run the \"<%= config.bin %> project deploy start\" command. The table lists the metadata components that will be deployed and deleted. The table also lists the current conflicts between files in your local project and components in the org. Finally, the table lists the files that won't be deployed because they're included in your .forceignore file.\n\nIf your org allows source tracking, then this command displays potential conflicts between the org and your local project. Some orgs, such as production org, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable source tracking when you create the orgs by specifying the --no-track-source flag on the \"<%= config.bin %> org create scratch|sandbox\" commands.\n\nTo preview the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir.",
|
|
567
445
|
"examples": [
|
|
568
|
-
"
|
|
446
|
+
"NOTE: The commands to preview a deployment and actually deploy it use similar flags. We provide a few preview examples here, but see the help for \"<%= config.bin %> project deploy start\" for more examples that you can adapt for previewing.",
|
|
447
|
+
"Preview the deployment of source files in a directory, such as force-app, to your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app",
|
|
448
|
+
"Preview the deployment of all Apex classes to an org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --metadata ApexClass --target-org my-scratch",
|
|
449
|
+
"Preview deployment of a specific Apex class:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass",
|
|
450
|
+
"Preview deployment of all components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml"
|
|
569
451
|
],
|
|
570
452
|
"flags": {
|
|
571
453
|
"json": {
|
|
@@ -575,242 +457,23 @@
|
|
|
575
457
|
"allowNo": false,
|
|
576
458
|
"type": "boolean"
|
|
577
459
|
},
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
|
|
460
|
+
"ignore-conflicts": {
|
|
461
|
+
"char": "c",
|
|
462
|
+
"description": "This flag applies only to orgs that allow source tracking. It has no effect on orgs that don't allow it, such as production orgs.",
|
|
463
|
+
"name": "ignore-conflicts",
|
|
464
|
+
"summary": "Don't display conflicts in preview of the deployment.",
|
|
465
|
+
"allowNo": false,
|
|
466
|
+
"type": "boolean"
|
|
467
|
+
},
|
|
468
|
+
"manifest": {
|
|
469
|
+
"char": "x",
|
|
470
|
+
"description": "All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.",
|
|
471
|
+
"exclusive": [
|
|
472
|
+
"source-dir",
|
|
473
|
+
"metadata"
|
|
581
474
|
],
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"name": "api-version",
|
|
585
|
-
"hasDynamicHelp": false,
|
|
586
|
-
"multiple": false,
|
|
587
|
-
"type": "option"
|
|
588
|
-
},
|
|
589
|
-
"loglevel": {
|
|
590
|
-
"deprecated": {
|
|
591
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
592
|
-
},
|
|
593
|
-
"hidden": true,
|
|
594
|
-
"name": "loglevel",
|
|
595
|
-
"hasDynamicHelp": false,
|
|
596
|
-
"multiple": false,
|
|
597
|
-
"type": "option"
|
|
598
|
-
},
|
|
599
|
-
"target-org": {
|
|
600
|
-
"aliases": [
|
|
601
|
-
"targetusername",
|
|
602
|
-
"u"
|
|
603
|
-
],
|
|
604
|
-
"char": "o",
|
|
605
|
-
"deprecateAliases": true,
|
|
606
|
-
"name": "target-org",
|
|
607
|
-
"noCacheDefault": true,
|
|
608
|
-
"required": true,
|
|
609
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
610
|
-
"hasDynamicHelp": true,
|
|
611
|
-
"multiple": false,
|
|
612
|
-
"type": "option"
|
|
613
|
-
},
|
|
614
|
-
"no-prompt": {
|
|
615
|
-
"aliases": [
|
|
616
|
-
"noprompt"
|
|
617
|
-
],
|
|
618
|
-
"char": "p",
|
|
619
|
-
"deprecateAliases": true,
|
|
620
|
-
"name": "no-prompt",
|
|
621
|
-
"summary": "Don't prompt for source tracking override confirmation.",
|
|
622
|
-
"allowNo": false,
|
|
623
|
-
"type": "boolean"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
"hasDynamicHelp": true,
|
|
627
|
-
"hiddenAliases": [],
|
|
628
|
-
"id": "project:delete:tracking",
|
|
629
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
630
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
631
|
-
"pluginType": "core",
|
|
632
|
-
"strict": true,
|
|
633
|
-
"summary": "Delete all local source tracking information.",
|
|
634
|
-
"enableJsonFlag": true,
|
|
635
|
-
"SF_ENV": "SF_ENV",
|
|
636
|
-
"requiresProject": true,
|
|
637
|
-
"isESM": true,
|
|
638
|
-
"relativePath": [
|
|
639
|
-
"lib",
|
|
640
|
-
"commands",
|
|
641
|
-
"project",
|
|
642
|
-
"delete",
|
|
643
|
-
"tracking.js"
|
|
644
|
-
],
|
|
645
|
-
"aliasPermutations": [
|
|
646
|
-
"force:source:tracking:clear",
|
|
647
|
-
"source:force:tracking:clear",
|
|
648
|
-
"source:tracking:force:clear",
|
|
649
|
-
"source:tracking:clear:force",
|
|
650
|
-
"force:tracking:source:clear",
|
|
651
|
-
"tracking:force:source:clear",
|
|
652
|
-
"tracking:source:force:clear",
|
|
653
|
-
"tracking:source:clear:force",
|
|
654
|
-
"force:tracking:clear:source",
|
|
655
|
-
"tracking:force:clear:source",
|
|
656
|
-
"tracking:clear:force:source",
|
|
657
|
-
"tracking:clear:source:force",
|
|
658
|
-
"force:source:clear:tracking",
|
|
659
|
-
"source:force:clear:tracking",
|
|
660
|
-
"source:clear:force:tracking",
|
|
661
|
-
"source:clear:tracking:force",
|
|
662
|
-
"force:clear:source:tracking",
|
|
663
|
-
"clear:force:source:tracking",
|
|
664
|
-
"clear:source:force:tracking",
|
|
665
|
-
"clear:source:tracking:force",
|
|
666
|
-
"force:clear:tracking:source",
|
|
667
|
-
"clear:force:tracking:source",
|
|
668
|
-
"clear:tracking:force:source",
|
|
669
|
-
"clear:tracking:source:force"
|
|
670
|
-
],
|
|
671
|
-
"permutations": [
|
|
672
|
-
"project:delete:tracking",
|
|
673
|
-
"delete:project:tracking",
|
|
674
|
-
"delete:tracking:project",
|
|
675
|
-
"project:tracking:delete",
|
|
676
|
-
"tracking:project:delete",
|
|
677
|
-
"tracking:delete:project"
|
|
678
|
-
]
|
|
679
|
-
},
|
|
680
|
-
"project:deploy:cancel": {
|
|
681
|
-
"aliases": [
|
|
682
|
-
"deploy:metadata:cancel"
|
|
683
|
-
],
|
|
684
|
-
"args": {},
|
|
685
|
-
"deprecateAliases": true,
|
|
686
|
-
"description": "Use this command to cancel a deploy operation that hasn't yet completed in the org. Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.\n\nRun this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
687
|
-
"examples": [
|
|
688
|
-
"Cancel a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
689
|
-
"Cancel the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
690
|
-
],
|
|
691
|
-
"flags": {
|
|
692
|
-
"json": {
|
|
693
|
-
"description": "Format output as json.",
|
|
694
|
-
"helpGroup": "GLOBAL",
|
|
695
|
-
"name": "json",
|
|
696
|
-
"allowNo": false,
|
|
697
|
-
"type": "boolean"
|
|
698
|
-
},
|
|
699
|
-
"async": {
|
|
700
|
-
"description": "The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
701
|
-
"exclusive": [
|
|
702
|
-
"wait"
|
|
703
|
-
],
|
|
704
|
-
"name": "async",
|
|
705
|
-
"summary": "Run the command asynchronously.",
|
|
706
|
-
"allowNo": false,
|
|
707
|
-
"type": "boolean"
|
|
708
|
-
},
|
|
709
|
-
"job-id": {
|
|
710
|
-
"char": "i",
|
|
711
|
-
"description": "These commands return a job ID if they time out or you specified the --async flag:\n\n- <%= config.bin %> project deploy start\n- <%= config.bin %> project deploy validate\n- <%= config.bin %> project deploy quick\n- <%= config.bin %> project deploy cancel\n\nThe job ID is valid for 10 days from when you started the deploy operation.",
|
|
712
|
-
"name": "job-id",
|
|
713
|
-
"summary": "Job ID of the deploy operation you want to cancel.",
|
|
714
|
-
"hasDynamicHelp": false,
|
|
715
|
-
"multiple": false,
|
|
716
|
-
"type": "option"
|
|
717
|
-
},
|
|
718
|
-
"use-most-recent": {
|
|
719
|
-
"char": "r",
|
|
720
|
-
"description": "For performance reasons, this flag uses job IDs for deploy operations that started only in the past 3 days or less. If your most recent deploy operations was more than 3 days ago, this flag won't find a job ID.",
|
|
721
|
-
"name": "use-most-recent",
|
|
722
|
-
"summary": "Use the job ID of the most recent deploy operation.",
|
|
723
|
-
"allowNo": false,
|
|
724
|
-
"type": "boolean"
|
|
725
|
-
},
|
|
726
|
-
"wait": {
|
|
727
|
-
"char": "w",
|
|
728
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
729
|
-
"exclusive": [
|
|
730
|
-
"async"
|
|
731
|
-
],
|
|
732
|
-
"name": "wait",
|
|
733
|
-
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
734
|
-
"hasDynamicHelp": false,
|
|
735
|
-
"helpValue": "<minutes>",
|
|
736
|
-
"multiple": false,
|
|
737
|
-
"type": "option"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"hasDynamicHelp": false,
|
|
741
|
-
"hiddenAliases": [],
|
|
742
|
-
"id": "project:deploy:cancel",
|
|
743
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
744
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
745
|
-
"pluginType": "core",
|
|
746
|
-
"strict": true,
|
|
747
|
-
"summary": "Cancel a deploy operation.",
|
|
748
|
-
"enableJsonFlag": true,
|
|
749
|
-
"SF_ENV": "SF_ENV",
|
|
750
|
-
"isESM": true,
|
|
751
|
-
"relativePath": [
|
|
752
|
-
"lib",
|
|
753
|
-
"commands",
|
|
754
|
-
"project",
|
|
755
|
-
"deploy",
|
|
756
|
-
"cancel.js"
|
|
757
|
-
],
|
|
758
|
-
"aliasPermutations": [
|
|
759
|
-
"deploy:metadata:cancel",
|
|
760
|
-
"metadata:deploy:cancel",
|
|
761
|
-
"metadata:cancel:deploy",
|
|
762
|
-
"deploy:cancel:metadata",
|
|
763
|
-
"cancel:deploy:metadata",
|
|
764
|
-
"cancel:metadata:deploy"
|
|
765
|
-
],
|
|
766
|
-
"permutations": [
|
|
767
|
-
"project:deploy:cancel",
|
|
768
|
-
"deploy:project:cancel",
|
|
769
|
-
"deploy:cancel:project",
|
|
770
|
-
"project:cancel:deploy",
|
|
771
|
-
"cancel:project:deploy",
|
|
772
|
-
"cancel:deploy:project"
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
|
-
"project:deploy:preview": {
|
|
776
|
-
"aliases": [
|
|
777
|
-
"deploy:metadata:preview"
|
|
778
|
-
],
|
|
779
|
-
"args": {},
|
|
780
|
-
"deprecateAliases": true,
|
|
781
|
-
"description": "You must run this command from within a project.\n\nThe command outputs a table that describes what will happen if you run the \"<%= config.bin %> project deploy start\" command. The table lists the metadata components that will be deployed and deleted. The table also lists the current conflicts between files in your local project and components in the org. Finally, the table lists the files that won't be deployed because they're included in your .forceignore file.\n\nIf your org allows source tracking, then this command displays potential conflicts between the org and your local project. Some orgs, such as production org, never allow source tracking. Source tracking is enabled by default on scratch and sandbox orgs; you can disable source tracking when you create the orgs by specifying the --no-track-source flag on the \"<%= config.bin %> org create scratch|sandbox\" commands.\n\nTo preview the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir.",
|
|
782
|
-
"examples": [
|
|
783
|
-
"NOTE: The commands to preview a deployment and actually deploy it use similar flags. We provide a few preview examples here, but see the help for \"<%= config.bin %> project deploy start\" for more examples that you can adapt for previewing.",
|
|
784
|
-
"Preview the deployment of source files in a directory, such as force-app, to your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app",
|
|
785
|
-
"Preview the deployment of all Apex classes to an org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --metadata ApexClass --target-org my-scratch",
|
|
786
|
-
"Preview deployment of a specific Apex class:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass",
|
|
787
|
-
"Preview deployment of all components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml"
|
|
788
|
-
],
|
|
789
|
-
"flags": {
|
|
790
|
-
"json": {
|
|
791
|
-
"description": "Format output as json.",
|
|
792
|
-
"helpGroup": "GLOBAL",
|
|
793
|
-
"name": "json",
|
|
794
|
-
"allowNo": false,
|
|
795
|
-
"type": "boolean"
|
|
796
|
-
},
|
|
797
|
-
"ignore-conflicts": {
|
|
798
|
-
"char": "c",
|
|
799
|
-
"description": "This flag applies only to orgs that allow source tracking. It has no effect on orgs that don't allow it, such as production orgs.",
|
|
800
|
-
"name": "ignore-conflicts",
|
|
801
|
-
"summary": "Don't display conflicts in preview of the deployment.",
|
|
802
|
-
"allowNo": false,
|
|
803
|
-
"type": "boolean"
|
|
804
|
-
},
|
|
805
|
-
"manifest": {
|
|
806
|
-
"char": "x",
|
|
807
|
-
"description": "All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.",
|
|
808
|
-
"exclusive": [
|
|
809
|
-
"source-dir",
|
|
810
|
-
"metadata"
|
|
811
|
-
],
|
|
812
|
-
"name": "manifest",
|
|
813
|
-
"summary": "Full file path for manifest (package.xml) of components to preview.",
|
|
475
|
+
"name": "manifest",
|
|
476
|
+
"summary": "Full file path for manifest (package.xml) of components to preview.",
|
|
814
477
|
"hasDynamicHelp": false,
|
|
815
478
|
"multiple": false,
|
|
816
479
|
"type": "option"
|
|
@@ -2120,6 +1783,343 @@
|
|
|
2120
1783
|
"validate:deploy:project"
|
|
2121
1784
|
]
|
|
2122
1785
|
},
|
|
1786
|
+
"project:delete:source": {
|
|
1787
|
+
"aliases": [
|
|
1788
|
+
"force:source:delete"
|
|
1789
|
+
],
|
|
1790
|
+
"args": {},
|
|
1791
|
+
"deprecateAliases": true,
|
|
1792
|
+
"description": "Use this command to delete components from orgs that don’t have source tracking. To remove deleted items from orgs that have source tracking enabled, \"<%= config.bin %> project deploy start\".\n\nWhen you run this command, both the local source file and the metadata component in the org are deleted.\n\nTo delete multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir.",
|
|
1793
|
+
"examples": [
|
|
1794
|
+
"Delete all local Apex source files and all Apex classes from the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --metadata ApexClass --target-org my-scratch",
|
|
1795
|
+
"Delete a specific Apex class and a Profile that has a space in it from your default org; don't prompt for confirmation:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyFabulousApexClass --metadata \"Profile: My Profile\" --no-prompt",
|
|
1796
|
+
"Run the tests that aren’t in any managed packages as part of the deletion; if the delete succeeds, and the org has source-tracking enabled, update the source tracking information:\n<%= config.bin %> <%= command.id %> --metadata ApexClass --test-level RunLocalTests --track-source",
|
|
1797
|
+
"Delete the Apex source files in a directory and the corresponding components from your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app/main/default/classes"
|
|
1798
|
+
],
|
|
1799
|
+
"flags": {
|
|
1800
|
+
"json": {
|
|
1801
|
+
"description": "Format output as json.",
|
|
1802
|
+
"helpGroup": "GLOBAL",
|
|
1803
|
+
"name": "json",
|
|
1804
|
+
"allowNo": false,
|
|
1805
|
+
"type": "boolean"
|
|
1806
|
+
},
|
|
1807
|
+
"api-version": {
|
|
1808
|
+
"aliases": [
|
|
1809
|
+
"apiversion"
|
|
1810
|
+
],
|
|
1811
|
+
"deprecateAliases": true,
|
|
1812
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1813
|
+
"name": "api-version",
|
|
1814
|
+
"hasDynamicHelp": false,
|
|
1815
|
+
"multiple": false,
|
|
1816
|
+
"type": "option"
|
|
1817
|
+
},
|
|
1818
|
+
"loglevel": {
|
|
1819
|
+
"deprecated": {
|
|
1820
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1821
|
+
},
|
|
1822
|
+
"hidden": true,
|
|
1823
|
+
"name": "loglevel",
|
|
1824
|
+
"hasDynamicHelp": false,
|
|
1825
|
+
"multiple": false,
|
|
1826
|
+
"type": "option"
|
|
1827
|
+
},
|
|
1828
|
+
"target-org": {
|
|
1829
|
+
"aliases": [
|
|
1830
|
+
"targetusername",
|
|
1831
|
+
"u"
|
|
1832
|
+
],
|
|
1833
|
+
"char": "o",
|
|
1834
|
+
"deprecateAliases": true,
|
|
1835
|
+
"name": "target-org",
|
|
1836
|
+
"noCacheDefault": true,
|
|
1837
|
+
"required": true,
|
|
1838
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1839
|
+
"hasDynamicHelp": true,
|
|
1840
|
+
"multiple": false,
|
|
1841
|
+
"type": "option"
|
|
1842
|
+
},
|
|
1843
|
+
"check-only": {
|
|
1844
|
+
"aliases": [
|
|
1845
|
+
"checkonly"
|
|
1846
|
+
],
|
|
1847
|
+
"char": "c",
|
|
1848
|
+
"deprecateAliases": true,
|
|
1849
|
+
"description": "IMPORTANT: Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.\n\nValidates the deleted metadata and runs all Apex tests, but prevents the deletion from being saved to the org.\n\nIf you change a field type from Master-Detail to Lookup or vice versa, that change isn’t supported when using the --chec-konly parameter to test a deletion (validation). This kind of change isn’t supported for test deletions to avoid the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a deletion package, the test deletion fails and issues an error.\n\nIf your deletion package changes a field type from Master-Detail to Lookup or vice versa, you can still validate the changes prior to deploying to Production by performing a full deletion to another test Sandbox. A full deletion includes a validation of the changes as part of the deletion process.\n\nNote: A Metadata API deletion that includes Master-Detail relationships deletes all detail records in the Recycle Bin in the following cases.\n\n 1. For a deletion with a new Master-Detail field, soft delete (send to the Recycle Bin) all detail records before proceeding to delete the Master-Detail field, or the deletion fails. During the deletion, detail records are permanently deleted from the Recycle Bin and cannot be recovered.\n\n 2. For a deletion that converts a Lookup field relationship to a Master-Detail relationship, detail records must reference a master record or be soft-deleted (sent to the Recycle Bin) for the deletion to succeed. However, a successful deletion permanently deletes any detail records in the Recycle Bin.",
|
|
1850
|
+
"name": "check-only",
|
|
1851
|
+
"summary": "Validate delete command but don't delete anything from the org or the local project.",
|
|
1852
|
+
"allowNo": false,
|
|
1853
|
+
"type": "boolean"
|
|
1854
|
+
},
|
|
1855
|
+
"wait": {
|
|
1856
|
+
"char": "w",
|
|
1857
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you.",
|
|
1858
|
+
"name": "wait",
|
|
1859
|
+
"summary": "Number of minutes to wait for the command to finish.",
|
|
1860
|
+
"default": {
|
|
1861
|
+
"quantity": 33,
|
|
1862
|
+
"unit": 0
|
|
1863
|
+
},
|
|
1864
|
+
"hasDynamicHelp": false,
|
|
1865
|
+
"multiple": false,
|
|
1866
|
+
"type": "option"
|
|
1867
|
+
},
|
|
1868
|
+
"tests": {
|
|
1869
|
+
"description": "If a test name contains a space, enclose it in double quotes.\nFor multiple test names, use one of the following formats:\n\n- Repeat the flag for multiple test names: --tests Test1 --tests Test2 --tests \"Test With Space\"\n- Separate the test names with spaces: --tests Test1 Test2 \"Test With Space\"",
|
|
1870
|
+
"helpGroup": "Test",
|
|
1871
|
+
"name": "tests",
|
|
1872
|
+
"summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
|
|
1873
|
+
"hasDynamicHelp": false,
|
|
1874
|
+
"multiple": true,
|
|
1875
|
+
"type": "option"
|
|
1876
|
+
},
|
|
1877
|
+
"test-level": {
|
|
1878
|
+
"aliases": [
|
|
1879
|
+
"testlevel"
|
|
1880
|
+
],
|
|
1881
|
+
"char": "l",
|
|
1882
|
+
"deprecateAliases": true,
|
|
1883
|
+
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package and target org. For more information, see “Running Tests in a Deployment” in the Metadata API Developer Guide.",
|
|
1884
|
+
"helpGroup": "Test",
|
|
1885
|
+
"name": "test-level",
|
|
1886
|
+
"summary": "Deployment Apex testing level.",
|
|
1887
|
+
"hasDynamicHelp": false,
|
|
1888
|
+
"multiple": false,
|
|
1889
|
+
"options": [
|
|
1890
|
+
"NoTestRun",
|
|
1891
|
+
"RunSpecifiedTests",
|
|
1892
|
+
"RunLocalTests",
|
|
1893
|
+
"RunAllTestsInOrg"
|
|
1894
|
+
],
|
|
1895
|
+
"type": "option"
|
|
1896
|
+
},
|
|
1897
|
+
"no-prompt": {
|
|
1898
|
+
"aliases": [
|
|
1899
|
+
"noprompt"
|
|
1900
|
+
],
|
|
1901
|
+
"char": "r",
|
|
1902
|
+
"deprecateAliases": true,
|
|
1903
|
+
"name": "no-prompt",
|
|
1904
|
+
"summary": "Don't prompt for delete confirmation.",
|
|
1905
|
+
"allowNo": false,
|
|
1906
|
+
"type": "boolean"
|
|
1907
|
+
},
|
|
1908
|
+
"metadata": {
|
|
1909
|
+
"char": "m",
|
|
1910
|
+
"description": "If you specify this parameter, don’t specify --source-dir.",
|
|
1911
|
+
"name": "metadata",
|
|
1912
|
+
"summary": "Metadata components to delete.",
|
|
1913
|
+
"delimiter": ",",
|
|
1914
|
+
"hasDynamicHelp": false,
|
|
1915
|
+
"multiple": true,
|
|
1916
|
+
"type": "option"
|
|
1917
|
+
},
|
|
1918
|
+
"source-dir": {
|
|
1919
|
+
"aliases": [
|
|
1920
|
+
"sourcepath"
|
|
1921
|
+
],
|
|
1922
|
+
"char": "p",
|
|
1923
|
+
"deprecateAliases": true,
|
|
1924
|
+
"description": "The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in which case the operation is applied to all metadata types in the directory and its sub-directories).\n\nIf you specify this parameter, don’t specify --metadata.",
|
|
1925
|
+
"name": "source-dir",
|
|
1926
|
+
"summary": "Source file paths to delete.",
|
|
1927
|
+
"delimiter": ",",
|
|
1928
|
+
"hasDynamicHelp": false,
|
|
1929
|
+
"multiple": true,
|
|
1930
|
+
"type": "option"
|
|
1931
|
+
},
|
|
1932
|
+
"track-source": {
|
|
1933
|
+
"aliases": [
|
|
1934
|
+
"tracksource"
|
|
1935
|
+
],
|
|
1936
|
+
"char": "t",
|
|
1937
|
+
"deprecateAliases": true,
|
|
1938
|
+
"exclusive": [
|
|
1939
|
+
"check-only"
|
|
1940
|
+
],
|
|
1941
|
+
"name": "track-source",
|
|
1942
|
+
"summary": "If the delete succeeds, update the source tracking information.",
|
|
1943
|
+
"allowNo": false,
|
|
1944
|
+
"type": "boolean"
|
|
1945
|
+
},
|
|
1946
|
+
"force-overwrite": {
|
|
1947
|
+
"aliases": [
|
|
1948
|
+
"forceoverwrite"
|
|
1949
|
+
],
|
|
1950
|
+
"char": "f",
|
|
1951
|
+
"dependsOn": [
|
|
1952
|
+
"track-source"
|
|
1953
|
+
],
|
|
1954
|
+
"deprecateAliases": true,
|
|
1955
|
+
"name": "force-overwrite",
|
|
1956
|
+
"summary": "Ignore conflict warnings and overwrite changes to the org.",
|
|
1957
|
+
"allowNo": false,
|
|
1958
|
+
"type": "boolean"
|
|
1959
|
+
},
|
|
1960
|
+
"verbose": {
|
|
1961
|
+
"name": "verbose",
|
|
1962
|
+
"summary": "Verbose output of the delete result.",
|
|
1963
|
+
"allowNo": false,
|
|
1964
|
+
"type": "boolean"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"hasDynamicHelp": true,
|
|
1968
|
+
"hiddenAliases": [],
|
|
1969
|
+
"id": "project:delete:source",
|
|
1970
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
1971
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
1972
|
+
"pluginType": "core",
|
|
1973
|
+
"strict": true,
|
|
1974
|
+
"summary": "Delete source from your project and from a non-source-tracked org.",
|
|
1975
|
+
"enableJsonFlag": true,
|
|
1976
|
+
"SF_ENV": "SF_ENV",
|
|
1977
|
+
"requiresProject": true,
|
|
1978
|
+
"isESM": true,
|
|
1979
|
+
"relativePath": [
|
|
1980
|
+
"lib",
|
|
1981
|
+
"commands",
|
|
1982
|
+
"project",
|
|
1983
|
+
"delete",
|
|
1984
|
+
"source.js"
|
|
1985
|
+
],
|
|
1986
|
+
"aliasPermutations": [
|
|
1987
|
+
"force:source:delete",
|
|
1988
|
+
"source:force:delete",
|
|
1989
|
+
"source:delete:force",
|
|
1990
|
+
"force:delete:source",
|
|
1991
|
+
"delete:force:source",
|
|
1992
|
+
"delete:source:force"
|
|
1993
|
+
],
|
|
1994
|
+
"permutations": [
|
|
1995
|
+
"project:delete:source",
|
|
1996
|
+
"delete:project:source",
|
|
1997
|
+
"delete:source:project",
|
|
1998
|
+
"project:source:delete",
|
|
1999
|
+
"source:project:delete",
|
|
2000
|
+
"source:delete:project"
|
|
2001
|
+
]
|
|
2002
|
+
},
|
|
2003
|
+
"project:delete:tracking": {
|
|
2004
|
+
"aliases": [
|
|
2005
|
+
"force:source:tracking:clear"
|
|
2006
|
+
],
|
|
2007
|
+
"args": {},
|
|
2008
|
+
"deprecateAliases": true,
|
|
2009
|
+
"description": "WARNING: This command deletes or overwrites all existing source tracking files. Use with extreme caution.\n\nDeletes all local source tracking information. When you next run 'project deploy preview', Salesforce CLI displays all local and remote files as changed, and any files with the same name are listed as conflicts.",
|
|
2010
|
+
"examples": [
|
|
2011
|
+
"Delete local source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch"
|
|
2012
|
+
],
|
|
2013
|
+
"flags": {
|
|
2014
|
+
"json": {
|
|
2015
|
+
"description": "Format output as json.",
|
|
2016
|
+
"helpGroup": "GLOBAL",
|
|
2017
|
+
"name": "json",
|
|
2018
|
+
"allowNo": false,
|
|
2019
|
+
"type": "boolean"
|
|
2020
|
+
},
|
|
2021
|
+
"api-version": {
|
|
2022
|
+
"aliases": [
|
|
2023
|
+
"apiversion"
|
|
2024
|
+
],
|
|
2025
|
+
"deprecateAliases": true,
|
|
2026
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2027
|
+
"name": "api-version",
|
|
2028
|
+
"hasDynamicHelp": false,
|
|
2029
|
+
"multiple": false,
|
|
2030
|
+
"type": "option"
|
|
2031
|
+
},
|
|
2032
|
+
"loglevel": {
|
|
2033
|
+
"deprecated": {
|
|
2034
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2035
|
+
},
|
|
2036
|
+
"hidden": true,
|
|
2037
|
+
"name": "loglevel",
|
|
2038
|
+
"hasDynamicHelp": false,
|
|
2039
|
+
"multiple": false,
|
|
2040
|
+
"type": "option"
|
|
2041
|
+
},
|
|
2042
|
+
"target-org": {
|
|
2043
|
+
"aliases": [
|
|
2044
|
+
"targetusername",
|
|
2045
|
+
"u"
|
|
2046
|
+
],
|
|
2047
|
+
"char": "o",
|
|
2048
|
+
"deprecateAliases": true,
|
|
2049
|
+
"name": "target-org",
|
|
2050
|
+
"noCacheDefault": true,
|
|
2051
|
+
"required": true,
|
|
2052
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2053
|
+
"hasDynamicHelp": true,
|
|
2054
|
+
"multiple": false,
|
|
2055
|
+
"type": "option"
|
|
2056
|
+
},
|
|
2057
|
+
"no-prompt": {
|
|
2058
|
+
"aliases": [
|
|
2059
|
+
"noprompt"
|
|
2060
|
+
],
|
|
2061
|
+
"char": "p",
|
|
2062
|
+
"deprecateAliases": true,
|
|
2063
|
+
"name": "no-prompt",
|
|
2064
|
+
"summary": "Don't prompt for source tracking override confirmation.",
|
|
2065
|
+
"allowNo": false,
|
|
2066
|
+
"type": "boolean"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
"hasDynamicHelp": true,
|
|
2070
|
+
"hiddenAliases": [],
|
|
2071
|
+
"id": "project:delete:tracking",
|
|
2072
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2073
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2074
|
+
"pluginType": "core",
|
|
2075
|
+
"strict": true,
|
|
2076
|
+
"summary": "Delete all local source tracking information.",
|
|
2077
|
+
"enableJsonFlag": true,
|
|
2078
|
+
"SF_ENV": "SF_ENV",
|
|
2079
|
+
"requiresProject": true,
|
|
2080
|
+
"isESM": true,
|
|
2081
|
+
"relativePath": [
|
|
2082
|
+
"lib",
|
|
2083
|
+
"commands",
|
|
2084
|
+
"project",
|
|
2085
|
+
"delete",
|
|
2086
|
+
"tracking.js"
|
|
2087
|
+
],
|
|
2088
|
+
"aliasPermutations": [
|
|
2089
|
+
"force:source:tracking:clear",
|
|
2090
|
+
"source:force:tracking:clear",
|
|
2091
|
+
"source:tracking:force:clear",
|
|
2092
|
+
"source:tracking:clear:force",
|
|
2093
|
+
"force:tracking:source:clear",
|
|
2094
|
+
"tracking:force:source:clear",
|
|
2095
|
+
"tracking:source:force:clear",
|
|
2096
|
+
"tracking:source:clear:force",
|
|
2097
|
+
"force:tracking:clear:source",
|
|
2098
|
+
"tracking:force:clear:source",
|
|
2099
|
+
"tracking:clear:force:source",
|
|
2100
|
+
"tracking:clear:source:force",
|
|
2101
|
+
"force:source:clear:tracking",
|
|
2102
|
+
"source:force:clear:tracking",
|
|
2103
|
+
"source:clear:force:tracking",
|
|
2104
|
+
"source:clear:tracking:force",
|
|
2105
|
+
"force:clear:source:tracking",
|
|
2106
|
+
"clear:force:source:tracking",
|
|
2107
|
+
"clear:source:force:tracking",
|
|
2108
|
+
"clear:source:tracking:force",
|
|
2109
|
+
"force:clear:tracking:source",
|
|
2110
|
+
"clear:force:tracking:source",
|
|
2111
|
+
"clear:tracking:force:source",
|
|
2112
|
+
"clear:tracking:source:force"
|
|
2113
|
+
],
|
|
2114
|
+
"permutations": [
|
|
2115
|
+
"project:delete:tracking",
|
|
2116
|
+
"delete:project:tracking",
|
|
2117
|
+
"delete:tracking:project",
|
|
2118
|
+
"project:tracking:delete",
|
|
2119
|
+
"tracking:project:delete",
|
|
2120
|
+
"tracking:delete:project"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
2123
|
"project:generate:manifest": {
|
|
2124
2124
|
"aliases": [
|
|
2125
2125
|
"force:source:manifest:create"
|
|
@@ -2868,5 +2868,5 @@
|
|
|
2868
2868
|
]
|
|
2869
2869
|
}
|
|
2870
2870
|
},
|
|
2871
|
-
"version": "2.2.
|
|
2871
|
+
"version": "2.2.6"
|
|
2872
2872
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.12.0",
|
|
9
|
-
"@salesforce/apex-node": "^2.1.
|
|
10
|
-
"@salesforce/core": "^6.
|
|
9
|
+
"@salesforce/apex-node": "^2.1.6",
|
|
10
|
+
"@salesforce/core": "^6.4.0",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^10.2.0",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exports": "./lib/index.js",
|
|
253
253
|
"type": "module",
|
|
254
254
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.2.
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.2.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.2.6.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.2.6.sig"
|
|
257
257
|
}
|
|
258
258
|
}
|