@salesforce/plugin-deploy-retrieve 3.24.32 → 3.24.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/oclif.manifest.json +543 -543
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -405,18 +405,16 @@
|
|
|
405
405
|
"source:convert:project"
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
|
-
"project:
|
|
408
|
+
"project:deploy:cancel": {
|
|
409
409
|
"aliases": [
|
|
410
|
-
"
|
|
410
|
+
"deploy:metadata:cancel"
|
|
411
411
|
],
|
|
412
412
|
"args": {},
|
|
413
413
|
"deprecateAliases": true,
|
|
414
|
-
"description": "Use this command to
|
|
414
|
+
"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.",
|
|
415
415
|
"examples": [
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"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",
|
|
419
|
-
"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"
|
|
416
|
+
"Cancel a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
417
|
+
"Cancel the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
420
418
|
],
|
|
421
419
|
"flags": {
|
|
422
420
|
"json": {
|
|
@@ -434,207 +432,103 @@
|
|
|
434
432
|
"multiple": false,
|
|
435
433
|
"type": "option"
|
|
436
434
|
},
|
|
437
|
-
"api-version": {
|
|
438
|
-
"aliases": [
|
|
439
|
-
"apiversion"
|
|
440
|
-
],
|
|
441
|
-
"deprecateAliases": true,
|
|
442
|
-
"description": "Override the api version used for api requests made by this command",
|
|
443
|
-
"name": "api-version",
|
|
444
|
-
"hasDynamicHelp": false,
|
|
445
|
-
"multiple": false,
|
|
446
|
-
"type": "option"
|
|
447
|
-
},
|
|
448
|
-
"loglevel": {
|
|
449
|
-
"deprecated": {
|
|
450
|
-
"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."
|
|
451
|
-
},
|
|
452
|
-
"hidden": true,
|
|
453
|
-
"name": "loglevel",
|
|
454
|
-
"hasDynamicHelp": false,
|
|
455
|
-
"multiple": false,
|
|
456
|
-
"type": "option"
|
|
457
|
-
},
|
|
458
435
|
"target-org": {
|
|
459
|
-
"aliases": [
|
|
460
|
-
"targetusername",
|
|
461
|
-
"u"
|
|
462
|
-
],
|
|
463
436
|
"char": "o",
|
|
464
|
-
"deprecateAliases": true,
|
|
465
437
|
"name": "target-org",
|
|
466
438
|
"noCacheDefault": true,
|
|
467
|
-
"
|
|
468
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
439
|
+
"summary": "Username or alias of the target org.",
|
|
469
440
|
"hasDynamicHelp": true,
|
|
470
441
|
"multiple": false,
|
|
471
442
|
"type": "option"
|
|
472
443
|
},
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
|
|
444
|
+
"async": {
|
|
445
|
+
"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\".",
|
|
446
|
+
"exclusive": [
|
|
447
|
+
"wait"
|
|
476
448
|
],
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"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 --check-only flag 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.",
|
|
480
|
-
"name": "check-only",
|
|
481
|
-
"summary": "Validate delete command but don't delete anything from the org or the local project.",
|
|
449
|
+
"name": "async",
|
|
450
|
+
"summary": "Run the command asynchronously.",
|
|
482
451
|
"allowNo": false,
|
|
483
452
|
"type": "boolean"
|
|
484
453
|
},
|
|
485
|
-
"
|
|
486
|
-
"char": "
|
|
487
|
-
"description": "
|
|
488
|
-
"name": "
|
|
489
|
-
"summary": "
|
|
490
|
-
"hasDynamicHelp": true,
|
|
491
|
-
"multiple": false,
|
|
492
|
-
"type": "option"
|
|
493
|
-
},
|
|
494
|
-
"tests": {
|
|
495
|
-
"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\"",
|
|
496
|
-
"helpGroup": "Test",
|
|
497
|
-
"name": "tests",
|
|
498
|
-
"summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
|
|
499
|
-
"hasDynamicHelp": false,
|
|
500
|
-
"multiple": true,
|
|
501
|
-
"type": "option"
|
|
502
|
-
},
|
|
503
|
-
"test-level": {
|
|
504
|
-
"aliases": [
|
|
505
|
-
"testlevel"
|
|
506
|
-
],
|
|
507
|
-
"char": "l",
|
|
508
|
-
"deprecateAliases": true,
|
|
509
|
-
"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\n- RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For fine-grained control, you can also annotate test classes so that they always run in certain conditions. See \"@IsTest Annotation\" in the \"Apex Developer Guide\" (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code coverage. This coverage is computed for each class and triggers individually and is different than the overall coverage percentage.\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\" (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
|
|
510
|
-
"helpGroup": "Test",
|
|
511
|
-
"name": "test-level",
|
|
512
|
-
"summary": "Deployment Apex testing level.",
|
|
454
|
+
"job-id": {
|
|
455
|
+
"char": "i",
|
|
456
|
+
"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.",
|
|
457
|
+
"name": "job-id",
|
|
458
|
+
"summary": "Job ID of the deploy operation you want to cancel.",
|
|
513
459
|
"hasDynamicHelp": false,
|
|
514
460
|
"multiple": false,
|
|
515
|
-
"options": [
|
|
516
|
-
"NoTestRun",
|
|
517
|
-
"RunSpecifiedTests",
|
|
518
|
-
"RunLocalTests",
|
|
519
|
-
"RunAllTestsInOrg",
|
|
520
|
-
"RunRelevantTests"
|
|
521
|
-
],
|
|
522
461
|
"type": "option"
|
|
523
462
|
},
|
|
524
|
-
"
|
|
525
|
-
"aliases": [
|
|
526
|
-
"noprompt"
|
|
527
|
-
],
|
|
463
|
+
"use-most-recent": {
|
|
528
464
|
"char": "r",
|
|
529
|
-
"
|
|
530
|
-
"name": "
|
|
531
|
-
"summary": "
|
|
465
|
+
"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.",
|
|
466
|
+
"name": "use-most-recent",
|
|
467
|
+
"summary": "Use the job ID of the most recent deploy operation.",
|
|
532
468
|
"allowNo": false,
|
|
533
469
|
"type": "boolean"
|
|
534
470
|
},
|
|
535
|
-
"
|
|
536
|
-
"char": "
|
|
537
|
-
"description": "If you
|
|
538
|
-
"name": "metadata",
|
|
539
|
-
"summary": "Metadata components to delete.",
|
|
540
|
-
"delimiter": ",",
|
|
541
|
-
"hasDynamicHelp": false,
|
|
542
|
-
"multiple": true,
|
|
543
|
-
"type": "option"
|
|
544
|
-
},
|
|
545
|
-
"source-dir": {
|
|
546
|
-
"aliases": [
|
|
547
|
-
"sourcepath"
|
|
548
|
-
],
|
|
549
|
-
"char": "p",
|
|
550
|
-
"deprecateAliases": true,
|
|
551
|
-
"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 flag, don’t specify --metadata.",
|
|
552
|
-
"name": "source-dir",
|
|
553
|
-
"summary": "Source file paths to delete.",
|
|
554
|
-
"delimiter": ",",
|
|
555
|
-
"hasDynamicHelp": false,
|
|
556
|
-
"multiple": true,
|
|
557
|
-
"type": "option"
|
|
558
|
-
},
|
|
559
|
-
"track-source": {
|
|
560
|
-
"aliases": [
|
|
561
|
-
"tracksource"
|
|
562
|
-
],
|
|
563
|
-
"char": "t",
|
|
564
|
-
"deprecateAliases": true,
|
|
471
|
+
"wait": {
|
|
472
|
+
"char": "w",
|
|
473
|
+
"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\".",
|
|
565
474
|
"exclusive": [
|
|
566
|
-
"
|
|
567
|
-
],
|
|
568
|
-
"name": "track-source",
|
|
569
|
-
"summary": "If the delete succeeds, update the source tracking information.",
|
|
570
|
-
"allowNo": false,
|
|
571
|
-
"type": "boolean"
|
|
572
|
-
},
|
|
573
|
-
"force-overwrite": {
|
|
574
|
-
"aliases": [
|
|
575
|
-
"forceoverwrite"
|
|
576
|
-
],
|
|
577
|
-
"char": "f",
|
|
578
|
-
"dependsOn": [
|
|
579
|
-
"track-source"
|
|
475
|
+
"async"
|
|
580
476
|
],
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
|
|
587
|
-
"verbose": {
|
|
588
|
-
"name": "verbose",
|
|
589
|
-
"summary": "Verbose output of the delete result.",
|
|
590
|
-
"allowNo": false,
|
|
591
|
-
"type": "boolean"
|
|
477
|
+
"name": "wait",
|
|
478
|
+
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
479
|
+
"hasDynamicHelp": true,
|
|
480
|
+
"helpValue": "<minutes>",
|
|
481
|
+
"multiple": false,
|
|
482
|
+
"type": "option"
|
|
592
483
|
}
|
|
593
484
|
},
|
|
594
485
|
"hasDynamicHelp": true,
|
|
595
486
|
"hiddenAliases": [],
|
|
596
|
-
"id": "project:
|
|
487
|
+
"id": "project:deploy:cancel",
|
|
597
488
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
598
489
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
599
490
|
"pluginType": "core",
|
|
600
491
|
"strict": true,
|
|
601
|
-
"summary": "
|
|
492
|
+
"summary": "Cancel a deploy operation.",
|
|
602
493
|
"enableJsonFlag": true,
|
|
603
|
-
"requiresProject": true,
|
|
604
494
|
"isESM": true,
|
|
605
495
|
"relativePath": [
|
|
606
496
|
"lib",
|
|
607
497
|
"commands",
|
|
608
498
|
"project",
|
|
609
|
-
"
|
|
610
|
-
"
|
|
499
|
+
"deploy",
|
|
500
|
+
"cancel.js"
|
|
611
501
|
],
|
|
612
502
|
"aliasPermutations": [
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
"
|
|
503
|
+
"deploy:metadata:cancel",
|
|
504
|
+
"metadata:deploy:cancel",
|
|
505
|
+
"metadata:cancel:deploy",
|
|
506
|
+
"deploy:cancel:metadata",
|
|
507
|
+
"cancel:deploy:metadata",
|
|
508
|
+
"cancel:metadata:deploy"
|
|
619
509
|
],
|
|
620
510
|
"permutations": [
|
|
621
|
-
"project:
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"project:
|
|
625
|
-
"
|
|
626
|
-
"
|
|
511
|
+
"project:deploy:cancel",
|
|
512
|
+
"deploy:project:cancel",
|
|
513
|
+
"deploy:cancel:project",
|
|
514
|
+
"project:cancel:deploy",
|
|
515
|
+
"cancel:project:deploy",
|
|
516
|
+
"cancel:deploy:project"
|
|
627
517
|
]
|
|
628
518
|
},
|
|
629
|
-
"project:
|
|
519
|
+
"project:deploy:preview": {
|
|
630
520
|
"aliases": [
|
|
631
|
-
"
|
|
521
|
+
"deploy:metadata:preview"
|
|
632
522
|
],
|
|
633
523
|
"args": {},
|
|
634
524
|
"deprecateAliases": true,
|
|
635
|
-
"description": "
|
|
525
|
+
"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 --source-dir.",
|
|
636
526
|
"examples": [
|
|
637
|
-
"
|
|
527
|
+
"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.",
|
|
528
|
+
"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",
|
|
529
|
+
"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",
|
|
530
|
+
"Preview deployment of a specific Apex class:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass",
|
|
531
|
+
"Preview deployment of all components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml"
|
|
638
532
|
],
|
|
639
533
|
"flags": {
|
|
640
534
|
"json": {
|
|
@@ -652,279 +546,37 @@
|
|
|
652
546
|
"multiple": false,
|
|
653
547
|
"type": "option"
|
|
654
548
|
},
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
|
|
549
|
+
"ignore-conflicts": {
|
|
550
|
+
"char": "c",
|
|
551
|
+
"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.",
|
|
552
|
+
"name": "ignore-conflicts",
|
|
553
|
+
"summary": "Don't display conflicts in preview of the deployment.",
|
|
554
|
+
"allowNo": false,
|
|
555
|
+
"type": "boolean"
|
|
556
|
+
},
|
|
557
|
+
"manifest": {
|
|
558
|
+
"char": "x",
|
|
559
|
+
"description": "All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.",
|
|
560
|
+
"exclusive": [
|
|
561
|
+
"source-dir",
|
|
562
|
+
"metadata"
|
|
658
563
|
],
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"name": "api-version",
|
|
564
|
+
"name": "manifest",
|
|
565
|
+
"summary": "Full file path for manifest (package.xml) of components to preview.",
|
|
662
566
|
"hasDynamicHelp": false,
|
|
663
567
|
"multiple": false,
|
|
664
568
|
"type": "option"
|
|
665
569
|
},
|
|
666
|
-
"
|
|
667
|
-
"
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
570
|
+
"metadata": {
|
|
571
|
+
"char": "m",
|
|
572
|
+
"exclusive": [
|
|
573
|
+
"manifest",
|
|
574
|
+
"source-dir"
|
|
575
|
+
],
|
|
576
|
+
"name": "metadata",
|
|
577
|
+
"summary": "Metadata component names to preview.",
|
|
672
578
|
"hasDynamicHelp": false,
|
|
673
|
-
"multiple":
|
|
674
|
-
"type": "option"
|
|
675
|
-
},
|
|
676
|
-
"target-org": {
|
|
677
|
-
"aliases": [
|
|
678
|
-
"targetusername",
|
|
679
|
-
"u"
|
|
680
|
-
],
|
|
681
|
-
"char": "o",
|
|
682
|
-
"deprecateAliases": true,
|
|
683
|
-
"name": "target-org",
|
|
684
|
-
"noCacheDefault": true,
|
|
685
|
-
"required": true,
|
|
686
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
687
|
-
"hasDynamicHelp": true,
|
|
688
|
-
"multiple": false,
|
|
689
|
-
"type": "option"
|
|
690
|
-
},
|
|
691
|
-
"no-prompt": {
|
|
692
|
-
"aliases": [
|
|
693
|
-
"noprompt"
|
|
694
|
-
],
|
|
695
|
-
"char": "p",
|
|
696
|
-
"deprecateAliases": true,
|
|
697
|
-
"name": "no-prompt",
|
|
698
|
-
"summary": "Don't prompt for source tracking override confirmation.",
|
|
699
|
-
"allowNo": false,
|
|
700
|
-
"type": "boolean"
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"hasDynamicHelp": true,
|
|
704
|
-
"hiddenAliases": [],
|
|
705
|
-
"id": "project:delete:tracking",
|
|
706
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
707
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
708
|
-
"pluginType": "core",
|
|
709
|
-
"strict": true,
|
|
710
|
-
"summary": "Delete all local source tracking information.",
|
|
711
|
-
"enableJsonFlag": true,
|
|
712
|
-
"requiresProject": true,
|
|
713
|
-
"isESM": true,
|
|
714
|
-
"relativePath": [
|
|
715
|
-
"lib",
|
|
716
|
-
"commands",
|
|
717
|
-
"project",
|
|
718
|
-
"delete",
|
|
719
|
-
"tracking.js"
|
|
720
|
-
],
|
|
721
|
-
"aliasPermutations": [
|
|
722
|
-
"force:source:tracking:clear",
|
|
723
|
-
"source:force:tracking:clear",
|
|
724
|
-
"source:tracking:force:clear",
|
|
725
|
-
"source:tracking:clear:force",
|
|
726
|
-
"force:tracking:source:clear",
|
|
727
|
-
"tracking:force:source:clear",
|
|
728
|
-
"tracking:source:force:clear",
|
|
729
|
-
"tracking:source:clear:force",
|
|
730
|
-
"force:tracking:clear:source",
|
|
731
|
-
"tracking:force:clear:source",
|
|
732
|
-
"tracking:clear:force:source",
|
|
733
|
-
"tracking:clear:source:force",
|
|
734
|
-
"force:source:clear:tracking",
|
|
735
|
-
"source:force:clear:tracking",
|
|
736
|
-
"source:clear:force:tracking",
|
|
737
|
-
"source:clear:tracking:force",
|
|
738
|
-
"force:clear:source:tracking",
|
|
739
|
-
"clear:force:source:tracking",
|
|
740
|
-
"clear:source:force:tracking",
|
|
741
|
-
"clear:source:tracking:force",
|
|
742
|
-
"force:clear:tracking:source",
|
|
743
|
-
"clear:force:tracking:source",
|
|
744
|
-
"clear:tracking:force:source",
|
|
745
|
-
"clear:tracking:source:force"
|
|
746
|
-
],
|
|
747
|
-
"permutations": [
|
|
748
|
-
"project:delete:tracking",
|
|
749
|
-
"delete:project:tracking",
|
|
750
|
-
"delete:tracking:project",
|
|
751
|
-
"project:tracking:delete",
|
|
752
|
-
"tracking:project:delete",
|
|
753
|
-
"tracking:delete:project"
|
|
754
|
-
]
|
|
755
|
-
},
|
|
756
|
-
"project:deploy:cancel": {
|
|
757
|
-
"aliases": [
|
|
758
|
-
"deploy:metadata:cancel"
|
|
759
|
-
],
|
|
760
|
-
"args": {},
|
|
761
|
-
"deprecateAliases": true,
|
|
762
|
-
"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.",
|
|
763
|
-
"examples": [
|
|
764
|
-
"Cancel a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
765
|
-
"Cancel the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
766
|
-
],
|
|
767
|
-
"flags": {
|
|
768
|
-
"json": {
|
|
769
|
-
"description": "Format output as json.",
|
|
770
|
-
"helpGroup": "GLOBAL",
|
|
771
|
-
"name": "json",
|
|
772
|
-
"allowNo": false,
|
|
773
|
-
"type": "boolean"
|
|
774
|
-
},
|
|
775
|
-
"flags-dir": {
|
|
776
|
-
"helpGroup": "GLOBAL",
|
|
777
|
-
"name": "flags-dir",
|
|
778
|
-
"summary": "Import flag values from a directory.",
|
|
779
|
-
"hasDynamicHelp": false,
|
|
780
|
-
"multiple": false,
|
|
781
|
-
"type": "option"
|
|
782
|
-
},
|
|
783
|
-
"target-org": {
|
|
784
|
-
"char": "o",
|
|
785
|
-
"name": "target-org",
|
|
786
|
-
"noCacheDefault": true,
|
|
787
|
-
"summary": "Username or alias of the target org.",
|
|
788
|
-
"hasDynamicHelp": true,
|
|
789
|
-
"multiple": false,
|
|
790
|
-
"type": "option"
|
|
791
|
-
},
|
|
792
|
-
"async": {
|
|
793
|
-
"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\".",
|
|
794
|
-
"exclusive": [
|
|
795
|
-
"wait"
|
|
796
|
-
],
|
|
797
|
-
"name": "async",
|
|
798
|
-
"summary": "Run the command asynchronously.",
|
|
799
|
-
"allowNo": false,
|
|
800
|
-
"type": "boolean"
|
|
801
|
-
},
|
|
802
|
-
"job-id": {
|
|
803
|
-
"char": "i",
|
|
804
|
-
"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.",
|
|
805
|
-
"name": "job-id",
|
|
806
|
-
"summary": "Job ID of the deploy operation you want to cancel.",
|
|
807
|
-
"hasDynamicHelp": false,
|
|
808
|
-
"multiple": false,
|
|
809
|
-
"type": "option"
|
|
810
|
-
},
|
|
811
|
-
"use-most-recent": {
|
|
812
|
-
"char": "r",
|
|
813
|
-
"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.",
|
|
814
|
-
"name": "use-most-recent",
|
|
815
|
-
"summary": "Use the job ID of the most recent deploy operation.",
|
|
816
|
-
"allowNo": false,
|
|
817
|
-
"type": "boolean"
|
|
818
|
-
},
|
|
819
|
-
"wait": {
|
|
820
|
-
"char": "w",
|
|
821
|
-
"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\".",
|
|
822
|
-
"exclusive": [
|
|
823
|
-
"async"
|
|
824
|
-
],
|
|
825
|
-
"name": "wait",
|
|
826
|
-
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
827
|
-
"hasDynamicHelp": true,
|
|
828
|
-
"helpValue": "<minutes>",
|
|
829
|
-
"multiple": false,
|
|
830
|
-
"type": "option"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"hasDynamicHelp": true,
|
|
834
|
-
"hiddenAliases": [],
|
|
835
|
-
"id": "project:deploy:cancel",
|
|
836
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
837
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
838
|
-
"pluginType": "core",
|
|
839
|
-
"strict": true,
|
|
840
|
-
"summary": "Cancel a deploy operation.",
|
|
841
|
-
"enableJsonFlag": true,
|
|
842
|
-
"isESM": true,
|
|
843
|
-
"relativePath": [
|
|
844
|
-
"lib",
|
|
845
|
-
"commands",
|
|
846
|
-
"project",
|
|
847
|
-
"deploy",
|
|
848
|
-
"cancel.js"
|
|
849
|
-
],
|
|
850
|
-
"aliasPermutations": [
|
|
851
|
-
"deploy:metadata:cancel",
|
|
852
|
-
"metadata:deploy:cancel",
|
|
853
|
-
"metadata:cancel:deploy",
|
|
854
|
-
"deploy:cancel:metadata",
|
|
855
|
-
"cancel:deploy:metadata",
|
|
856
|
-
"cancel:metadata:deploy"
|
|
857
|
-
],
|
|
858
|
-
"permutations": [
|
|
859
|
-
"project:deploy:cancel",
|
|
860
|
-
"deploy:project:cancel",
|
|
861
|
-
"deploy:cancel:project",
|
|
862
|
-
"project:cancel:deploy",
|
|
863
|
-
"cancel:project:deploy",
|
|
864
|
-
"cancel:deploy:project"
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
"project:deploy:preview": {
|
|
868
|
-
"aliases": [
|
|
869
|
-
"deploy:metadata:preview"
|
|
870
|
-
],
|
|
871
|
-
"args": {},
|
|
872
|
-
"deprecateAliases": true,
|
|
873
|
-
"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 --source-dir.",
|
|
874
|
-
"examples": [
|
|
875
|
-
"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.",
|
|
876
|
-
"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",
|
|
877
|
-
"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",
|
|
878
|
-
"Preview deployment of a specific Apex class:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass",
|
|
879
|
-
"Preview deployment of all components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml"
|
|
880
|
-
],
|
|
881
|
-
"flags": {
|
|
882
|
-
"json": {
|
|
883
|
-
"description": "Format output as json.",
|
|
884
|
-
"helpGroup": "GLOBAL",
|
|
885
|
-
"name": "json",
|
|
886
|
-
"allowNo": false,
|
|
887
|
-
"type": "boolean"
|
|
888
|
-
},
|
|
889
|
-
"flags-dir": {
|
|
890
|
-
"helpGroup": "GLOBAL",
|
|
891
|
-
"name": "flags-dir",
|
|
892
|
-
"summary": "Import flag values from a directory.",
|
|
893
|
-
"hasDynamicHelp": false,
|
|
894
|
-
"multiple": false,
|
|
895
|
-
"type": "option"
|
|
896
|
-
},
|
|
897
|
-
"ignore-conflicts": {
|
|
898
|
-
"char": "c",
|
|
899
|
-
"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.",
|
|
900
|
-
"name": "ignore-conflicts",
|
|
901
|
-
"summary": "Don't display conflicts in preview of the deployment.",
|
|
902
|
-
"allowNo": false,
|
|
903
|
-
"type": "boolean"
|
|
904
|
-
},
|
|
905
|
-
"manifest": {
|
|
906
|
-
"char": "x",
|
|
907
|
-
"description": "All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.",
|
|
908
|
-
"exclusive": [
|
|
909
|
-
"source-dir",
|
|
910
|
-
"metadata"
|
|
911
|
-
],
|
|
912
|
-
"name": "manifest",
|
|
913
|
-
"summary": "Full file path for manifest (package.xml) of components to preview.",
|
|
914
|
-
"hasDynamicHelp": false,
|
|
915
|
-
"multiple": false,
|
|
916
|
-
"type": "option"
|
|
917
|
-
},
|
|
918
|
-
"metadata": {
|
|
919
|
-
"char": "m",
|
|
920
|
-
"exclusive": [
|
|
921
|
-
"manifest",
|
|
922
|
-
"source-dir"
|
|
923
|
-
],
|
|
924
|
-
"name": "metadata",
|
|
925
|
-
"summary": "Metadata component names to preview.",
|
|
926
|
-
"hasDynamicHelp": false,
|
|
927
|
-
"multiple": true,
|
|
579
|
+
"multiple": true,
|
|
928
580
|
"type": "option"
|
|
929
581
|
},
|
|
930
582
|
"source-dir": {
|
|
@@ -2250,20 +1902,18 @@
|
|
|
2250
1902
|
"validate:deploy:project"
|
|
2251
1903
|
]
|
|
2252
1904
|
},
|
|
2253
|
-
"project:
|
|
1905
|
+
"project:delete:source": {
|
|
2254
1906
|
"aliases": [
|
|
2255
|
-
"force:source:
|
|
1907
|
+
"force:source:delete"
|
|
2256
1908
|
],
|
|
2257
1909
|
"args": {},
|
|
2258
1910
|
"deprecateAliases": true,
|
|
2259
|
-
"description": "
|
|
1911
|
+
"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 --source-dir.",
|
|
2260
1912
|
"examples": [
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2265
|
-
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2266
|
-
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
1913
|
+
"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",
|
|
1914
|
+
"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",
|
|
1915
|
+
"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",
|
|
1916
|
+
"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"
|
|
2267
1917
|
],
|
|
2268
1918
|
"flags": {
|
|
2269
1919
|
"json": {
|
|
@@ -2302,10 +1952,88 @@
|
|
|
2302
1952
|
"multiple": false,
|
|
2303
1953
|
"type": "option"
|
|
2304
1954
|
},
|
|
1955
|
+
"target-org": {
|
|
1956
|
+
"aliases": [
|
|
1957
|
+
"targetusername",
|
|
1958
|
+
"u"
|
|
1959
|
+
],
|
|
1960
|
+
"char": "o",
|
|
1961
|
+
"deprecateAliases": true,
|
|
1962
|
+
"name": "target-org",
|
|
1963
|
+
"noCacheDefault": true,
|
|
1964
|
+
"required": true,
|
|
1965
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1966
|
+
"hasDynamicHelp": true,
|
|
1967
|
+
"multiple": false,
|
|
1968
|
+
"type": "option"
|
|
1969
|
+
},
|
|
1970
|
+
"check-only": {
|
|
1971
|
+
"aliases": [
|
|
1972
|
+
"checkonly"
|
|
1973
|
+
],
|
|
1974
|
+
"char": "c",
|
|
1975
|
+
"deprecateAliases": true,
|
|
1976
|
+
"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 --check-only flag 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.",
|
|
1977
|
+
"name": "check-only",
|
|
1978
|
+
"summary": "Validate delete command but don't delete anything from the org or the local project.",
|
|
1979
|
+
"allowNo": false,
|
|
1980
|
+
"type": "boolean"
|
|
1981
|
+
},
|
|
1982
|
+
"wait": {
|
|
1983
|
+
"char": "w",
|
|
1984
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you.",
|
|
1985
|
+
"name": "wait",
|
|
1986
|
+
"summary": "Number of minutes to wait for the command to finish.",
|
|
1987
|
+
"hasDynamicHelp": true,
|
|
1988
|
+
"multiple": false,
|
|
1989
|
+
"type": "option"
|
|
1990
|
+
},
|
|
1991
|
+
"tests": {
|
|
1992
|
+
"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\"",
|
|
1993
|
+
"helpGroup": "Test",
|
|
1994
|
+
"name": "tests",
|
|
1995
|
+
"summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
|
|
1996
|
+
"hasDynamicHelp": false,
|
|
1997
|
+
"multiple": true,
|
|
1998
|
+
"type": "option"
|
|
1999
|
+
},
|
|
2000
|
+
"test-level": {
|
|
2001
|
+
"aliases": [
|
|
2002
|
+
"testlevel"
|
|
2003
|
+
],
|
|
2004
|
+
"char": "l",
|
|
2005
|
+
"deprecateAliases": true,
|
|
2006
|
+
"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\n- RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For fine-grained control, you can also annotate test classes so that they always run in certain conditions. See \"@IsTest Annotation\" in the \"Apex Developer Guide\" (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code coverage. This coverage is computed for each class and triggers individually and is different than the overall coverage percentage.\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\" (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
|
|
2007
|
+
"helpGroup": "Test",
|
|
2008
|
+
"name": "test-level",
|
|
2009
|
+
"summary": "Deployment Apex testing level.",
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"options": [
|
|
2013
|
+
"NoTestRun",
|
|
2014
|
+
"RunSpecifiedTests",
|
|
2015
|
+
"RunLocalTests",
|
|
2016
|
+
"RunAllTestsInOrg",
|
|
2017
|
+
"RunRelevantTests"
|
|
2018
|
+
],
|
|
2019
|
+
"type": "option"
|
|
2020
|
+
},
|
|
2021
|
+
"no-prompt": {
|
|
2022
|
+
"aliases": [
|
|
2023
|
+
"noprompt"
|
|
2024
|
+
],
|
|
2025
|
+
"char": "r",
|
|
2026
|
+
"deprecateAliases": true,
|
|
2027
|
+
"name": "no-prompt",
|
|
2028
|
+
"summary": "Don't prompt for delete confirmation.",
|
|
2029
|
+
"allowNo": false,
|
|
2030
|
+
"type": "boolean"
|
|
2031
|
+
},
|
|
2305
2032
|
"metadata": {
|
|
2306
2033
|
"char": "m",
|
|
2034
|
+
"description": "If you specify this flag, don’t specify --source-dir.",
|
|
2307
2035
|
"name": "metadata",
|
|
2308
|
-
"summary": "
|
|
2036
|
+
"summary": "Metadata components to delete.",
|
|
2309
2037
|
"delimiter": ",",
|
|
2310
2038
|
"hasDynamicHelp": false,
|
|
2311
2039
|
"multiple": true,
|
|
@@ -2317,122 +2045,166 @@
|
|
|
2317
2045
|
],
|
|
2318
2046
|
"char": "p",
|
|
2319
2047
|
"deprecateAliases": true,
|
|
2048
|
+
"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 flag, don’t specify --metadata.",
|
|
2320
2049
|
"name": "source-dir",
|
|
2321
|
-
"summary": "
|
|
2050
|
+
"summary": "Source file paths to delete.",
|
|
2322
2051
|
"delimiter": ",",
|
|
2323
2052
|
"hasDynamicHelp": false,
|
|
2324
2053
|
"multiple": true,
|
|
2325
2054
|
"type": "option"
|
|
2326
2055
|
},
|
|
2327
|
-
"
|
|
2056
|
+
"track-source": {
|
|
2328
2057
|
"aliases": [
|
|
2329
|
-
"
|
|
2058
|
+
"tracksource"
|
|
2330
2059
|
],
|
|
2331
|
-
"char": "
|
|
2060
|
+
"char": "t",
|
|
2332
2061
|
"deprecateAliases": true,
|
|
2333
2062
|
"exclusive": [
|
|
2334
|
-
"
|
|
2063
|
+
"check-only"
|
|
2335
2064
|
],
|
|
2336
|
-
"name": "
|
|
2337
|
-
"summary": "
|
|
2338
|
-
"
|
|
2339
|
-
"
|
|
2340
|
-
"type": "option"
|
|
2065
|
+
"name": "track-source",
|
|
2066
|
+
"summary": "If the delete succeeds, update the source tracking information.",
|
|
2067
|
+
"allowNo": false,
|
|
2068
|
+
"type": "boolean"
|
|
2341
2069
|
},
|
|
2342
|
-
"
|
|
2070
|
+
"force-overwrite": {
|
|
2343
2071
|
"aliases": [
|
|
2344
|
-
"
|
|
2072
|
+
"forceoverwrite"
|
|
2345
2073
|
],
|
|
2346
|
-
"char": "
|
|
2347
|
-
"
|
|
2348
|
-
|
|
2349
|
-
"name"
|
|
2074
|
+
"char": "f",
|
|
2075
|
+
"dependsOn": [
|
|
2076
|
+
"track-source"
|
|
2350
2077
|
],
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2078
|
+
"deprecateAliases": true,
|
|
2079
|
+
"name": "force-overwrite",
|
|
2080
|
+
"summary": "Ignore conflict warnings and overwrite changes to the org.",
|
|
2081
|
+
"allowNo": false,
|
|
2082
|
+
"type": "boolean"
|
|
2083
|
+
},
|
|
2084
|
+
"verbose": {
|
|
2085
|
+
"name": "verbose",
|
|
2086
|
+
"summary": "Verbose output of the delete result.",
|
|
2087
|
+
"allowNo": false,
|
|
2088
|
+
"type": "boolean"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
"hasDynamicHelp": true,
|
|
2092
|
+
"hiddenAliases": [],
|
|
2093
|
+
"id": "project:delete:source",
|
|
2094
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2095
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2096
|
+
"pluginType": "core",
|
|
2097
|
+
"strict": true,
|
|
2098
|
+
"summary": "Delete source from your project and from a non-source-tracked org.",
|
|
2099
|
+
"enableJsonFlag": true,
|
|
2100
|
+
"requiresProject": true,
|
|
2101
|
+
"isESM": true,
|
|
2102
|
+
"relativePath": [
|
|
2103
|
+
"lib",
|
|
2104
|
+
"commands",
|
|
2105
|
+
"project",
|
|
2106
|
+
"delete",
|
|
2107
|
+
"source.js"
|
|
2108
|
+
],
|
|
2109
|
+
"aliasPermutations": [
|
|
2110
|
+
"force:source:delete",
|
|
2111
|
+
"source:force:delete",
|
|
2112
|
+
"source:delete:force",
|
|
2113
|
+
"force:delete:source",
|
|
2114
|
+
"delete:force:source",
|
|
2115
|
+
"delete:source:force"
|
|
2116
|
+
],
|
|
2117
|
+
"permutations": [
|
|
2118
|
+
"project:delete:source",
|
|
2119
|
+
"delete:project:source",
|
|
2120
|
+
"delete:source:project",
|
|
2121
|
+
"project:source:delete",
|
|
2122
|
+
"source:project:delete",
|
|
2123
|
+
"source:delete:project"
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
"project:delete:tracking": {
|
|
2127
|
+
"aliases": [
|
|
2128
|
+
"force:source:tracking:clear"
|
|
2129
|
+
],
|
|
2130
|
+
"args": {},
|
|
2131
|
+
"deprecateAliases": true,
|
|
2132
|
+
"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.",
|
|
2133
|
+
"examples": [
|
|
2134
|
+
"Delete local source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch"
|
|
2135
|
+
],
|
|
2136
|
+
"flags": {
|
|
2137
|
+
"json": {
|
|
2138
|
+
"description": "Format output as json.",
|
|
2139
|
+
"helpGroup": "GLOBAL",
|
|
2140
|
+
"name": "json",
|
|
2141
|
+
"allowNo": false,
|
|
2142
|
+
"type": "boolean"
|
|
2143
|
+
},
|
|
2144
|
+
"flags-dir": {
|
|
2145
|
+
"helpGroup": "GLOBAL",
|
|
2146
|
+
"name": "flags-dir",
|
|
2147
|
+
"summary": "Import flag values from a directory.",
|
|
2353
2148
|
"hasDynamicHelp": false,
|
|
2354
2149
|
"multiple": false,
|
|
2355
|
-
"options": [
|
|
2356
|
-
"pre",
|
|
2357
|
-
"post",
|
|
2358
|
-
"destroy",
|
|
2359
|
-
"package"
|
|
2360
|
-
],
|
|
2361
2150
|
"type": "option"
|
|
2362
2151
|
},
|
|
2363
|
-
"
|
|
2152
|
+
"api-version": {
|
|
2364
2153
|
"aliases": [
|
|
2365
|
-
"
|
|
2366
|
-
],
|
|
2367
|
-
"char": "c",
|
|
2368
|
-
"dependsOn": [
|
|
2369
|
-
"from-org"
|
|
2154
|
+
"apiversion"
|
|
2370
2155
|
],
|
|
2371
2156
|
"deprecateAliases": true,
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
"delimiter": ",",
|
|
2157
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2158
|
+
"name": "api-version",
|
|
2375
2159
|
"hasDynamicHelp": false,
|
|
2376
|
-
"multiple":
|
|
2377
|
-
"options": [
|
|
2378
|
-
"managed",
|
|
2379
|
-
"unlocked"
|
|
2380
|
-
],
|
|
2160
|
+
"multiple": false,
|
|
2381
2161
|
"type": "option"
|
|
2382
2162
|
},
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
"from-org",
|
|
2390
|
-
"source-dir"
|
|
2391
|
-
]
|
|
2392
|
-
}
|
|
2393
|
-
],
|
|
2394
|
-
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
2395
|
-
"delimiter": ",",
|
|
2163
|
+
"loglevel": {
|
|
2164
|
+
"deprecated": {
|
|
2165
|
+
"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."
|
|
2166
|
+
},
|
|
2167
|
+
"hidden": true,
|
|
2168
|
+
"name": "loglevel",
|
|
2396
2169
|
"hasDynamicHelp": false,
|
|
2397
|
-
"multiple":
|
|
2170
|
+
"multiple": false,
|
|
2398
2171
|
"type": "option"
|
|
2399
2172
|
},
|
|
2400
|
-
"
|
|
2173
|
+
"target-org": {
|
|
2401
2174
|
"aliases": [
|
|
2402
|
-
"
|
|
2175
|
+
"targetusername",
|
|
2176
|
+
"u"
|
|
2403
2177
|
],
|
|
2178
|
+
"char": "o",
|
|
2404
2179
|
"deprecateAliases": true,
|
|
2405
|
-
"
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2410
|
-
"hasDynamicHelp": false,
|
|
2180
|
+
"name": "target-org",
|
|
2181
|
+
"noCacheDefault": true,
|
|
2182
|
+
"required": true,
|
|
2183
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2184
|
+
"hasDynamicHelp": true,
|
|
2411
2185
|
"multiple": false,
|
|
2412
2186
|
"type": "option"
|
|
2413
2187
|
},
|
|
2414
|
-
"
|
|
2188
|
+
"no-prompt": {
|
|
2415
2189
|
"aliases": [
|
|
2416
|
-
"
|
|
2417
|
-
"o"
|
|
2190
|
+
"noprompt"
|
|
2418
2191
|
],
|
|
2419
|
-
"char": "
|
|
2192
|
+
"char": "p",
|
|
2420
2193
|
"deprecateAliases": true,
|
|
2421
|
-
"name": "
|
|
2422
|
-
"summary": "
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2425
|
-
"type": "option"
|
|
2194
|
+
"name": "no-prompt",
|
|
2195
|
+
"summary": "Don't prompt for source tracking override confirmation.",
|
|
2196
|
+
"allowNo": false,
|
|
2197
|
+
"type": "boolean"
|
|
2426
2198
|
}
|
|
2427
2199
|
},
|
|
2428
|
-
"hasDynamicHelp":
|
|
2200
|
+
"hasDynamicHelp": true,
|
|
2429
2201
|
"hiddenAliases": [],
|
|
2430
|
-
"id": "project:
|
|
2202
|
+
"id": "project:delete:tracking",
|
|
2431
2203
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2432
2204
|
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2433
2205
|
"pluginType": "core",
|
|
2434
2206
|
"strict": true,
|
|
2435
|
-
"summary": "
|
|
2207
|
+
"summary": "Delete all local source tracking information.",
|
|
2436
2208
|
"enableJsonFlag": true,
|
|
2437
2209
|
"requiresProject": true,
|
|
2438
2210
|
"isESM": true,
|
|
@@ -2440,42 +2212,42 @@
|
|
|
2440
2212
|
"lib",
|
|
2441
2213
|
"commands",
|
|
2442
2214
|
"project",
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2215
|
+
"delete",
|
|
2216
|
+
"tracking.js"
|
|
2445
2217
|
],
|
|
2446
2218
|
"aliasPermutations": [
|
|
2447
|
-
"force:source:
|
|
2448
|
-
"source:force:
|
|
2449
|
-
"source:
|
|
2450
|
-
"source:
|
|
2451
|
-
"force:
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2454
|
-
"
|
|
2455
|
-
"force:
|
|
2456
|
-
"
|
|
2457
|
-
"
|
|
2458
|
-
"
|
|
2459
|
-
"force:source:
|
|
2460
|
-
"source:force:
|
|
2461
|
-
"source:
|
|
2462
|
-
"source:
|
|
2463
|
-
"force:
|
|
2464
|
-
"
|
|
2465
|
-
"
|
|
2466
|
-
"
|
|
2467
|
-
"force:
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2219
|
+
"force:source:tracking:clear",
|
|
2220
|
+
"source:force:tracking:clear",
|
|
2221
|
+
"source:tracking:force:clear",
|
|
2222
|
+
"source:tracking:clear:force",
|
|
2223
|
+
"force:tracking:source:clear",
|
|
2224
|
+
"tracking:force:source:clear",
|
|
2225
|
+
"tracking:source:force:clear",
|
|
2226
|
+
"tracking:source:clear:force",
|
|
2227
|
+
"force:tracking:clear:source",
|
|
2228
|
+
"tracking:force:clear:source",
|
|
2229
|
+
"tracking:clear:force:source",
|
|
2230
|
+
"tracking:clear:source:force",
|
|
2231
|
+
"force:source:clear:tracking",
|
|
2232
|
+
"source:force:clear:tracking",
|
|
2233
|
+
"source:clear:force:tracking",
|
|
2234
|
+
"source:clear:tracking:force",
|
|
2235
|
+
"force:clear:source:tracking",
|
|
2236
|
+
"clear:force:source:tracking",
|
|
2237
|
+
"clear:source:force:tracking",
|
|
2238
|
+
"clear:source:tracking:force",
|
|
2239
|
+
"force:clear:tracking:source",
|
|
2240
|
+
"clear:force:tracking:source",
|
|
2241
|
+
"clear:tracking:force:source",
|
|
2242
|
+
"clear:tracking:source:force"
|
|
2471
2243
|
],
|
|
2472
2244
|
"permutations": [
|
|
2473
|
-
"project:
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
"project:
|
|
2477
|
-
"
|
|
2478
|
-
"
|
|
2245
|
+
"project:delete:tracking",
|
|
2246
|
+
"delete:project:tracking",
|
|
2247
|
+
"delete:tracking:project",
|
|
2248
|
+
"project:tracking:delete",
|
|
2249
|
+
"tracking:project:delete",
|
|
2250
|
+
"tracking:delete:project"
|
|
2479
2251
|
]
|
|
2480
2252
|
},
|
|
2481
2253
|
"project:list:ignored": {
|
|
@@ -2708,6 +2480,234 @@
|
|
|
2708
2480
|
"tracking:reset:project"
|
|
2709
2481
|
]
|
|
2710
2482
|
},
|
|
2483
|
+
"project:generate:manifest": {
|
|
2484
|
+
"aliases": [
|
|
2485
|
+
"force:source:manifest:create"
|
|
2486
|
+
],
|
|
2487
|
+
"args": {},
|
|
2488
|
+
"deprecateAliases": true,
|
|
2489
|
+
"description": "Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain source files (--source-dir). You can specify either of these flags, not both.\n\nUse --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their respective file names, are:\n\n * package : package.xml (default)\n * pre : destructiveChangesPre.xml\n * post : destructiveChangesPost.xml\n * destroy : destructiveChanges.xml\n\nSee https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_deleting_files.htm for information about these destructive manifest files.\n\nUse --name to specify a custom name for the generated manifest if the pre-defined ones don’t suit your needs. You can specify either --type or --name, but not both.\n\nTo include 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 --include-packages and --source-dir.\n\nTo build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the --metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE environment variable and set it to a size that works best for your org and environment. If you experience timeouts or inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command takes longer to run because it sends fewer requests at a time.",
|
|
2490
|
+
"examples": [
|
|
2491
|
+
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2492
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2493
|
+
"Create a manifest for deploying or retrieving all the metadata components in the specified local directory; name the file myNewManifest.xml:\n$ <%= config.bin %> <%= command.id %> --source-dir force-app --name myNewManifest",
|
|
2494
|
+
"Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --include-packages unlocked",
|
|
2495
|
+
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2496
|
+
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
2497
|
+
],
|
|
2498
|
+
"flags": {
|
|
2499
|
+
"json": {
|
|
2500
|
+
"description": "Format output as json.",
|
|
2501
|
+
"helpGroup": "GLOBAL",
|
|
2502
|
+
"name": "json",
|
|
2503
|
+
"allowNo": false,
|
|
2504
|
+
"type": "boolean"
|
|
2505
|
+
},
|
|
2506
|
+
"flags-dir": {
|
|
2507
|
+
"helpGroup": "GLOBAL",
|
|
2508
|
+
"name": "flags-dir",
|
|
2509
|
+
"summary": "Import flag values from a directory.",
|
|
2510
|
+
"hasDynamicHelp": false,
|
|
2511
|
+
"multiple": false,
|
|
2512
|
+
"type": "option"
|
|
2513
|
+
},
|
|
2514
|
+
"api-version": {
|
|
2515
|
+
"aliases": [
|
|
2516
|
+
"apiversion"
|
|
2517
|
+
],
|
|
2518
|
+
"deprecateAliases": true,
|
|
2519
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2520
|
+
"name": "api-version",
|
|
2521
|
+
"hasDynamicHelp": false,
|
|
2522
|
+
"multiple": false,
|
|
2523
|
+
"type": "option"
|
|
2524
|
+
},
|
|
2525
|
+
"loglevel": {
|
|
2526
|
+
"deprecated": {
|
|
2527
|
+
"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."
|
|
2528
|
+
},
|
|
2529
|
+
"hidden": true,
|
|
2530
|
+
"name": "loglevel",
|
|
2531
|
+
"hasDynamicHelp": false,
|
|
2532
|
+
"multiple": false,
|
|
2533
|
+
"type": "option"
|
|
2534
|
+
},
|
|
2535
|
+
"metadata": {
|
|
2536
|
+
"char": "m",
|
|
2537
|
+
"name": "metadata",
|
|
2538
|
+
"summary": "Names of metadata components to include in the manifest.",
|
|
2539
|
+
"delimiter": ",",
|
|
2540
|
+
"hasDynamicHelp": false,
|
|
2541
|
+
"multiple": true,
|
|
2542
|
+
"type": "option"
|
|
2543
|
+
},
|
|
2544
|
+
"source-dir": {
|
|
2545
|
+
"aliases": [
|
|
2546
|
+
"sourcepath"
|
|
2547
|
+
],
|
|
2548
|
+
"char": "p",
|
|
2549
|
+
"deprecateAliases": true,
|
|
2550
|
+
"name": "source-dir",
|
|
2551
|
+
"summary": "Paths to the local source files to include in the manifest.",
|
|
2552
|
+
"delimiter": ",",
|
|
2553
|
+
"hasDynamicHelp": false,
|
|
2554
|
+
"multiple": true,
|
|
2555
|
+
"type": "option"
|
|
2556
|
+
},
|
|
2557
|
+
"name": {
|
|
2558
|
+
"aliases": [
|
|
2559
|
+
"manifestname"
|
|
2560
|
+
],
|
|
2561
|
+
"char": "n",
|
|
2562
|
+
"deprecateAliases": true,
|
|
2563
|
+
"exclusive": [
|
|
2564
|
+
"type"
|
|
2565
|
+
],
|
|
2566
|
+
"name": "name",
|
|
2567
|
+
"summary": "Name of a custom manifest file to create.",
|
|
2568
|
+
"hasDynamicHelp": false,
|
|
2569
|
+
"multiple": false,
|
|
2570
|
+
"type": "option"
|
|
2571
|
+
},
|
|
2572
|
+
"type": {
|
|
2573
|
+
"aliases": [
|
|
2574
|
+
"manifesttype"
|
|
2575
|
+
],
|
|
2576
|
+
"char": "t",
|
|
2577
|
+
"deprecateAliases": true,
|
|
2578
|
+
"exclusive": [
|
|
2579
|
+
"name"
|
|
2580
|
+
],
|
|
2581
|
+
"name": "type",
|
|
2582
|
+
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2583
|
+
"hasDynamicHelp": false,
|
|
2584
|
+
"multiple": false,
|
|
2585
|
+
"options": [
|
|
2586
|
+
"pre",
|
|
2587
|
+
"post",
|
|
2588
|
+
"destroy",
|
|
2589
|
+
"package"
|
|
2590
|
+
],
|
|
2591
|
+
"type": "option"
|
|
2592
|
+
},
|
|
2593
|
+
"include-packages": {
|
|
2594
|
+
"aliases": [
|
|
2595
|
+
"includepackages"
|
|
2596
|
+
],
|
|
2597
|
+
"char": "c",
|
|
2598
|
+
"dependsOn": [
|
|
2599
|
+
"from-org"
|
|
2600
|
+
],
|
|
2601
|
+
"deprecateAliases": true,
|
|
2602
|
+
"name": "include-packages",
|
|
2603
|
+
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
2604
|
+
"delimiter": ",",
|
|
2605
|
+
"hasDynamicHelp": false,
|
|
2606
|
+
"multiple": true,
|
|
2607
|
+
"options": [
|
|
2608
|
+
"managed",
|
|
2609
|
+
"unlocked"
|
|
2610
|
+
],
|
|
2611
|
+
"type": "option"
|
|
2612
|
+
},
|
|
2613
|
+
"excluded-metadata": {
|
|
2614
|
+
"name": "excluded-metadata",
|
|
2615
|
+
"relationships": [
|
|
2616
|
+
{
|
|
2617
|
+
"type": "some",
|
|
2618
|
+
"flags": [
|
|
2619
|
+
"from-org",
|
|
2620
|
+
"source-dir"
|
|
2621
|
+
]
|
|
2622
|
+
}
|
|
2623
|
+
],
|
|
2624
|
+
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
2625
|
+
"delimiter": ",",
|
|
2626
|
+
"hasDynamicHelp": false,
|
|
2627
|
+
"multiple": true,
|
|
2628
|
+
"type": "option"
|
|
2629
|
+
},
|
|
2630
|
+
"from-org": {
|
|
2631
|
+
"aliases": [
|
|
2632
|
+
"fromorg"
|
|
2633
|
+
],
|
|
2634
|
+
"deprecateAliases": true,
|
|
2635
|
+
"exclusive": [
|
|
2636
|
+
"source-dir"
|
|
2637
|
+
],
|
|
2638
|
+
"name": "from-org",
|
|
2639
|
+
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2640
|
+
"hasDynamicHelp": false,
|
|
2641
|
+
"multiple": false,
|
|
2642
|
+
"type": "option"
|
|
2643
|
+
},
|
|
2644
|
+
"output-dir": {
|
|
2645
|
+
"aliases": [
|
|
2646
|
+
"outputdir",
|
|
2647
|
+
"o"
|
|
2648
|
+
],
|
|
2649
|
+
"char": "d",
|
|
2650
|
+
"deprecateAliases": true,
|
|
2651
|
+
"name": "output-dir",
|
|
2652
|
+
"summary": "Directory to save the created manifest.",
|
|
2653
|
+
"hasDynamicHelp": false,
|
|
2654
|
+
"multiple": false,
|
|
2655
|
+
"type": "option"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
"hasDynamicHelp": false,
|
|
2659
|
+
"hiddenAliases": [],
|
|
2660
|
+
"id": "project:generate:manifest",
|
|
2661
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2662
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2663
|
+
"pluginType": "core",
|
|
2664
|
+
"strict": true,
|
|
2665
|
+
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2666
|
+
"enableJsonFlag": true,
|
|
2667
|
+
"requiresProject": true,
|
|
2668
|
+
"isESM": true,
|
|
2669
|
+
"relativePath": [
|
|
2670
|
+
"lib",
|
|
2671
|
+
"commands",
|
|
2672
|
+
"project",
|
|
2673
|
+
"generate",
|
|
2674
|
+
"manifest.js"
|
|
2675
|
+
],
|
|
2676
|
+
"aliasPermutations": [
|
|
2677
|
+
"force:source:manifest:create",
|
|
2678
|
+
"source:force:manifest:create",
|
|
2679
|
+
"source:manifest:force:create",
|
|
2680
|
+
"source:manifest:create:force",
|
|
2681
|
+
"force:manifest:source:create",
|
|
2682
|
+
"manifest:force:source:create",
|
|
2683
|
+
"manifest:source:force:create",
|
|
2684
|
+
"manifest:source:create:force",
|
|
2685
|
+
"force:manifest:create:source",
|
|
2686
|
+
"manifest:force:create:source",
|
|
2687
|
+
"manifest:create:force:source",
|
|
2688
|
+
"manifest:create:source:force",
|
|
2689
|
+
"force:source:create:manifest",
|
|
2690
|
+
"source:force:create:manifest",
|
|
2691
|
+
"source:create:force:manifest",
|
|
2692
|
+
"source:create:manifest:force",
|
|
2693
|
+
"force:create:source:manifest",
|
|
2694
|
+
"create:force:source:manifest",
|
|
2695
|
+
"create:source:force:manifest",
|
|
2696
|
+
"create:source:manifest:force",
|
|
2697
|
+
"force:create:manifest:source",
|
|
2698
|
+
"create:force:manifest:source",
|
|
2699
|
+
"create:manifest:force:source",
|
|
2700
|
+
"create:manifest:source:force"
|
|
2701
|
+
],
|
|
2702
|
+
"permutations": [
|
|
2703
|
+
"project:generate:manifest",
|
|
2704
|
+
"generate:project:manifest",
|
|
2705
|
+
"generate:manifest:project",
|
|
2706
|
+
"project:manifest:generate",
|
|
2707
|
+
"manifest:project:generate",
|
|
2708
|
+
"manifest:generate:project"
|
|
2709
|
+
]
|
|
2710
|
+
},
|
|
2711
2711
|
"project:retrieve:preview": {
|
|
2712
2712
|
"aliases": [
|
|
2713
2713
|
"retrieve:metadata:preview"
|
|
@@ -3054,5 +3054,5 @@
|
|
|
3054
3054
|
]
|
|
3055
3055
|
}
|
|
3056
3056
|
},
|
|
3057
|
-
"version": "3.24.
|
|
3057
|
+
"version": "3.24.34"
|
|
3058
3058
|
}
|