@salesforce/plugin-org 5.2.34 → 5.2.35
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 +15 -15
- package/oclif.manifest.json +410 -410
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -242,7 +242,7 @@ FLAG DESCRIPTIONS
|
|
|
242
242
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/create/sandbox.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf org create scratch`
|
|
248
248
|
|
|
@@ -396,7 +396,7 @@ FLAG DESCRIPTIONS
|
|
|
396
396
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
399
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/create/scratch.ts)_
|
|
400
400
|
|
|
401
401
|
## `sf org delete sandbox`
|
|
402
402
|
|
|
@@ -442,7 +442,7 @@ EXAMPLES
|
|
|
442
442
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
445
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/delete/sandbox.ts)_
|
|
446
446
|
|
|
447
447
|
## `sf org delete scratch`
|
|
448
448
|
|
|
@@ -486,7 +486,7 @@ EXAMPLES
|
|
|
486
486
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
489
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/delete/scratch.ts)_
|
|
490
490
|
|
|
491
491
|
## `sf org disable tracking`
|
|
492
492
|
|
|
@@ -525,7 +525,7 @@ EXAMPLES
|
|
|
525
525
|
$ sf org disable tracking
|
|
526
526
|
```
|
|
527
527
|
|
|
528
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
528
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/disable/tracking.ts)_
|
|
529
529
|
|
|
530
530
|
## `sf org display`
|
|
531
531
|
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
$ sf org display --target-org TestOrg1 --verbose
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
573
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/display.ts)_
|
|
574
574
|
|
|
575
575
|
## `sf org enable tracking`
|
|
576
576
|
|
|
@@ -612,7 +612,7 @@ EXAMPLES
|
|
|
612
612
|
$ sf org enable tracking
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
615
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/enable/tracking.ts)_
|
|
616
616
|
|
|
617
617
|
## `sf org list`
|
|
618
618
|
|
|
@@ -651,7 +651,7 @@ EXAMPLES
|
|
|
651
651
|
$ sf org list --clean
|
|
652
652
|
```
|
|
653
653
|
|
|
654
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
654
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/list.ts)_
|
|
655
655
|
|
|
656
656
|
## `sf org list metadata`
|
|
657
657
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
721
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/list/metadata.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf org list metadata-types`
|
|
724
724
|
|
|
@@ -773,7 +773,7 @@ FLAG DESCRIPTIONS
|
|
|
773
773
|
Override the api version used for api requests made by this command
|
|
774
774
|
```
|
|
775
775
|
|
|
776
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
776
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/list/metadata-types.ts)_
|
|
777
777
|
|
|
778
778
|
## `sf org open`
|
|
779
779
|
|
|
@@ -849,7 +849,7 @@ EXAMPLES
|
|
|
849
849
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
852
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/open.ts)_
|
|
853
853
|
|
|
854
854
|
## `sf org open agent`
|
|
855
855
|
|
|
@@ -900,7 +900,7 @@ EXAMPLES
|
|
|
900
900
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
903
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/open/agent.ts)_
|
|
904
904
|
|
|
905
905
|
## `sf org refresh sandbox`
|
|
906
906
|
|
|
@@ -977,7 +977,7 @@ FLAG DESCRIPTIONS
|
|
|
977
977
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
980
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/refresh/sandbox.ts)_
|
|
981
981
|
|
|
982
982
|
## `sf org resume sandbox`
|
|
983
983
|
|
|
@@ -1040,7 +1040,7 @@ FLAG DESCRIPTIONS
|
|
|
1040
1040
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1041
1041
|
```
|
|
1042
1042
|
|
|
1043
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
1043
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/resume/sandbox.ts)_
|
|
1044
1044
|
|
|
1045
1045
|
## `sf org resume scratch`
|
|
1046
1046
|
|
|
@@ -1087,6 +1087,6 @@ FLAG DESCRIPTIONS
|
|
|
1087
1087
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1088
1088
|
```
|
|
1089
1089
|
|
|
1090
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
1090
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.35/src/commands/org/resume/scratch.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -385,6 +385,237 @@
|
|
|
385
385
|
"open:org"
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
|
+
"org:delete:sandbox": {
|
|
389
|
+
"aliases": [
|
|
390
|
+
"env:delete:sandbox"
|
|
391
|
+
],
|
|
392
|
+
"args": {},
|
|
393
|
+
"deprecateAliases": true,
|
|
394
|
+
"description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
|
|
395
|
+
"examples": [
|
|
396
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
397
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
398
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
399
|
+
],
|
|
400
|
+
"flags": {
|
|
401
|
+
"json": {
|
|
402
|
+
"description": "Format output as json.",
|
|
403
|
+
"helpGroup": "GLOBAL",
|
|
404
|
+
"name": "json",
|
|
405
|
+
"allowNo": false,
|
|
406
|
+
"type": "boolean"
|
|
407
|
+
},
|
|
408
|
+
"flags-dir": {
|
|
409
|
+
"helpGroup": "GLOBAL",
|
|
410
|
+
"name": "flags-dir",
|
|
411
|
+
"summary": "Import flag values from a directory.",
|
|
412
|
+
"hasDynamicHelp": false,
|
|
413
|
+
"multiple": false,
|
|
414
|
+
"type": "option"
|
|
415
|
+
},
|
|
416
|
+
"target-org": {
|
|
417
|
+
"aliases": [
|
|
418
|
+
"targetusername",
|
|
419
|
+
"u"
|
|
420
|
+
],
|
|
421
|
+
"char": "o",
|
|
422
|
+
"deprecateAliases": true,
|
|
423
|
+
"name": "target-org",
|
|
424
|
+
"required": true,
|
|
425
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
426
|
+
"hasDynamicHelp": true,
|
|
427
|
+
"multiple": false,
|
|
428
|
+
"type": "option"
|
|
429
|
+
},
|
|
430
|
+
"no-prompt": {
|
|
431
|
+
"char": "p",
|
|
432
|
+
"name": "no-prompt",
|
|
433
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
434
|
+
"allowNo": false,
|
|
435
|
+
"type": "boolean"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"hasDynamicHelp": true,
|
|
439
|
+
"hiddenAliases": [],
|
|
440
|
+
"id": "org:delete:sandbox",
|
|
441
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
442
|
+
"pluginName": "@salesforce/plugin-org",
|
|
443
|
+
"pluginType": "core",
|
|
444
|
+
"strict": true,
|
|
445
|
+
"summary": "Delete a sandbox.",
|
|
446
|
+
"enableJsonFlag": true,
|
|
447
|
+
"isESM": true,
|
|
448
|
+
"relativePath": [
|
|
449
|
+
"lib",
|
|
450
|
+
"commands",
|
|
451
|
+
"org",
|
|
452
|
+
"delete",
|
|
453
|
+
"sandbox.js"
|
|
454
|
+
],
|
|
455
|
+
"aliasPermutations": [
|
|
456
|
+
"env:delete:sandbox",
|
|
457
|
+
"delete:env:sandbox",
|
|
458
|
+
"delete:sandbox:env",
|
|
459
|
+
"env:sandbox:delete",
|
|
460
|
+
"sandbox:env:delete",
|
|
461
|
+
"sandbox:delete:env"
|
|
462
|
+
],
|
|
463
|
+
"permutations": [
|
|
464
|
+
"org:delete:sandbox",
|
|
465
|
+
"delete:org:sandbox",
|
|
466
|
+
"delete:sandbox:org",
|
|
467
|
+
"org:sandbox:delete",
|
|
468
|
+
"sandbox:org:delete",
|
|
469
|
+
"sandbox:delete:org"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"org:delete:scratch": {
|
|
473
|
+
"aliases": [
|
|
474
|
+
"env:delete:scratch"
|
|
475
|
+
],
|
|
476
|
+
"args": {},
|
|
477
|
+
"deprecateAliases": true,
|
|
478
|
+
"description": "Salesforce CLI marks the org for deletion in the Dev Hub org and then deletes all local references to the org from your computer.\nSpecify a scratch org with either the username or the alias you gave the scratch org when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including scratch orgs, and their aliases.",
|
|
479
|
+
"examples": [
|
|
480
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
481
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
482
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
483
|
+
],
|
|
484
|
+
"flags": {
|
|
485
|
+
"json": {
|
|
486
|
+
"description": "Format output as json.",
|
|
487
|
+
"helpGroup": "GLOBAL",
|
|
488
|
+
"name": "json",
|
|
489
|
+
"allowNo": false,
|
|
490
|
+
"type": "boolean"
|
|
491
|
+
},
|
|
492
|
+
"flags-dir": {
|
|
493
|
+
"helpGroup": "GLOBAL",
|
|
494
|
+
"name": "flags-dir",
|
|
495
|
+
"summary": "Import flag values from a directory.",
|
|
496
|
+
"hasDynamicHelp": false,
|
|
497
|
+
"multiple": false,
|
|
498
|
+
"type": "option"
|
|
499
|
+
},
|
|
500
|
+
"target-org": {
|
|
501
|
+
"aliases": [
|
|
502
|
+
"targetusername",
|
|
503
|
+
"u"
|
|
504
|
+
],
|
|
505
|
+
"char": "o",
|
|
506
|
+
"deprecateAliases": true,
|
|
507
|
+
"name": "target-org",
|
|
508
|
+
"required": true,
|
|
509
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
510
|
+
"hasDynamicHelp": true,
|
|
511
|
+
"multiple": false,
|
|
512
|
+
"type": "option"
|
|
513
|
+
},
|
|
514
|
+
"no-prompt": {
|
|
515
|
+
"char": "p",
|
|
516
|
+
"name": "no-prompt",
|
|
517
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
518
|
+
"allowNo": false,
|
|
519
|
+
"type": "boolean"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"hasDynamicHelp": true,
|
|
523
|
+
"hiddenAliases": [],
|
|
524
|
+
"id": "org:delete:scratch",
|
|
525
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
526
|
+
"pluginName": "@salesforce/plugin-org",
|
|
527
|
+
"pluginType": "core",
|
|
528
|
+
"strict": true,
|
|
529
|
+
"summary": "Delete a scratch org.",
|
|
530
|
+
"enableJsonFlag": true,
|
|
531
|
+
"isESM": true,
|
|
532
|
+
"relativePath": [
|
|
533
|
+
"lib",
|
|
534
|
+
"commands",
|
|
535
|
+
"org",
|
|
536
|
+
"delete",
|
|
537
|
+
"scratch.js"
|
|
538
|
+
],
|
|
539
|
+
"aliasPermutations": [
|
|
540
|
+
"env:delete:scratch",
|
|
541
|
+
"delete:env:scratch",
|
|
542
|
+
"delete:scratch:env",
|
|
543
|
+
"env:scratch:delete",
|
|
544
|
+
"scratch:env:delete",
|
|
545
|
+
"scratch:delete:env"
|
|
546
|
+
],
|
|
547
|
+
"permutations": [
|
|
548
|
+
"org:delete:scratch",
|
|
549
|
+
"delete:org:scratch",
|
|
550
|
+
"delete:scratch:org",
|
|
551
|
+
"org:scratch:delete",
|
|
552
|
+
"scratch:org:delete",
|
|
553
|
+
"scratch:delete:org"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"org:disable:tracking": {
|
|
557
|
+
"aliases": [],
|
|
558
|
+
"args": {},
|
|
559
|
+
"description": "Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are executed when working with the org.",
|
|
560
|
+
"examples": [
|
|
561
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
562
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
563
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
564
|
+
],
|
|
565
|
+
"flags": {
|
|
566
|
+
"json": {
|
|
567
|
+
"description": "Format output as json.",
|
|
568
|
+
"helpGroup": "GLOBAL",
|
|
569
|
+
"name": "json",
|
|
570
|
+
"allowNo": false,
|
|
571
|
+
"type": "boolean"
|
|
572
|
+
},
|
|
573
|
+
"flags-dir": {
|
|
574
|
+
"helpGroup": "GLOBAL",
|
|
575
|
+
"name": "flags-dir",
|
|
576
|
+
"summary": "Import flag values from a directory.",
|
|
577
|
+
"hasDynamicHelp": false,
|
|
578
|
+
"multiple": false,
|
|
579
|
+
"type": "option"
|
|
580
|
+
},
|
|
581
|
+
"target-org": {
|
|
582
|
+
"char": "o",
|
|
583
|
+
"name": "target-org",
|
|
584
|
+
"noCacheDefault": true,
|
|
585
|
+
"required": true,
|
|
586
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
587
|
+
"hasDynamicHelp": true,
|
|
588
|
+
"multiple": false,
|
|
589
|
+
"type": "option"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"hasDynamicHelp": true,
|
|
593
|
+
"hiddenAliases": [],
|
|
594
|
+
"id": "org:disable:tracking",
|
|
595
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
596
|
+
"pluginName": "@salesforce/plugin-org",
|
|
597
|
+
"pluginType": "core",
|
|
598
|
+
"strict": true,
|
|
599
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
600
|
+
"enableJsonFlag": true,
|
|
601
|
+
"isESM": true,
|
|
602
|
+
"relativePath": [
|
|
603
|
+
"lib",
|
|
604
|
+
"commands",
|
|
605
|
+
"org",
|
|
606
|
+
"disable",
|
|
607
|
+
"tracking.js"
|
|
608
|
+
],
|
|
609
|
+
"aliasPermutations": [],
|
|
610
|
+
"permutations": [
|
|
611
|
+
"org:disable:tracking",
|
|
612
|
+
"disable:org:tracking",
|
|
613
|
+
"disable:tracking:org",
|
|
614
|
+
"org:tracking:disable",
|
|
615
|
+
"tracking:org:disable",
|
|
616
|
+
"tracking:disable:org"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
388
619
|
"org:create:sandbox": {
|
|
389
620
|
"aliases": [
|
|
390
621
|
"env:create:sandbox"
|
|
@@ -825,17 +1056,14 @@
|
|
|
825
1056
|
"scratch:create:org"
|
|
826
1057
|
]
|
|
827
1058
|
},
|
|
828
|
-
"org:
|
|
829
|
-
"aliases": [
|
|
830
|
-
"env:delete:sandbox"
|
|
831
|
-
],
|
|
1059
|
+
"org:enable:tracking": {
|
|
1060
|
+
"aliases": [],
|
|
832
1061
|
"args": {},
|
|
833
|
-
"
|
|
834
|
-
"description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
|
|
1062
|
+
"description": "Enabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that source tracking operations are executed when working with the org.\n\nThis command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.",
|
|
835
1063
|
"examples": [
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
"
|
|
1064
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1065
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1066
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
839
1067
|
],
|
|
840
1068
|
"flags": {
|
|
841
1069
|
"json": {
|
|
@@ -854,72 +1082,53 @@
|
|
|
854
1082
|
"type": "option"
|
|
855
1083
|
},
|
|
856
1084
|
"target-org": {
|
|
857
|
-
"aliases": [
|
|
858
|
-
"targetusername",
|
|
859
|
-
"u"
|
|
860
|
-
],
|
|
861
1085
|
"char": "o",
|
|
862
|
-
"deprecateAliases": true,
|
|
863
1086
|
"name": "target-org",
|
|
1087
|
+
"noCacheDefault": true,
|
|
864
1088
|
"required": true,
|
|
865
1089
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
866
1090
|
"hasDynamicHelp": true,
|
|
867
1091
|
"multiple": false,
|
|
868
1092
|
"type": "option"
|
|
869
|
-
},
|
|
870
|
-
"no-prompt": {
|
|
871
|
-
"char": "p",
|
|
872
|
-
"name": "no-prompt",
|
|
873
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
874
|
-
"allowNo": false,
|
|
875
|
-
"type": "boolean"
|
|
876
1093
|
}
|
|
877
1094
|
},
|
|
878
1095
|
"hasDynamicHelp": true,
|
|
879
1096
|
"hiddenAliases": [],
|
|
880
|
-
"id": "org:
|
|
1097
|
+
"id": "org:enable:tracking",
|
|
881
1098
|
"pluginAlias": "@salesforce/plugin-org",
|
|
882
1099
|
"pluginName": "@salesforce/plugin-org",
|
|
883
1100
|
"pluginType": "core",
|
|
884
1101
|
"strict": true,
|
|
885
|
-
"summary": "
|
|
1102
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
886
1103
|
"enableJsonFlag": true,
|
|
887
1104
|
"isESM": true,
|
|
888
1105
|
"relativePath": [
|
|
889
1106
|
"lib",
|
|
890
1107
|
"commands",
|
|
891
1108
|
"org",
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
],
|
|
895
|
-
"aliasPermutations": [
|
|
896
|
-
"env:delete:sandbox",
|
|
897
|
-
"delete:env:sandbox",
|
|
898
|
-
"delete:sandbox:env",
|
|
899
|
-
"env:sandbox:delete",
|
|
900
|
-
"sandbox:env:delete",
|
|
901
|
-
"sandbox:delete:env"
|
|
1109
|
+
"enable",
|
|
1110
|
+
"tracking.js"
|
|
902
1111
|
],
|
|
1112
|
+
"aliasPermutations": [],
|
|
903
1113
|
"permutations": [
|
|
904
|
-
"org:
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"org:
|
|
908
|
-
"
|
|
909
|
-
"
|
|
1114
|
+
"org:enable:tracking",
|
|
1115
|
+
"enable:org:tracking",
|
|
1116
|
+
"enable:tracking:org",
|
|
1117
|
+
"org:tracking:enable",
|
|
1118
|
+
"tracking:org:enable",
|
|
1119
|
+
"tracking:enable:org"
|
|
910
1120
|
]
|
|
911
1121
|
},
|
|
912
|
-
"org:
|
|
1122
|
+
"org:list:metadata-types": {
|
|
913
1123
|
"aliases": [
|
|
914
|
-
"
|
|
1124
|
+
"force:mdapi:describemetadata"
|
|
915
1125
|
],
|
|
916
1126
|
"args": {},
|
|
917
1127
|
"deprecateAliases": true,
|
|
918
|
-
"description": "
|
|
1128
|
+
"description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
919
1129
|
"examples": [
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1130
|
+
"Display information about all known and enabled metadata types in the org with alias \"my-dev-org\" using API version 57.0:\n$ <%= config.bin %> <%= command.id %> --api-version 57.0 --target-org my-dev-org",
|
|
1131
|
+
"Display only the metadata types that aren't yet supported by Salesforce CLI in your default org and write the results to the specified file:\n$ <%= config.bin %> <%= command.id %> --output-file /path/to/outputfilename.txt --filter-known"
|
|
923
1132
|
],
|
|
924
1133
|
"flags": {
|
|
925
1134
|
"json": {
|
|
@@ -937,6 +1146,29 @@
|
|
|
937
1146
|
"multiple": false,
|
|
938
1147
|
"type": "option"
|
|
939
1148
|
},
|
|
1149
|
+
"api-version": {
|
|
1150
|
+
"aliases": [
|
|
1151
|
+
"apiversion",
|
|
1152
|
+
"a"
|
|
1153
|
+
],
|
|
1154
|
+
"deprecateAliases": true,
|
|
1155
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1156
|
+
"name": "api-version",
|
|
1157
|
+
"summary": "API version to use; default is the most recent API version.",
|
|
1158
|
+
"hasDynamicHelp": false,
|
|
1159
|
+
"multiple": false,
|
|
1160
|
+
"type": "option"
|
|
1161
|
+
},
|
|
1162
|
+
"loglevel": {
|
|
1163
|
+
"deprecated": {
|
|
1164
|
+
"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."
|
|
1165
|
+
},
|
|
1166
|
+
"hidden": true,
|
|
1167
|
+
"name": "loglevel",
|
|
1168
|
+
"hasDynamicHelp": false,
|
|
1169
|
+
"multiple": false,
|
|
1170
|
+
"type": "option"
|
|
1171
|
+
},
|
|
940
1172
|
"target-org": {
|
|
941
1173
|
"aliases": [
|
|
942
1174
|
"targetusername",
|
|
@@ -945,62 +1177,84 @@
|
|
|
945
1177
|
"char": "o",
|
|
946
1178
|
"deprecateAliases": true,
|
|
947
1179
|
"name": "target-org",
|
|
1180
|
+
"noCacheDefault": true,
|
|
948
1181
|
"required": true,
|
|
949
1182
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
950
1183
|
"hasDynamicHelp": true,
|
|
951
1184
|
"multiple": false,
|
|
952
1185
|
"type": "option"
|
|
953
1186
|
},
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
|
|
1187
|
+
"output-file": {
|
|
1188
|
+
"aliases": [
|
|
1189
|
+
"resultfile"
|
|
1190
|
+
],
|
|
1191
|
+
"char": "f",
|
|
1192
|
+
"deprecateAliases": true,
|
|
1193
|
+
"description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
|
|
1194
|
+
"name": "output-file",
|
|
1195
|
+
"summary": "Pathname of the file in which to write the results.",
|
|
1196
|
+
"hasDynamicHelp": false,
|
|
1197
|
+
"multiple": false,
|
|
1198
|
+
"type": "option"
|
|
1199
|
+
},
|
|
1200
|
+
"filter-known": {
|
|
1201
|
+
"aliases": [
|
|
1202
|
+
"filterknown"
|
|
1203
|
+
],
|
|
1204
|
+
"char": "k",
|
|
1205
|
+
"deprecateAliases": true,
|
|
1206
|
+
"hidden": true,
|
|
1207
|
+
"name": "filter-known",
|
|
1208
|
+
"summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
|
|
958
1209
|
"allowNo": false,
|
|
959
1210
|
"type": "boolean"
|
|
960
1211
|
}
|
|
961
1212
|
},
|
|
962
1213
|
"hasDynamicHelp": true,
|
|
963
1214
|
"hiddenAliases": [],
|
|
964
|
-
"id": "org:
|
|
1215
|
+
"id": "org:list:metadata-types",
|
|
965
1216
|
"pluginAlias": "@salesforce/plugin-org",
|
|
966
1217
|
"pluginName": "@salesforce/plugin-org",
|
|
967
1218
|
"pluginType": "core",
|
|
968
1219
|
"strict": true,
|
|
969
|
-
"summary": "
|
|
1220
|
+
"summary": "Display details about the metadata types that are enabled for your org.",
|
|
970
1221
|
"enableJsonFlag": true,
|
|
971
1222
|
"isESM": true,
|
|
972
1223
|
"relativePath": [
|
|
973
1224
|
"lib",
|
|
974
1225
|
"commands",
|
|
975
1226
|
"org",
|
|
976
|
-
"
|
|
977
|
-
"
|
|
1227
|
+
"list",
|
|
1228
|
+
"metadata-types.js"
|
|
978
1229
|
],
|
|
979
1230
|
"aliasPermutations": [
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
1231
|
+
"force:mdapi:describemetadata",
|
|
1232
|
+
"mdapi:force:describemetadata",
|
|
1233
|
+
"mdapi:describemetadata:force",
|
|
1234
|
+
"force:describemetadata:mdapi",
|
|
1235
|
+
"describemetadata:force:mdapi",
|
|
1236
|
+
"describemetadata:mdapi:force"
|
|
986
1237
|
],
|
|
987
1238
|
"permutations": [
|
|
988
|
-
"org:
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"org:
|
|
992
|
-
"
|
|
993
|
-
"
|
|
1239
|
+
"org:list:metadata-types",
|
|
1240
|
+
"list:org:metadata-types",
|
|
1241
|
+
"list:metadata-types:org",
|
|
1242
|
+
"org:metadata-types:list",
|
|
1243
|
+
"metadata-types:org:list",
|
|
1244
|
+
"metadata-types:list:org"
|
|
994
1245
|
]
|
|
995
1246
|
},
|
|
996
|
-
"org:
|
|
997
|
-
"aliases": [
|
|
1247
|
+
"org:list:metadata": {
|
|
1248
|
+
"aliases": [
|
|
1249
|
+
"force:mdapi:listmetadata"
|
|
1250
|
+
],
|
|
998
1251
|
"args": {},
|
|
999
|
-
"
|
|
1252
|
+
"deprecateAliases": true,
|
|
1253
|
+
"description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1000
1254
|
"examples": [
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1255
|
+
"List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
|
|
1256
|
+
"List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
|
|
1257
|
+
"List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
|
|
1004
1258
|
],
|
|
1005
1259
|
"flags": {
|
|
1006
1260
|
"json": {
|
|
@@ -1018,8 +1272,36 @@
|
|
|
1018
1272
|
"multiple": false,
|
|
1019
1273
|
"type": "option"
|
|
1020
1274
|
},
|
|
1275
|
+
"api-version": {
|
|
1276
|
+
"aliases": [
|
|
1277
|
+
"apiversion",
|
|
1278
|
+
"a"
|
|
1279
|
+
],
|
|
1280
|
+
"deprecateAliases": true,
|
|
1281
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1282
|
+
"name": "api-version",
|
|
1283
|
+
"summary": "API version to use; default is the most recent API version.",
|
|
1284
|
+
"hasDynamicHelp": false,
|
|
1285
|
+
"multiple": false,
|
|
1286
|
+
"type": "option"
|
|
1287
|
+
},
|
|
1288
|
+
"loglevel": {
|
|
1289
|
+
"deprecated": {
|
|
1290
|
+
"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."
|
|
1291
|
+
},
|
|
1292
|
+
"hidden": true,
|
|
1293
|
+
"name": "loglevel",
|
|
1294
|
+
"hasDynamicHelp": false,
|
|
1295
|
+
"multiple": false,
|
|
1296
|
+
"type": "option"
|
|
1297
|
+
},
|
|
1021
1298
|
"target-org": {
|
|
1299
|
+
"aliases": [
|
|
1300
|
+
"targetusername",
|
|
1301
|
+
"u"
|
|
1302
|
+
],
|
|
1022
1303
|
"char": "o",
|
|
1304
|
+
"deprecateAliases": true,
|
|
1023
1305
|
"name": "target-org",
|
|
1024
1306
|
"noCacheDefault": true,
|
|
1025
1307
|
"required": true,
|
|
@@ -1027,106 +1309,83 @@
|
|
|
1027
1309
|
"hasDynamicHelp": true,
|
|
1028
1310
|
"multiple": false,
|
|
1029
1311
|
"type": "option"
|
|
1312
|
+
},
|
|
1313
|
+
"output-file": {
|
|
1314
|
+
"aliases": [
|
|
1315
|
+
"resultfile"
|
|
1316
|
+
],
|
|
1317
|
+
"char": "f",
|
|
1318
|
+
"deprecateAliases": true,
|
|
1319
|
+
"name": "output-file",
|
|
1320
|
+
"summary": "Pathname of the file in which to write the results.",
|
|
1321
|
+
"hasDynamicHelp": false,
|
|
1322
|
+
"multiple": false,
|
|
1323
|
+
"type": "option"
|
|
1324
|
+
},
|
|
1325
|
+
"metadata-type": {
|
|
1326
|
+
"aliases": [
|
|
1327
|
+
"metadatatype"
|
|
1328
|
+
],
|
|
1329
|
+
"char": "m",
|
|
1330
|
+
"deprecateAliases": true,
|
|
1331
|
+
"name": "metadata-type",
|
|
1332
|
+
"required": true,
|
|
1333
|
+
"summary": "Metadata type to be retrieved, such as CustomObject; metadata type names are case-sensitive.",
|
|
1334
|
+
"hasDynamicHelp": false,
|
|
1335
|
+
"multiple": false,
|
|
1336
|
+
"type": "option"
|
|
1337
|
+
},
|
|
1338
|
+
"folder": {
|
|
1339
|
+
"description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
|
|
1340
|
+
"name": "folder",
|
|
1341
|
+
"summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
|
|
1342
|
+
"hasDynamicHelp": false,
|
|
1343
|
+
"multiple": false,
|
|
1344
|
+
"type": "option"
|
|
1030
1345
|
}
|
|
1031
1346
|
},
|
|
1032
1347
|
"hasDynamicHelp": true,
|
|
1033
1348
|
"hiddenAliases": [],
|
|
1034
|
-
"id": "org:
|
|
1349
|
+
"id": "org:list:metadata",
|
|
1035
1350
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1036
1351
|
"pluginName": "@salesforce/plugin-org",
|
|
1037
1352
|
"pluginType": "core",
|
|
1038
1353
|
"strict": true,
|
|
1039
|
-
"summary": "
|
|
1354
|
+
"summary": "List the metadata components and properties of a specified type.",
|
|
1040
1355
|
"enableJsonFlag": true,
|
|
1041
1356
|
"isESM": true,
|
|
1042
1357
|
"relativePath": [
|
|
1043
1358
|
"lib",
|
|
1044
1359
|
"commands",
|
|
1045
1360
|
"org",
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1361
|
+
"list",
|
|
1362
|
+
"metadata.js"
|
|
1363
|
+
],
|
|
1364
|
+
"aliasPermutations": [
|
|
1365
|
+
"force:mdapi:listmetadata",
|
|
1366
|
+
"mdapi:force:listmetadata",
|
|
1367
|
+
"mdapi:listmetadata:force",
|
|
1368
|
+
"force:listmetadata:mdapi",
|
|
1369
|
+
"listmetadata:force:mdapi",
|
|
1370
|
+
"listmetadata:mdapi:force"
|
|
1048
1371
|
],
|
|
1049
|
-
"aliasPermutations": [],
|
|
1050
1372
|
"permutations": [
|
|
1051
|
-
"org:
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"org:
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1373
|
+
"org:list:metadata",
|
|
1374
|
+
"list:org:metadata",
|
|
1375
|
+
"list:metadata:org",
|
|
1376
|
+
"org:metadata:list",
|
|
1377
|
+
"metadata:org:list",
|
|
1378
|
+
"metadata:list:org"
|
|
1057
1379
|
]
|
|
1058
1380
|
},
|
|
1059
|
-
"org:
|
|
1381
|
+
"org:open:agent": {
|
|
1060
1382
|
"aliases": [],
|
|
1061
1383
|
"args": {},
|
|
1062
|
-
"description": "
|
|
1384
|
+
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1063
1385
|
"examples": [
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
],
|
|
1068
|
-
"flags": {
|
|
1069
|
-
"json": {
|
|
1070
|
-
"description": "Format output as json.",
|
|
1071
|
-
"helpGroup": "GLOBAL",
|
|
1072
|
-
"name": "json",
|
|
1073
|
-
"allowNo": false,
|
|
1074
|
-
"type": "boolean"
|
|
1075
|
-
},
|
|
1076
|
-
"flags-dir": {
|
|
1077
|
-
"helpGroup": "GLOBAL",
|
|
1078
|
-
"name": "flags-dir",
|
|
1079
|
-
"summary": "Import flag values from a directory.",
|
|
1080
|
-
"hasDynamicHelp": false,
|
|
1081
|
-
"multiple": false,
|
|
1082
|
-
"type": "option"
|
|
1083
|
-
},
|
|
1084
|
-
"target-org": {
|
|
1085
|
-
"char": "o",
|
|
1086
|
-
"name": "target-org",
|
|
1087
|
-
"noCacheDefault": true,
|
|
1088
|
-
"required": true,
|
|
1089
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1090
|
-
"hasDynamicHelp": true,
|
|
1091
|
-
"multiple": false,
|
|
1092
|
-
"type": "option"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
"hasDynamicHelp": true,
|
|
1096
|
-
"hiddenAliases": [],
|
|
1097
|
-
"id": "org:enable:tracking",
|
|
1098
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1099
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1100
|
-
"pluginType": "core",
|
|
1101
|
-
"strict": true,
|
|
1102
|
-
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1103
|
-
"enableJsonFlag": true,
|
|
1104
|
-
"isESM": true,
|
|
1105
|
-
"relativePath": [
|
|
1106
|
-
"lib",
|
|
1107
|
-
"commands",
|
|
1108
|
-
"org",
|
|
1109
|
-
"enable",
|
|
1110
|
-
"tracking.js"
|
|
1111
|
-
],
|
|
1112
|
-
"aliasPermutations": [],
|
|
1113
|
-
"permutations": [
|
|
1114
|
-
"org:enable:tracking",
|
|
1115
|
-
"enable:org:tracking",
|
|
1116
|
-
"enable:tracking:org",
|
|
1117
|
-
"org:tracking:enable",
|
|
1118
|
-
"tracking:org:enable",
|
|
1119
|
-
"tracking:enable:org"
|
|
1120
|
-
]
|
|
1121
|
-
},
|
|
1122
|
-
"org:open:agent": {
|
|
1123
|
-
"aliases": [],
|
|
1124
|
-
"args": {},
|
|
1125
|
-
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1126
|
-
"examples": [
|
|
1127
|
-
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1128
|
-
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1129
|
-
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1386
|
+
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1387
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1388
|
+
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1130
1389
|
],
|
|
1131
1390
|
"flags": {
|
|
1132
1391
|
"json": {
|
|
@@ -1555,266 +1814,7 @@
|
|
|
1555
1814
|
"scratch:org:resume",
|
|
1556
1815
|
"scratch:resume:org"
|
|
1557
1816
|
]
|
|
1558
|
-
},
|
|
1559
|
-
"org:list:metadata-types": {
|
|
1560
|
-
"aliases": [
|
|
1561
|
-
"force:mdapi:describemetadata"
|
|
1562
|
-
],
|
|
1563
|
-
"args": {},
|
|
1564
|
-
"deprecateAliases": true,
|
|
1565
|
-
"description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1566
|
-
"examples": [
|
|
1567
|
-
"Display information about all known and enabled metadata types in the org with alias \"my-dev-org\" using API version 57.0:\n$ <%= config.bin %> <%= command.id %> --api-version 57.0 --target-org my-dev-org",
|
|
1568
|
-
"Display only the metadata types that aren't yet supported by Salesforce CLI in your default org and write the results to the specified file:\n$ <%= config.bin %> <%= command.id %> --output-file /path/to/outputfilename.txt --filter-known"
|
|
1569
|
-
],
|
|
1570
|
-
"flags": {
|
|
1571
|
-
"json": {
|
|
1572
|
-
"description": "Format output as json.",
|
|
1573
|
-
"helpGroup": "GLOBAL",
|
|
1574
|
-
"name": "json",
|
|
1575
|
-
"allowNo": false,
|
|
1576
|
-
"type": "boolean"
|
|
1577
|
-
},
|
|
1578
|
-
"flags-dir": {
|
|
1579
|
-
"helpGroup": "GLOBAL",
|
|
1580
|
-
"name": "flags-dir",
|
|
1581
|
-
"summary": "Import flag values from a directory.",
|
|
1582
|
-
"hasDynamicHelp": false,
|
|
1583
|
-
"multiple": false,
|
|
1584
|
-
"type": "option"
|
|
1585
|
-
},
|
|
1586
|
-
"api-version": {
|
|
1587
|
-
"aliases": [
|
|
1588
|
-
"apiversion",
|
|
1589
|
-
"a"
|
|
1590
|
-
],
|
|
1591
|
-
"deprecateAliases": true,
|
|
1592
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1593
|
-
"name": "api-version",
|
|
1594
|
-
"summary": "API version to use; default is the most recent API version.",
|
|
1595
|
-
"hasDynamicHelp": false,
|
|
1596
|
-
"multiple": false,
|
|
1597
|
-
"type": "option"
|
|
1598
|
-
},
|
|
1599
|
-
"loglevel": {
|
|
1600
|
-
"deprecated": {
|
|
1601
|
-
"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."
|
|
1602
|
-
},
|
|
1603
|
-
"hidden": true,
|
|
1604
|
-
"name": "loglevel",
|
|
1605
|
-
"hasDynamicHelp": false,
|
|
1606
|
-
"multiple": false,
|
|
1607
|
-
"type": "option"
|
|
1608
|
-
},
|
|
1609
|
-
"target-org": {
|
|
1610
|
-
"aliases": [
|
|
1611
|
-
"targetusername",
|
|
1612
|
-
"u"
|
|
1613
|
-
],
|
|
1614
|
-
"char": "o",
|
|
1615
|
-
"deprecateAliases": true,
|
|
1616
|
-
"name": "target-org",
|
|
1617
|
-
"noCacheDefault": true,
|
|
1618
|
-
"required": true,
|
|
1619
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1620
|
-
"hasDynamicHelp": true,
|
|
1621
|
-
"multiple": false,
|
|
1622
|
-
"type": "option"
|
|
1623
|
-
},
|
|
1624
|
-
"output-file": {
|
|
1625
|
-
"aliases": [
|
|
1626
|
-
"resultfile"
|
|
1627
|
-
],
|
|
1628
|
-
"char": "f",
|
|
1629
|
-
"deprecateAliases": true,
|
|
1630
|
-
"description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
|
|
1631
|
-
"name": "output-file",
|
|
1632
|
-
"summary": "Pathname of the file in which to write the results.",
|
|
1633
|
-
"hasDynamicHelp": false,
|
|
1634
|
-
"multiple": false,
|
|
1635
|
-
"type": "option"
|
|
1636
|
-
},
|
|
1637
|
-
"filter-known": {
|
|
1638
|
-
"aliases": [
|
|
1639
|
-
"filterknown"
|
|
1640
|
-
],
|
|
1641
|
-
"char": "k",
|
|
1642
|
-
"deprecateAliases": true,
|
|
1643
|
-
"hidden": true,
|
|
1644
|
-
"name": "filter-known",
|
|
1645
|
-
"summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
|
|
1646
|
-
"allowNo": false,
|
|
1647
|
-
"type": "boolean"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
"hasDynamicHelp": true,
|
|
1651
|
-
"hiddenAliases": [],
|
|
1652
|
-
"id": "org:list:metadata-types",
|
|
1653
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1654
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1655
|
-
"pluginType": "core",
|
|
1656
|
-
"strict": true,
|
|
1657
|
-
"summary": "Display details about the metadata types that are enabled for your org.",
|
|
1658
|
-
"enableJsonFlag": true,
|
|
1659
|
-
"isESM": true,
|
|
1660
|
-
"relativePath": [
|
|
1661
|
-
"lib",
|
|
1662
|
-
"commands",
|
|
1663
|
-
"org",
|
|
1664
|
-
"list",
|
|
1665
|
-
"metadata-types.js"
|
|
1666
|
-
],
|
|
1667
|
-
"aliasPermutations": [
|
|
1668
|
-
"force:mdapi:describemetadata",
|
|
1669
|
-
"mdapi:force:describemetadata",
|
|
1670
|
-
"mdapi:describemetadata:force",
|
|
1671
|
-
"force:describemetadata:mdapi",
|
|
1672
|
-
"describemetadata:force:mdapi",
|
|
1673
|
-
"describemetadata:mdapi:force"
|
|
1674
|
-
],
|
|
1675
|
-
"permutations": [
|
|
1676
|
-
"org:list:metadata-types",
|
|
1677
|
-
"list:org:metadata-types",
|
|
1678
|
-
"list:metadata-types:org",
|
|
1679
|
-
"org:metadata-types:list",
|
|
1680
|
-
"metadata-types:org:list",
|
|
1681
|
-
"metadata-types:list:org"
|
|
1682
|
-
]
|
|
1683
|
-
},
|
|
1684
|
-
"org:list:metadata": {
|
|
1685
|
-
"aliases": [
|
|
1686
|
-
"force:mdapi:listmetadata"
|
|
1687
|
-
],
|
|
1688
|
-
"args": {},
|
|
1689
|
-
"deprecateAliases": true,
|
|
1690
|
-
"description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1691
|
-
"examples": [
|
|
1692
|
-
"List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
|
|
1693
|
-
"List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
|
|
1694
|
-
"List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
|
|
1695
|
-
],
|
|
1696
|
-
"flags": {
|
|
1697
|
-
"json": {
|
|
1698
|
-
"description": "Format output as json.",
|
|
1699
|
-
"helpGroup": "GLOBAL",
|
|
1700
|
-
"name": "json",
|
|
1701
|
-
"allowNo": false,
|
|
1702
|
-
"type": "boolean"
|
|
1703
|
-
},
|
|
1704
|
-
"flags-dir": {
|
|
1705
|
-
"helpGroup": "GLOBAL",
|
|
1706
|
-
"name": "flags-dir",
|
|
1707
|
-
"summary": "Import flag values from a directory.",
|
|
1708
|
-
"hasDynamicHelp": false,
|
|
1709
|
-
"multiple": false,
|
|
1710
|
-
"type": "option"
|
|
1711
|
-
},
|
|
1712
|
-
"api-version": {
|
|
1713
|
-
"aliases": [
|
|
1714
|
-
"apiversion",
|
|
1715
|
-
"a"
|
|
1716
|
-
],
|
|
1717
|
-
"deprecateAliases": true,
|
|
1718
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1719
|
-
"name": "api-version",
|
|
1720
|
-
"summary": "API version to use; default is the most recent API version.",
|
|
1721
|
-
"hasDynamicHelp": false,
|
|
1722
|
-
"multiple": false,
|
|
1723
|
-
"type": "option"
|
|
1724
|
-
},
|
|
1725
|
-
"loglevel": {
|
|
1726
|
-
"deprecated": {
|
|
1727
|
-
"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."
|
|
1728
|
-
},
|
|
1729
|
-
"hidden": true,
|
|
1730
|
-
"name": "loglevel",
|
|
1731
|
-
"hasDynamicHelp": false,
|
|
1732
|
-
"multiple": false,
|
|
1733
|
-
"type": "option"
|
|
1734
|
-
},
|
|
1735
|
-
"target-org": {
|
|
1736
|
-
"aliases": [
|
|
1737
|
-
"targetusername",
|
|
1738
|
-
"u"
|
|
1739
|
-
],
|
|
1740
|
-
"char": "o",
|
|
1741
|
-
"deprecateAliases": true,
|
|
1742
|
-
"name": "target-org",
|
|
1743
|
-
"noCacheDefault": true,
|
|
1744
|
-
"required": true,
|
|
1745
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1746
|
-
"hasDynamicHelp": true,
|
|
1747
|
-
"multiple": false,
|
|
1748
|
-
"type": "option"
|
|
1749
|
-
},
|
|
1750
|
-
"output-file": {
|
|
1751
|
-
"aliases": [
|
|
1752
|
-
"resultfile"
|
|
1753
|
-
],
|
|
1754
|
-
"char": "f",
|
|
1755
|
-
"deprecateAliases": true,
|
|
1756
|
-
"name": "output-file",
|
|
1757
|
-
"summary": "Pathname of the file in which to write the results.",
|
|
1758
|
-
"hasDynamicHelp": false,
|
|
1759
|
-
"multiple": false,
|
|
1760
|
-
"type": "option"
|
|
1761
|
-
},
|
|
1762
|
-
"metadata-type": {
|
|
1763
|
-
"aliases": [
|
|
1764
|
-
"metadatatype"
|
|
1765
|
-
],
|
|
1766
|
-
"char": "m",
|
|
1767
|
-
"deprecateAliases": true,
|
|
1768
|
-
"name": "metadata-type",
|
|
1769
|
-
"required": true,
|
|
1770
|
-
"summary": "Metadata type to be retrieved, such as CustomObject; metadata type names are case-sensitive.",
|
|
1771
|
-
"hasDynamicHelp": false,
|
|
1772
|
-
"multiple": false,
|
|
1773
|
-
"type": "option"
|
|
1774
|
-
},
|
|
1775
|
-
"folder": {
|
|
1776
|
-
"description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
|
|
1777
|
-
"name": "folder",
|
|
1778
|
-
"summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
|
|
1779
|
-
"hasDynamicHelp": false,
|
|
1780
|
-
"multiple": false,
|
|
1781
|
-
"type": "option"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
"hasDynamicHelp": true,
|
|
1785
|
-
"hiddenAliases": [],
|
|
1786
|
-
"id": "org:list:metadata",
|
|
1787
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1788
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1789
|
-
"pluginType": "core",
|
|
1790
|
-
"strict": true,
|
|
1791
|
-
"summary": "List the metadata components and properties of a specified type.",
|
|
1792
|
-
"enableJsonFlag": true,
|
|
1793
|
-
"isESM": true,
|
|
1794
|
-
"relativePath": [
|
|
1795
|
-
"lib",
|
|
1796
|
-
"commands",
|
|
1797
|
-
"org",
|
|
1798
|
-
"list",
|
|
1799
|
-
"metadata.js"
|
|
1800
|
-
],
|
|
1801
|
-
"aliasPermutations": [
|
|
1802
|
-
"force:mdapi:listmetadata",
|
|
1803
|
-
"mdapi:force:listmetadata",
|
|
1804
|
-
"mdapi:listmetadata:force",
|
|
1805
|
-
"force:listmetadata:mdapi",
|
|
1806
|
-
"listmetadata:force:mdapi",
|
|
1807
|
-
"listmetadata:mdapi:force"
|
|
1808
|
-
],
|
|
1809
|
-
"permutations": [
|
|
1810
|
-
"org:list:metadata",
|
|
1811
|
-
"list:org:metadata",
|
|
1812
|
-
"list:metadata:org",
|
|
1813
|
-
"org:metadata:list",
|
|
1814
|
-
"metadata:org:list",
|
|
1815
|
-
"metadata:list:org"
|
|
1816
|
-
]
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
|
-
"version": "5.2.
|
|
1819
|
+
"version": "5.2.35"
|
|
1820
1820
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.35",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^4.2.
|
|
8
|
+
"@oclif/core": "^4.2.6",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.9",
|
|
10
10
|
"@salesforce/core": "^8.8.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"exports": "./lib/index.js",
|
|
228
228
|
"type": "module",
|
|
229
229
|
"sfdx": {
|
|
230
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.35.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.35.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|