@salesforce/plugin-org 5.7.0 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -15
- package/oclif.manifest.json +317 -317
- 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.7.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/create/sandbox.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf org create scratch`
|
|
248
248
|
|
|
@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
|
|
|
424
424
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
427
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/create/scratch.ts)_
|
|
428
428
|
|
|
429
429
|
## `sf org delete sandbox`
|
|
430
430
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
473
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/delete/sandbox.ts)_
|
|
474
474
|
|
|
475
475
|
## `sf org delete scratch`
|
|
476
476
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
517
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/delete/scratch.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf org disable tracking`
|
|
520
520
|
|
|
@@ -553,7 +553,7 @@ EXAMPLES
|
|
|
553
553
|
$ sf org disable tracking
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
556
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/disable/tracking.ts)_
|
|
557
557
|
|
|
558
558
|
## `sf org display`
|
|
559
559
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ sf org display --target-org TestOrg1 --verbose
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
601
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/display.ts)_
|
|
602
602
|
|
|
603
603
|
## `sf org enable tracking`
|
|
604
604
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ sf org enable tracking
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
643
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/enable/tracking.ts)_
|
|
644
644
|
|
|
645
645
|
## `sf org list`
|
|
646
646
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf org list --clean
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
682
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/list.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf org list metadata`
|
|
685
685
|
|
|
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
|
|
|
746
746
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
749
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/list/metadata.ts)_
|
|
750
750
|
|
|
751
751
|
## `sf org list metadata-types`
|
|
752
752
|
|
|
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
|
|
|
801
801
|
Override the api version used for api requests made by this command
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
804
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/list/metadata-types.ts)_
|
|
805
805
|
|
|
806
806
|
## `sf org open`
|
|
807
807
|
|
|
@@ -877,7 +877,7 @@ EXAMPLES
|
|
|
877
877
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
880
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/open.ts)_
|
|
881
881
|
|
|
882
882
|
## `sf org open agent`
|
|
883
883
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
931
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/open/agent.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf org refresh sandbox`
|
|
934
934
|
|
|
@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
|
|
|
1031
1031
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1034
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/refresh/sandbox.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf org resume sandbox`
|
|
1037
1037
|
|
|
@@ -1094,7 +1094,7 @@ FLAG DESCRIPTIONS
|
|
|
1094
1094
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1095
1095
|
```
|
|
1096
1096
|
|
|
1097
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1097
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/resume/sandbox.ts)_
|
|
1098
1098
|
|
|
1099
1099
|
## `sf org resume scratch`
|
|
1100
1100
|
|
|
@@ -1147,6 +1147,6 @@ FLAG DESCRIPTIONS
|
|
|
1147
1147
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1150
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.1/src/commands/org/resume/scratch.ts)_
|
|
1151
1151
|
|
|
1152
1152
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -448,6 +448,174 @@
|
|
|
448
448
|
"tracking:disable:org"
|
|
449
449
|
]
|
|
450
450
|
},
|
|
451
|
+
"org:delete:sandbox": {
|
|
452
|
+
"aliases": [
|
|
453
|
+
"env:delete:sandbox"
|
|
454
|
+
],
|
|
455
|
+
"args": {},
|
|
456
|
+
"deprecateAliases": true,
|
|
457
|
+
"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.",
|
|
458
|
+
"examples": [
|
|
459
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
460
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
461
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
462
|
+
],
|
|
463
|
+
"flags": {
|
|
464
|
+
"json": {
|
|
465
|
+
"description": "Format output as json.",
|
|
466
|
+
"helpGroup": "GLOBAL",
|
|
467
|
+
"name": "json",
|
|
468
|
+
"allowNo": false,
|
|
469
|
+
"type": "boolean"
|
|
470
|
+
},
|
|
471
|
+
"flags-dir": {
|
|
472
|
+
"helpGroup": "GLOBAL",
|
|
473
|
+
"name": "flags-dir",
|
|
474
|
+
"summary": "Import flag values from a directory.",
|
|
475
|
+
"hasDynamicHelp": false,
|
|
476
|
+
"multiple": false,
|
|
477
|
+
"type": "option"
|
|
478
|
+
},
|
|
479
|
+
"target-org": {
|
|
480
|
+
"aliases": [
|
|
481
|
+
"targetusername",
|
|
482
|
+
"u"
|
|
483
|
+
],
|
|
484
|
+
"char": "o",
|
|
485
|
+
"deprecateAliases": true,
|
|
486
|
+
"name": "target-org",
|
|
487
|
+
"required": true,
|
|
488
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
489
|
+
"hasDynamicHelp": true,
|
|
490
|
+
"multiple": false,
|
|
491
|
+
"type": "option"
|
|
492
|
+
},
|
|
493
|
+
"no-prompt": {
|
|
494
|
+
"char": "p",
|
|
495
|
+
"name": "no-prompt",
|
|
496
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
497
|
+
"allowNo": false,
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"hasDynamicHelp": true,
|
|
502
|
+
"hiddenAliases": [],
|
|
503
|
+
"id": "org:delete:sandbox",
|
|
504
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
505
|
+
"pluginName": "@salesforce/plugin-org",
|
|
506
|
+
"pluginType": "core",
|
|
507
|
+
"strict": true,
|
|
508
|
+
"summary": "Delete a sandbox.",
|
|
509
|
+
"enableJsonFlag": true,
|
|
510
|
+
"isESM": true,
|
|
511
|
+
"relativePath": [
|
|
512
|
+
"lib",
|
|
513
|
+
"commands",
|
|
514
|
+
"org",
|
|
515
|
+
"delete",
|
|
516
|
+
"sandbox.js"
|
|
517
|
+
],
|
|
518
|
+
"aliasPermutations": [
|
|
519
|
+
"env:delete:sandbox",
|
|
520
|
+
"delete:env:sandbox",
|
|
521
|
+
"delete:sandbox:env",
|
|
522
|
+
"env:sandbox:delete",
|
|
523
|
+
"sandbox:env:delete",
|
|
524
|
+
"sandbox:delete:env"
|
|
525
|
+
],
|
|
526
|
+
"permutations": [
|
|
527
|
+
"org:delete:sandbox",
|
|
528
|
+
"delete:org:sandbox",
|
|
529
|
+
"delete:sandbox:org",
|
|
530
|
+
"org:sandbox:delete",
|
|
531
|
+
"sandbox:org:delete",
|
|
532
|
+
"sandbox:delete:org"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"org:delete:scratch": {
|
|
536
|
+
"aliases": [
|
|
537
|
+
"env:delete:scratch"
|
|
538
|
+
],
|
|
539
|
+
"args": {},
|
|
540
|
+
"deprecateAliases": true,
|
|
541
|
+
"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.",
|
|
542
|
+
"examples": [
|
|
543
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
544
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
545
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
546
|
+
],
|
|
547
|
+
"flags": {
|
|
548
|
+
"json": {
|
|
549
|
+
"description": "Format output as json.",
|
|
550
|
+
"helpGroup": "GLOBAL",
|
|
551
|
+
"name": "json",
|
|
552
|
+
"allowNo": false,
|
|
553
|
+
"type": "boolean"
|
|
554
|
+
},
|
|
555
|
+
"flags-dir": {
|
|
556
|
+
"helpGroup": "GLOBAL",
|
|
557
|
+
"name": "flags-dir",
|
|
558
|
+
"summary": "Import flag values from a directory.",
|
|
559
|
+
"hasDynamicHelp": false,
|
|
560
|
+
"multiple": false,
|
|
561
|
+
"type": "option"
|
|
562
|
+
},
|
|
563
|
+
"target-org": {
|
|
564
|
+
"aliases": [
|
|
565
|
+
"targetusername",
|
|
566
|
+
"u"
|
|
567
|
+
],
|
|
568
|
+
"char": "o",
|
|
569
|
+
"deprecateAliases": true,
|
|
570
|
+
"name": "target-org",
|
|
571
|
+
"required": true,
|
|
572
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
573
|
+
"hasDynamicHelp": true,
|
|
574
|
+
"multiple": false,
|
|
575
|
+
"type": "option"
|
|
576
|
+
},
|
|
577
|
+
"no-prompt": {
|
|
578
|
+
"char": "p",
|
|
579
|
+
"name": "no-prompt",
|
|
580
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
581
|
+
"allowNo": false,
|
|
582
|
+
"type": "boolean"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"hasDynamicHelp": true,
|
|
586
|
+
"hiddenAliases": [],
|
|
587
|
+
"id": "org:delete:scratch",
|
|
588
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
589
|
+
"pluginName": "@salesforce/plugin-org",
|
|
590
|
+
"pluginType": "core",
|
|
591
|
+
"strict": true,
|
|
592
|
+
"summary": "Delete a scratch org.",
|
|
593
|
+
"enableJsonFlag": true,
|
|
594
|
+
"isESM": true,
|
|
595
|
+
"relativePath": [
|
|
596
|
+
"lib",
|
|
597
|
+
"commands",
|
|
598
|
+
"org",
|
|
599
|
+
"delete",
|
|
600
|
+
"scratch.js"
|
|
601
|
+
],
|
|
602
|
+
"aliasPermutations": [
|
|
603
|
+
"env:delete:scratch",
|
|
604
|
+
"delete:env:scratch",
|
|
605
|
+
"delete:scratch:env",
|
|
606
|
+
"env:scratch:delete",
|
|
607
|
+
"scratch:env:delete",
|
|
608
|
+
"scratch:delete:env"
|
|
609
|
+
],
|
|
610
|
+
"permutations": [
|
|
611
|
+
"org:delete:scratch",
|
|
612
|
+
"delete:org:scratch",
|
|
613
|
+
"delete:scratch:org",
|
|
614
|
+
"org:scratch:delete",
|
|
615
|
+
"scratch:org:delete",
|
|
616
|
+
"scratch:delete:org"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
451
619
|
"org:create:sandbox": {
|
|
452
620
|
"aliases": [
|
|
453
621
|
"env:create:sandbox"
|
|
@@ -912,17 +1080,14 @@
|
|
|
912
1080
|
"scratch:create:org"
|
|
913
1081
|
]
|
|
914
1082
|
},
|
|
915
|
-
"org:
|
|
916
|
-
"aliases": [
|
|
917
|
-
"env:delete:sandbox"
|
|
918
|
-
],
|
|
1083
|
+
"org:enable:tracking": {
|
|
1084
|
+
"aliases": [],
|
|
919
1085
|
"args": {},
|
|
920
|
-
"
|
|
921
|
-
"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.",
|
|
1086
|
+
"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.",
|
|
922
1087
|
"examples": [
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
-
"
|
|
1088
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1089
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1090
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
926
1091
|
],
|
|
927
1092
|
"flags": {
|
|
928
1093
|
"json": {
|
|
@@ -941,72 +1106,53 @@
|
|
|
941
1106
|
"type": "option"
|
|
942
1107
|
},
|
|
943
1108
|
"target-org": {
|
|
944
|
-
"aliases": [
|
|
945
|
-
"targetusername",
|
|
946
|
-
"u"
|
|
947
|
-
],
|
|
948
1109
|
"char": "o",
|
|
949
|
-
"deprecateAliases": true,
|
|
950
1110
|
"name": "target-org",
|
|
1111
|
+
"noCacheDefault": true,
|
|
951
1112
|
"required": true,
|
|
952
1113
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
953
1114
|
"hasDynamicHelp": true,
|
|
954
1115
|
"multiple": false,
|
|
955
1116
|
"type": "option"
|
|
956
|
-
},
|
|
957
|
-
"no-prompt": {
|
|
958
|
-
"char": "p",
|
|
959
|
-
"name": "no-prompt",
|
|
960
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
961
|
-
"allowNo": false,
|
|
962
|
-
"type": "boolean"
|
|
963
1117
|
}
|
|
964
1118
|
},
|
|
965
1119
|
"hasDynamicHelp": true,
|
|
966
1120
|
"hiddenAliases": [],
|
|
967
|
-
"id": "org:
|
|
1121
|
+
"id": "org:enable:tracking",
|
|
968
1122
|
"pluginAlias": "@salesforce/plugin-org",
|
|
969
1123
|
"pluginName": "@salesforce/plugin-org",
|
|
970
1124
|
"pluginType": "core",
|
|
971
1125
|
"strict": true,
|
|
972
|
-
"summary": "
|
|
1126
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
973
1127
|
"enableJsonFlag": true,
|
|
974
1128
|
"isESM": true,
|
|
975
1129
|
"relativePath": [
|
|
976
1130
|
"lib",
|
|
977
1131
|
"commands",
|
|
978
1132
|
"org",
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
],
|
|
982
|
-
"aliasPermutations": [
|
|
983
|
-
"env:delete:sandbox",
|
|
984
|
-
"delete:env:sandbox",
|
|
985
|
-
"delete:sandbox:env",
|
|
986
|
-
"env:sandbox:delete",
|
|
987
|
-
"sandbox:env:delete",
|
|
988
|
-
"sandbox:delete:env"
|
|
1133
|
+
"enable",
|
|
1134
|
+
"tracking.js"
|
|
989
1135
|
],
|
|
1136
|
+
"aliasPermutations": [],
|
|
990
1137
|
"permutations": [
|
|
991
|
-
"org:
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
"org:
|
|
995
|
-
"
|
|
996
|
-
"
|
|
1138
|
+
"org:enable:tracking",
|
|
1139
|
+
"enable:org:tracking",
|
|
1140
|
+
"enable:tracking:org",
|
|
1141
|
+
"org:tracking:enable",
|
|
1142
|
+
"tracking:org:enable",
|
|
1143
|
+
"tracking:enable:org"
|
|
997
1144
|
]
|
|
998
1145
|
},
|
|
999
|
-
"org:
|
|
1146
|
+
"org:list:metadata-types": {
|
|
1000
1147
|
"aliases": [
|
|
1001
|
-
"
|
|
1148
|
+
"force:mdapi:describemetadata"
|
|
1002
1149
|
],
|
|
1003
1150
|
"args": {},
|
|
1004
1151
|
"deprecateAliases": true,
|
|
1005
|
-
"description": "
|
|
1152
|
+
"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.",
|
|
1006
1153
|
"examples": [
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1154
|
+
"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",
|
|
1155
|
+
"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"
|
|
1010
1156
|
],
|
|
1011
1157
|
"flags": {
|
|
1012
1158
|
"json": {
|
|
@@ -1024,162 +1170,16 @@
|
|
|
1024
1170
|
"multiple": false,
|
|
1025
1171
|
"type": "option"
|
|
1026
1172
|
},
|
|
1027
|
-
"
|
|
1173
|
+
"api-version": {
|
|
1028
1174
|
"aliases": [
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1175
|
+
"apiversion",
|
|
1176
|
+
"a"
|
|
1031
1177
|
],
|
|
1032
|
-
"char": "o",
|
|
1033
1178
|
"deprecateAliases": true,
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1036
|
-
"summary": "
|
|
1037
|
-
"hasDynamicHelp":
|
|
1038
|
-
"multiple": false,
|
|
1039
|
-
"type": "option"
|
|
1040
|
-
},
|
|
1041
|
-
"no-prompt": {
|
|
1042
|
-
"char": "p",
|
|
1043
|
-
"name": "no-prompt",
|
|
1044
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1045
|
-
"allowNo": false,
|
|
1046
|
-
"type": "boolean"
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
"hasDynamicHelp": true,
|
|
1050
|
-
"hiddenAliases": [],
|
|
1051
|
-
"id": "org:delete:scratch",
|
|
1052
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1053
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1054
|
-
"pluginType": "core",
|
|
1055
|
-
"strict": true,
|
|
1056
|
-
"summary": "Delete a scratch org.",
|
|
1057
|
-
"enableJsonFlag": true,
|
|
1058
|
-
"isESM": true,
|
|
1059
|
-
"relativePath": [
|
|
1060
|
-
"lib",
|
|
1061
|
-
"commands",
|
|
1062
|
-
"org",
|
|
1063
|
-
"delete",
|
|
1064
|
-
"scratch.js"
|
|
1065
|
-
],
|
|
1066
|
-
"aliasPermutations": [
|
|
1067
|
-
"env:delete:scratch",
|
|
1068
|
-
"delete:env:scratch",
|
|
1069
|
-
"delete:scratch:env",
|
|
1070
|
-
"env:scratch:delete",
|
|
1071
|
-
"scratch:env:delete",
|
|
1072
|
-
"scratch:delete:env"
|
|
1073
|
-
],
|
|
1074
|
-
"permutations": [
|
|
1075
|
-
"org:delete:scratch",
|
|
1076
|
-
"delete:org:scratch",
|
|
1077
|
-
"delete:scratch:org",
|
|
1078
|
-
"org:scratch:delete",
|
|
1079
|
-
"scratch:org:delete",
|
|
1080
|
-
"scratch:delete:org"
|
|
1081
|
-
]
|
|
1082
|
-
},
|
|
1083
|
-
"org:enable:tracking": {
|
|
1084
|
-
"aliases": [],
|
|
1085
|
-
"args": {},
|
|
1086
|
-
"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.",
|
|
1087
|
-
"examples": [
|
|
1088
|
-
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1089
|
-
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1090
|
-
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1091
|
-
],
|
|
1092
|
-
"flags": {
|
|
1093
|
-
"json": {
|
|
1094
|
-
"description": "Format output as json.",
|
|
1095
|
-
"helpGroup": "GLOBAL",
|
|
1096
|
-
"name": "json",
|
|
1097
|
-
"allowNo": false,
|
|
1098
|
-
"type": "boolean"
|
|
1099
|
-
},
|
|
1100
|
-
"flags-dir": {
|
|
1101
|
-
"helpGroup": "GLOBAL",
|
|
1102
|
-
"name": "flags-dir",
|
|
1103
|
-
"summary": "Import flag values from a directory.",
|
|
1104
|
-
"hasDynamicHelp": false,
|
|
1105
|
-
"multiple": false,
|
|
1106
|
-
"type": "option"
|
|
1107
|
-
},
|
|
1108
|
-
"target-org": {
|
|
1109
|
-
"char": "o",
|
|
1110
|
-
"name": "target-org",
|
|
1111
|
-
"noCacheDefault": true,
|
|
1112
|
-
"required": true,
|
|
1113
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1114
|
-
"hasDynamicHelp": true,
|
|
1115
|
-
"multiple": false,
|
|
1116
|
-
"type": "option"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
"hasDynamicHelp": true,
|
|
1120
|
-
"hiddenAliases": [],
|
|
1121
|
-
"id": "org:enable:tracking",
|
|
1122
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1123
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1124
|
-
"pluginType": "core",
|
|
1125
|
-
"strict": true,
|
|
1126
|
-
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1127
|
-
"enableJsonFlag": true,
|
|
1128
|
-
"isESM": true,
|
|
1129
|
-
"relativePath": [
|
|
1130
|
-
"lib",
|
|
1131
|
-
"commands",
|
|
1132
|
-
"org",
|
|
1133
|
-
"enable",
|
|
1134
|
-
"tracking.js"
|
|
1135
|
-
],
|
|
1136
|
-
"aliasPermutations": [],
|
|
1137
|
-
"permutations": [
|
|
1138
|
-
"org:enable:tracking",
|
|
1139
|
-
"enable:org:tracking",
|
|
1140
|
-
"enable:tracking:org",
|
|
1141
|
-
"org:tracking:enable",
|
|
1142
|
-
"tracking:org:enable",
|
|
1143
|
-
"tracking:enable:org"
|
|
1144
|
-
]
|
|
1145
|
-
},
|
|
1146
|
-
"org:list:metadata-types": {
|
|
1147
|
-
"aliases": [
|
|
1148
|
-
"force:mdapi:describemetadata"
|
|
1149
|
-
],
|
|
1150
|
-
"args": {},
|
|
1151
|
-
"deprecateAliases": true,
|
|
1152
|
-
"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.",
|
|
1153
|
-
"examples": [
|
|
1154
|
-
"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",
|
|
1155
|
-
"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"
|
|
1156
|
-
],
|
|
1157
|
-
"flags": {
|
|
1158
|
-
"json": {
|
|
1159
|
-
"description": "Format output as json.",
|
|
1160
|
-
"helpGroup": "GLOBAL",
|
|
1161
|
-
"name": "json",
|
|
1162
|
-
"allowNo": false,
|
|
1163
|
-
"type": "boolean"
|
|
1164
|
-
},
|
|
1165
|
-
"flags-dir": {
|
|
1166
|
-
"helpGroup": "GLOBAL",
|
|
1167
|
-
"name": "flags-dir",
|
|
1168
|
-
"summary": "Import flag values from a directory.",
|
|
1169
|
-
"hasDynamicHelp": false,
|
|
1170
|
-
"multiple": false,
|
|
1171
|
-
"type": "option"
|
|
1172
|
-
},
|
|
1173
|
-
"api-version": {
|
|
1174
|
-
"aliases": [
|
|
1175
|
-
"apiversion",
|
|
1176
|
-
"a"
|
|
1177
|
-
],
|
|
1178
|
-
"deprecateAliases": true,
|
|
1179
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1180
|
-
"name": "api-version",
|
|
1181
|
-
"summary": "API version to use; default is the most recent API version.",
|
|
1182
|
-
"hasDynamicHelp": false,
|
|
1179
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1180
|
+
"name": "api-version",
|
|
1181
|
+
"summary": "API version to use; default is the most recent API version.",
|
|
1182
|
+
"hasDynamicHelp": false,
|
|
1183
1183
|
"multiple": false,
|
|
1184
1184
|
"type": "option"
|
|
1185
1185
|
},
|
|
@@ -1402,124 +1402,6 @@
|
|
|
1402
1402
|
"metadata:list:org"
|
|
1403
1403
|
]
|
|
1404
1404
|
},
|
|
1405
|
-
"org:open:agent": {
|
|
1406
|
-
"aliases": [],
|
|
1407
|
-
"args": {},
|
|
1408
|
-
"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.",
|
|
1409
|
-
"examples": [
|
|
1410
|
-
"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",
|
|
1411
|
-
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1412
|
-
"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"
|
|
1413
|
-
],
|
|
1414
|
-
"flags": {
|
|
1415
|
-
"json": {
|
|
1416
|
-
"description": "Format output as json.",
|
|
1417
|
-
"helpGroup": "GLOBAL",
|
|
1418
|
-
"name": "json",
|
|
1419
|
-
"allowNo": false,
|
|
1420
|
-
"type": "boolean"
|
|
1421
|
-
},
|
|
1422
|
-
"flags-dir": {
|
|
1423
|
-
"helpGroup": "GLOBAL",
|
|
1424
|
-
"name": "flags-dir",
|
|
1425
|
-
"summary": "Import flag values from a directory.",
|
|
1426
|
-
"hasDynamicHelp": false,
|
|
1427
|
-
"multiple": false,
|
|
1428
|
-
"type": "option"
|
|
1429
|
-
},
|
|
1430
|
-
"target-org": {
|
|
1431
|
-
"char": "o",
|
|
1432
|
-
"name": "target-org",
|
|
1433
|
-
"noCacheDefault": true,
|
|
1434
|
-
"required": true,
|
|
1435
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1436
|
-
"hasDynamicHelp": true,
|
|
1437
|
-
"multiple": false,
|
|
1438
|
-
"type": "option"
|
|
1439
|
-
},
|
|
1440
|
-
"api-version": {
|
|
1441
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1442
|
-
"name": "api-version",
|
|
1443
|
-
"hasDynamicHelp": false,
|
|
1444
|
-
"multiple": false,
|
|
1445
|
-
"type": "option"
|
|
1446
|
-
},
|
|
1447
|
-
"name": {
|
|
1448
|
-
"char": "n",
|
|
1449
|
-
"name": "name",
|
|
1450
|
-
"required": true,
|
|
1451
|
-
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1452
|
-
"hasDynamicHelp": false,
|
|
1453
|
-
"multiple": false,
|
|
1454
|
-
"type": "option"
|
|
1455
|
-
},
|
|
1456
|
-
"private": {
|
|
1457
|
-
"exclusive": [
|
|
1458
|
-
"url-only",
|
|
1459
|
-
"browser"
|
|
1460
|
-
],
|
|
1461
|
-
"name": "private",
|
|
1462
|
-
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1463
|
-
"allowNo": false,
|
|
1464
|
-
"type": "boolean"
|
|
1465
|
-
},
|
|
1466
|
-
"browser": {
|
|
1467
|
-
"char": "b",
|
|
1468
|
-
"exclusive": [
|
|
1469
|
-
"url-only",
|
|
1470
|
-
"private"
|
|
1471
|
-
],
|
|
1472
|
-
"name": "browser",
|
|
1473
|
-
"summary": "Browser where the org opens.",
|
|
1474
|
-
"hasDynamicHelp": false,
|
|
1475
|
-
"multiple": false,
|
|
1476
|
-
"options": [
|
|
1477
|
-
"chrome",
|
|
1478
|
-
"edge",
|
|
1479
|
-
"firefox"
|
|
1480
|
-
],
|
|
1481
|
-
"type": "option"
|
|
1482
|
-
},
|
|
1483
|
-
"url-only": {
|
|
1484
|
-
"aliases": [
|
|
1485
|
-
"urlonly"
|
|
1486
|
-
],
|
|
1487
|
-
"char": "r",
|
|
1488
|
-
"deprecateAliases": true,
|
|
1489
|
-
"name": "url-only",
|
|
1490
|
-
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1491
|
-
"allowNo": false,
|
|
1492
|
-
"type": "boolean"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
"hasDynamicHelp": true,
|
|
1496
|
-
"hiddenAliases": [],
|
|
1497
|
-
"id": "org:open:agent",
|
|
1498
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1499
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1500
|
-
"pluginType": "core",
|
|
1501
|
-
"state": "beta",
|
|
1502
|
-
"strict": true,
|
|
1503
|
-
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1504
|
-
"enableJsonFlag": true,
|
|
1505
|
-
"isESM": true,
|
|
1506
|
-
"relativePath": [
|
|
1507
|
-
"lib",
|
|
1508
|
-
"commands",
|
|
1509
|
-
"org",
|
|
1510
|
-
"open",
|
|
1511
|
-
"agent.js"
|
|
1512
|
-
],
|
|
1513
|
-
"aliasPermutations": [],
|
|
1514
|
-
"permutations": [
|
|
1515
|
-
"org:open:agent",
|
|
1516
|
-
"open:org:agent",
|
|
1517
|
-
"open:agent:org",
|
|
1518
|
-
"org:agent:open",
|
|
1519
|
-
"agent:org:open",
|
|
1520
|
-
"agent:open:org"
|
|
1521
|
-
]
|
|
1522
|
-
},
|
|
1523
1405
|
"org:refresh:sandbox": {
|
|
1524
1406
|
"aliases": [],
|
|
1525
1407
|
"args": {},
|
|
@@ -1672,6 +1554,124 @@
|
|
|
1672
1554
|
"sandbox:refresh:org"
|
|
1673
1555
|
]
|
|
1674
1556
|
},
|
|
1557
|
+
"org:open:agent": {
|
|
1558
|
+
"aliases": [],
|
|
1559
|
+
"args": {},
|
|
1560
|
+
"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.",
|
|
1561
|
+
"examples": [
|
|
1562
|
+
"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",
|
|
1563
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1564
|
+
"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"
|
|
1565
|
+
],
|
|
1566
|
+
"flags": {
|
|
1567
|
+
"json": {
|
|
1568
|
+
"description": "Format output as json.",
|
|
1569
|
+
"helpGroup": "GLOBAL",
|
|
1570
|
+
"name": "json",
|
|
1571
|
+
"allowNo": false,
|
|
1572
|
+
"type": "boolean"
|
|
1573
|
+
},
|
|
1574
|
+
"flags-dir": {
|
|
1575
|
+
"helpGroup": "GLOBAL",
|
|
1576
|
+
"name": "flags-dir",
|
|
1577
|
+
"summary": "Import flag values from a directory.",
|
|
1578
|
+
"hasDynamicHelp": false,
|
|
1579
|
+
"multiple": false,
|
|
1580
|
+
"type": "option"
|
|
1581
|
+
},
|
|
1582
|
+
"target-org": {
|
|
1583
|
+
"char": "o",
|
|
1584
|
+
"name": "target-org",
|
|
1585
|
+
"noCacheDefault": true,
|
|
1586
|
+
"required": true,
|
|
1587
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1588
|
+
"hasDynamicHelp": true,
|
|
1589
|
+
"multiple": false,
|
|
1590
|
+
"type": "option"
|
|
1591
|
+
},
|
|
1592
|
+
"api-version": {
|
|
1593
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1594
|
+
"name": "api-version",
|
|
1595
|
+
"hasDynamicHelp": false,
|
|
1596
|
+
"multiple": false,
|
|
1597
|
+
"type": "option"
|
|
1598
|
+
},
|
|
1599
|
+
"name": {
|
|
1600
|
+
"char": "n",
|
|
1601
|
+
"name": "name",
|
|
1602
|
+
"required": true,
|
|
1603
|
+
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1604
|
+
"hasDynamicHelp": false,
|
|
1605
|
+
"multiple": false,
|
|
1606
|
+
"type": "option"
|
|
1607
|
+
},
|
|
1608
|
+
"private": {
|
|
1609
|
+
"exclusive": [
|
|
1610
|
+
"url-only",
|
|
1611
|
+
"browser"
|
|
1612
|
+
],
|
|
1613
|
+
"name": "private",
|
|
1614
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1615
|
+
"allowNo": false,
|
|
1616
|
+
"type": "boolean"
|
|
1617
|
+
},
|
|
1618
|
+
"browser": {
|
|
1619
|
+
"char": "b",
|
|
1620
|
+
"exclusive": [
|
|
1621
|
+
"url-only",
|
|
1622
|
+
"private"
|
|
1623
|
+
],
|
|
1624
|
+
"name": "browser",
|
|
1625
|
+
"summary": "Browser where the org opens.",
|
|
1626
|
+
"hasDynamicHelp": false,
|
|
1627
|
+
"multiple": false,
|
|
1628
|
+
"options": [
|
|
1629
|
+
"chrome",
|
|
1630
|
+
"edge",
|
|
1631
|
+
"firefox"
|
|
1632
|
+
],
|
|
1633
|
+
"type": "option"
|
|
1634
|
+
},
|
|
1635
|
+
"url-only": {
|
|
1636
|
+
"aliases": [
|
|
1637
|
+
"urlonly"
|
|
1638
|
+
],
|
|
1639
|
+
"char": "r",
|
|
1640
|
+
"deprecateAliases": true,
|
|
1641
|
+
"name": "url-only",
|
|
1642
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1643
|
+
"allowNo": false,
|
|
1644
|
+
"type": "boolean"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
"hasDynamicHelp": true,
|
|
1648
|
+
"hiddenAliases": [],
|
|
1649
|
+
"id": "org:open:agent",
|
|
1650
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1651
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1652
|
+
"pluginType": "core",
|
|
1653
|
+
"state": "beta",
|
|
1654
|
+
"strict": true,
|
|
1655
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1656
|
+
"enableJsonFlag": true,
|
|
1657
|
+
"isESM": true,
|
|
1658
|
+
"relativePath": [
|
|
1659
|
+
"lib",
|
|
1660
|
+
"commands",
|
|
1661
|
+
"org",
|
|
1662
|
+
"open",
|
|
1663
|
+
"agent.js"
|
|
1664
|
+
],
|
|
1665
|
+
"aliasPermutations": [],
|
|
1666
|
+
"permutations": [
|
|
1667
|
+
"org:open:agent",
|
|
1668
|
+
"open:org:agent",
|
|
1669
|
+
"open:agent:org",
|
|
1670
|
+
"org:agent:open",
|
|
1671
|
+
"agent:org:open",
|
|
1672
|
+
"agent:open:org"
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
1675
|
"org:resume:sandbox": {
|
|
1676
1676
|
"aliases": [
|
|
1677
1677
|
"env:resume:sandbox"
|
|
@@ -1875,5 +1875,5 @@
|
|
|
1875
1875
|
]
|
|
1876
1876
|
}
|
|
1877
1877
|
},
|
|
1878
|
-
"version": "5.7.
|
|
1878
|
+
"version": "5.7.1"
|
|
1879
1879
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.7.
|
|
4
|
+
"version": "5.7.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.2.10",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.12",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.10.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^12.19.0",
|
|
@@ -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.7.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.1.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.1.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|