@salesforce/plugin-org 5.2.24 → 5.2.26
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 +86 -86
- package/package.json +10 -10
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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/src/commands/org/resume/scratch.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1056,14 +1056,14 @@
|
|
|
1056
1056
|
"tracking:disable:org"
|
|
1057
1057
|
]
|
|
1058
1058
|
},
|
|
1059
|
-
"org:
|
|
1059
|
+
"org:open:agent": {
|
|
1060
1060
|
"aliases": [],
|
|
1061
1061
|
"args": {},
|
|
1062
|
-
"description": "
|
|
1062
|
+
"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
1063
|
"examples": [
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1064
|
+
"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",
|
|
1065
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1066
|
+
"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"
|
|
1067
1067
|
],
|
|
1068
1068
|
"flags": {
|
|
1069
1069
|
"json": {
|
|
@@ -1090,33 +1090,88 @@
|
|
|
1090
1090
|
"hasDynamicHelp": true,
|
|
1091
1091
|
"multiple": false,
|
|
1092
1092
|
"type": "option"
|
|
1093
|
+
},
|
|
1094
|
+
"api-version": {
|
|
1095
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1096
|
+
"name": "api-version",
|
|
1097
|
+
"hasDynamicHelp": false,
|
|
1098
|
+
"multiple": false,
|
|
1099
|
+
"type": "option"
|
|
1100
|
+
},
|
|
1101
|
+
"name": {
|
|
1102
|
+
"char": "n",
|
|
1103
|
+
"name": "name",
|
|
1104
|
+
"required": true,
|
|
1105
|
+
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1106
|
+
"hasDynamicHelp": false,
|
|
1107
|
+
"multiple": false,
|
|
1108
|
+
"type": "option"
|
|
1109
|
+
},
|
|
1110
|
+
"private": {
|
|
1111
|
+
"exclusive": [
|
|
1112
|
+
"url-only",
|
|
1113
|
+
"browser"
|
|
1114
|
+
],
|
|
1115
|
+
"name": "private",
|
|
1116
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1117
|
+
"allowNo": false,
|
|
1118
|
+
"type": "boolean"
|
|
1119
|
+
},
|
|
1120
|
+
"browser": {
|
|
1121
|
+
"char": "b",
|
|
1122
|
+
"exclusive": [
|
|
1123
|
+
"url-only",
|
|
1124
|
+
"private"
|
|
1125
|
+
],
|
|
1126
|
+
"name": "browser",
|
|
1127
|
+
"summary": "Browser where the org opens.",
|
|
1128
|
+
"hasDynamicHelp": false,
|
|
1129
|
+
"multiple": false,
|
|
1130
|
+
"options": [
|
|
1131
|
+
"chrome",
|
|
1132
|
+
"edge",
|
|
1133
|
+
"firefox"
|
|
1134
|
+
],
|
|
1135
|
+
"type": "option"
|
|
1136
|
+
},
|
|
1137
|
+
"url-only": {
|
|
1138
|
+
"aliases": [
|
|
1139
|
+
"urlonly"
|
|
1140
|
+
],
|
|
1141
|
+
"char": "r",
|
|
1142
|
+
"deprecateAliases": true,
|
|
1143
|
+
"name": "url-only",
|
|
1144
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1145
|
+
"allowNo": false,
|
|
1146
|
+
"type": "boolean"
|
|
1093
1147
|
}
|
|
1094
1148
|
},
|
|
1095
1149
|
"hasDynamicHelp": true,
|
|
1096
1150
|
"hiddenAliases": [],
|
|
1097
|
-
"id": "org:
|
|
1151
|
+
"id": "org:open:agent",
|
|
1098
1152
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1099
1153
|
"pluginName": "@salesforce/plugin-org",
|
|
1100
1154
|
"pluginType": "core",
|
|
1155
|
+
"state": "beta",
|
|
1101
1156
|
"strict": true,
|
|
1102
|
-
"summary": "
|
|
1157
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1103
1158
|
"enableJsonFlag": true,
|
|
1104
1159
|
"isESM": true,
|
|
1105
1160
|
"relativePath": [
|
|
1106
1161
|
"lib",
|
|
1107
1162
|
"commands",
|
|
1108
1163
|
"org",
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1164
|
+
"open",
|
|
1165
|
+
"agent.js"
|
|
1111
1166
|
],
|
|
1112
1167
|
"aliasPermutations": [],
|
|
1113
1168
|
"permutations": [
|
|
1114
|
-
"org:
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"org:
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1169
|
+
"org:open:agent",
|
|
1170
|
+
"open:org:agent",
|
|
1171
|
+
"open:agent:org",
|
|
1172
|
+
"org:agent:open",
|
|
1173
|
+
"agent:org:open",
|
|
1174
|
+
"agent:open:org"
|
|
1120
1175
|
]
|
|
1121
1176
|
},
|
|
1122
1177
|
"org:list:metadata-types": {
|
|
@@ -1378,14 +1433,14 @@
|
|
|
1378
1433
|
"metadata:list:org"
|
|
1379
1434
|
]
|
|
1380
1435
|
},
|
|
1381
|
-
"org:
|
|
1436
|
+
"org:enable:tracking": {
|
|
1382
1437
|
"aliases": [],
|
|
1383
1438
|
"args": {},
|
|
1384
|
-
"description": "
|
|
1439
|
+
"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.",
|
|
1385
1440
|
"examples": [
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1441
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1442
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1443
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1389
1444
|
],
|
|
1390
1445
|
"flags": {
|
|
1391
1446
|
"json": {
|
|
@@ -1412,88 +1467,33 @@
|
|
|
1412
1467
|
"hasDynamicHelp": true,
|
|
1413
1468
|
"multiple": false,
|
|
1414
1469
|
"type": "option"
|
|
1415
|
-
},
|
|
1416
|
-
"api-version": {
|
|
1417
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1418
|
-
"name": "api-version",
|
|
1419
|
-
"hasDynamicHelp": false,
|
|
1420
|
-
"multiple": false,
|
|
1421
|
-
"type": "option"
|
|
1422
|
-
},
|
|
1423
|
-
"name": {
|
|
1424
|
-
"char": "n",
|
|
1425
|
-
"name": "name",
|
|
1426
|
-
"required": true,
|
|
1427
|
-
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1428
|
-
"hasDynamicHelp": false,
|
|
1429
|
-
"multiple": false,
|
|
1430
|
-
"type": "option"
|
|
1431
|
-
},
|
|
1432
|
-
"private": {
|
|
1433
|
-
"exclusive": [
|
|
1434
|
-
"url-only",
|
|
1435
|
-
"browser"
|
|
1436
|
-
],
|
|
1437
|
-
"name": "private",
|
|
1438
|
-
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1439
|
-
"allowNo": false,
|
|
1440
|
-
"type": "boolean"
|
|
1441
|
-
},
|
|
1442
|
-
"browser": {
|
|
1443
|
-
"char": "b",
|
|
1444
|
-
"exclusive": [
|
|
1445
|
-
"url-only",
|
|
1446
|
-
"private"
|
|
1447
|
-
],
|
|
1448
|
-
"name": "browser",
|
|
1449
|
-
"summary": "Browser where the org opens.",
|
|
1450
|
-
"hasDynamicHelp": false,
|
|
1451
|
-
"multiple": false,
|
|
1452
|
-
"options": [
|
|
1453
|
-
"chrome",
|
|
1454
|
-
"edge",
|
|
1455
|
-
"firefox"
|
|
1456
|
-
],
|
|
1457
|
-
"type": "option"
|
|
1458
|
-
},
|
|
1459
|
-
"url-only": {
|
|
1460
|
-
"aliases": [
|
|
1461
|
-
"urlonly"
|
|
1462
|
-
],
|
|
1463
|
-
"char": "r",
|
|
1464
|
-
"deprecateAliases": true,
|
|
1465
|
-
"name": "url-only",
|
|
1466
|
-
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1467
|
-
"allowNo": false,
|
|
1468
|
-
"type": "boolean"
|
|
1469
1470
|
}
|
|
1470
1471
|
},
|
|
1471
1472
|
"hasDynamicHelp": true,
|
|
1472
1473
|
"hiddenAliases": [],
|
|
1473
|
-
"id": "org:
|
|
1474
|
+
"id": "org:enable:tracking",
|
|
1474
1475
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1475
1476
|
"pluginName": "@salesforce/plugin-org",
|
|
1476
1477
|
"pluginType": "core",
|
|
1477
|
-
"state": "beta",
|
|
1478
1478
|
"strict": true,
|
|
1479
|
-
"summary": "
|
|
1479
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1480
1480
|
"enableJsonFlag": true,
|
|
1481
1481
|
"isESM": true,
|
|
1482
1482
|
"relativePath": [
|
|
1483
1483
|
"lib",
|
|
1484
1484
|
"commands",
|
|
1485
1485
|
"org",
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1486
|
+
"enable",
|
|
1487
|
+
"tracking.js"
|
|
1488
1488
|
],
|
|
1489
1489
|
"aliasPermutations": [],
|
|
1490
1490
|
"permutations": [
|
|
1491
|
-
"org:
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"org:
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1491
|
+
"org:enable:tracking",
|
|
1492
|
+
"enable:org:tracking",
|
|
1493
|
+
"enable:tracking:org",
|
|
1494
|
+
"org:tracking:enable",
|
|
1495
|
+
"tracking:org:enable",
|
|
1496
|
+
"tracking:enable:org"
|
|
1497
1497
|
]
|
|
1498
1498
|
},
|
|
1499
1499
|
"org:refresh:sandbox": {
|
|
@@ -1816,5 +1816,5 @@
|
|
|
1816
1816
|
]
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
|
-
"version": "5.2.
|
|
1819
|
+
"version": "5.2.26"
|
|
1820
1820
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.26",
|
|
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.5",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.5",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.8.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.14.0",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.9.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"terminal-link": "^3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.2.28",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.1.42",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.17.
|
|
29
|
+
"oclif": "^4.17.17",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.7.3"
|
|
32
32
|
},
|
|
@@ -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.26.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.26.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|