@salesforce/plugin-org 5.9.9 → 5.9.11

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.
Files changed (3) hide show
  1. package/README.md +15 -15
  2. package/oclif.manifest.json +196 -196
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -247,7 +247,7 @@ FLAG DESCRIPTIONS
247
247
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
248
248
  ```
249
249
 
250
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/sandbox.ts)_
250
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/create/sandbox.ts)_
251
251
 
252
252
  ## `sf org create scratch`
253
253
 
@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429
429
  Omit this flag to have Salesforce generate a unique username for your org.
430
430
  ```
431
431
 
432
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/scratch.ts)_
432
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/create/scratch.ts)_
433
433
 
434
434
  ## `sf org delete sandbox`
435
435
 
@@ -475,7 +475,7 @@ EXAMPLES
475
475
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
476
476
  ```
477
477
 
478
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/sandbox.ts)_
478
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/delete/sandbox.ts)_
479
479
 
480
480
  ## `sf org delete scratch`
481
481
 
@@ -519,7 +519,7 @@ EXAMPLES
519
519
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
520
520
  ```
521
521
 
522
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/scratch.ts)_
522
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/delete/scratch.ts)_
523
523
 
524
524
  ## `sf org disable tracking`
525
525
 
@@ -558,7 +558,7 @@ EXAMPLES
558
558
  $ sf org disable tracking
559
559
  ```
560
560
 
561
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/disable/tracking.ts)_
561
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/disable/tracking.ts)_
562
562
 
563
563
  ## `sf org display`
564
564
 
@@ -603,7 +603,7 @@ EXAMPLES
603
603
  $ sf org display --target-org TestOrg1 --verbose
604
604
  ```
605
605
 
606
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/display.ts)_
606
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/display.ts)_
607
607
 
608
608
  ## `sf org enable tracking`
609
609
 
@@ -645,7 +645,7 @@ EXAMPLES
645
645
  $ sf org enable tracking
646
646
  ```
647
647
 
648
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/enable/tracking.ts)_
648
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/enable/tracking.ts)_
649
649
 
650
650
  ## `sf org list`
651
651
 
@@ -684,7 +684,7 @@ EXAMPLES
684
684
  $ sf org list --clean
685
685
  ```
686
686
 
687
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list.ts)_
687
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/list.ts)_
688
688
 
689
689
  ## `sf org list metadata`
690
690
 
@@ -751,7 +751,7 @@ FLAG DESCRIPTIONS
751
751
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
752
752
  ```
753
753
 
754
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata.ts)_
754
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/list/metadata.ts)_
755
755
 
756
756
  ## `sf org list metadata-types`
757
757
 
@@ -806,7 +806,7 @@ FLAG DESCRIPTIONS
806
806
  Override the api version used for api requests made by this command
807
807
  ```
808
808
 
809
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata-types.ts)_
809
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/list/metadata-types.ts)_
810
810
 
811
811
  ## `sf org open`
812
812
 
@@ -882,7 +882,7 @@ EXAMPLES
882
882
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
883
883
  ```
884
884
 
885
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open.ts)_
885
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/open.ts)_
886
886
 
887
887
  ## `sf org open agent`
888
888
 
@@ -933,7 +933,7 @@ EXAMPLES
933
933
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934
934
  ```
935
935
 
936
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open/agent.ts)_
936
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/open/agent.ts)_
937
937
 
938
938
  ## `sf org refresh sandbox`
939
939
 
@@ -1036,7 +1036,7 @@ FLAG DESCRIPTIONS
1036
1036
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1037
1037
  ```
1038
1038
 
1039
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/refresh/sandbox.ts)_
1039
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/refresh/sandbox.ts)_
1040
1040
 
1041
1041
  ## `sf org resume sandbox`
1042
1042
 
@@ -1099,7 +1099,7 @@ FLAG DESCRIPTIONS
1099
1099
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1100
1100
  ```
1101
1101
 
1102
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/sandbox.ts)_
1102
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/resume/sandbox.ts)_
1103
1103
 
1104
1104
  ## `sf org resume scratch`
1105
1105
 
@@ -1152,6 +1152,6 @@ FLAG DESCRIPTIONS
1152
1152
  returns the job ID. To resume checking the scratch creation, rerun this command.
1153
1153
  ```
1154
1154
 
1155
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/scratch.ts)_
1155
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.11/src/commands/org/resume/scratch.ts)_
1156
1156
 
1157
1157
  <!-- commandsstop -->
@@ -1019,132 +1019,6 @@
1019
1019
  "scratch:delete:org"
1020
1020
  ]
1021
1021
  },
1022
- "org:disable:tracking": {
1023
- "aliases": [],
1024
- "args": {},
1025
- "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.",
1026
- "examples": [
1027
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1028
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1029
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1030
- ],
1031
- "flags": {
1032
- "json": {
1033
- "description": "Format output as json.",
1034
- "helpGroup": "GLOBAL",
1035
- "name": "json",
1036
- "allowNo": false,
1037
- "type": "boolean"
1038
- },
1039
- "flags-dir": {
1040
- "helpGroup": "GLOBAL",
1041
- "name": "flags-dir",
1042
- "summary": "Import flag values from a directory.",
1043
- "hasDynamicHelp": false,
1044
- "multiple": false,
1045
- "type": "option"
1046
- },
1047
- "target-org": {
1048
- "char": "o",
1049
- "name": "target-org",
1050
- "noCacheDefault": true,
1051
- "required": true,
1052
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1053
- "hasDynamicHelp": true,
1054
- "multiple": false,
1055
- "type": "option"
1056
- }
1057
- },
1058
- "hasDynamicHelp": true,
1059
- "hiddenAliases": [],
1060
- "id": "org:disable:tracking",
1061
- "pluginAlias": "@salesforce/plugin-org",
1062
- "pluginName": "@salesforce/plugin-org",
1063
- "pluginType": "core",
1064
- "strict": true,
1065
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1066
- "enableJsonFlag": true,
1067
- "isESM": true,
1068
- "relativePath": [
1069
- "lib",
1070
- "commands",
1071
- "org",
1072
- "disable",
1073
- "tracking.js"
1074
- ],
1075
- "aliasPermutations": [],
1076
- "permutations": [
1077
- "org:disable:tracking",
1078
- "disable:org:tracking",
1079
- "disable:tracking:org",
1080
- "org:tracking:disable",
1081
- "tracking:org:disable",
1082
- "tracking:disable:org"
1083
- ]
1084
- },
1085
- "org:enable:tracking": {
1086
- "aliases": [],
1087
- "args": {},
1088
- "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.",
1089
- "examples": [
1090
- "Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1091
- "Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1092
- "Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1093
- ],
1094
- "flags": {
1095
- "json": {
1096
- "description": "Format output as json.",
1097
- "helpGroup": "GLOBAL",
1098
- "name": "json",
1099
- "allowNo": false,
1100
- "type": "boolean"
1101
- },
1102
- "flags-dir": {
1103
- "helpGroup": "GLOBAL",
1104
- "name": "flags-dir",
1105
- "summary": "Import flag values from a directory.",
1106
- "hasDynamicHelp": false,
1107
- "multiple": false,
1108
- "type": "option"
1109
- },
1110
- "target-org": {
1111
- "char": "o",
1112
- "name": "target-org",
1113
- "noCacheDefault": true,
1114
- "required": true,
1115
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1116
- "hasDynamicHelp": true,
1117
- "multiple": false,
1118
- "type": "option"
1119
- }
1120
- },
1121
- "hasDynamicHelp": true,
1122
- "hiddenAliases": [],
1123
- "id": "org:enable:tracking",
1124
- "pluginAlias": "@salesforce/plugin-org",
1125
- "pluginName": "@salesforce/plugin-org",
1126
- "pluginType": "core",
1127
- "strict": true,
1128
- "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1129
- "enableJsonFlag": true,
1130
- "isESM": true,
1131
- "relativePath": [
1132
- "lib",
1133
- "commands",
1134
- "org",
1135
- "enable",
1136
- "tracking.js"
1137
- ],
1138
- "aliasPermutations": [],
1139
- "permutations": [
1140
- "org:enable:tracking",
1141
- "enable:org:tracking",
1142
- "enable:tracking:org",
1143
- "org:tracking:enable",
1144
- "tracking:org:enable",
1145
- "tracking:enable:org"
1146
- ]
1147
- },
1148
1022
  "org:list:metadata-types": {
1149
1023
  "aliases": [
1150
1024
  "force:mdapi:describemetadata"
@@ -1404,14 +1278,14 @@
1404
1278
  "metadata:list:org"
1405
1279
  ]
1406
1280
  },
1407
- "org:open:agent": {
1281
+ "org:disable:tracking": {
1408
1282
  "aliases": [],
1409
1283
  "args": {},
1410
- "description": "Use the --api-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.",
1284
+ "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.",
1411
1285
  "examples": [
1412
- "Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent",
1413
- "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1414
- "Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent"
1286
+ "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1287
+ "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1288
+ "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1415
1289
  ],
1416
1290
  "flags": {
1417
1291
  "json": {
@@ -1438,87 +1312,33 @@
1438
1312
  "hasDynamicHelp": true,
1439
1313
  "multiple": false,
1440
1314
  "type": "option"
1441
- },
1442
- "api-version": {
1443
- "description": "Override the api version used for api requests made by this command",
1444
- "name": "api-version",
1445
- "hasDynamicHelp": false,
1446
- "multiple": false,
1447
- "type": "option"
1448
- },
1449
- "api-name": {
1450
- "char": "n",
1451
- "name": "api-name",
1452
- "required": true,
1453
- "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1454
- "hasDynamicHelp": false,
1455
- "multiple": false,
1456
- "type": "option"
1457
- },
1458
- "private": {
1459
- "exclusive": [
1460
- "url-only",
1461
- "browser"
1462
- ],
1463
- "name": "private",
1464
- "summary": "Open the org in the default browser using private (incognito) mode.",
1465
- "allowNo": false,
1466
- "type": "boolean"
1467
- },
1468
- "browser": {
1469
- "char": "b",
1470
- "exclusive": [
1471
- "url-only",
1472
- "private"
1473
- ],
1474
- "name": "browser",
1475
- "summary": "Browser where the org opens.",
1476
- "hasDynamicHelp": false,
1477
- "multiple": false,
1478
- "options": [
1479
- "chrome",
1480
- "edge",
1481
- "firefox"
1482
- ],
1483
- "type": "option"
1484
- },
1485
- "url-only": {
1486
- "aliases": [
1487
- "urlonly"
1488
- ],
1489
- "char": "r",
1490
- "deprecateAliases": true,
1491
- "name": "url-only",
1492
- "summary": "Display navigation URL, but don’t launch browser.",
1493
- "allowNo": false,
1494
- "type": "boolean"
1495
1315
  }
1496
1316
  },
1497
1317
  "hasDynamicHelp": true,
1498
1318
  "hiddenAliases": [],
1499
- "id": "org:open:agent",
1319
+ "id": "org:disable:tracking",
1500
1320
  "pluginAlias": "@salesforce/plugin-org",
1501
1321
  "pluginName": "@salesforce/plugin-org",
1502
1322
  "pluginType": "core",
1503
1323
  "strict": true,
1504
- "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1324
+ "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1505
1325
  "enableJsonFlag": true,
1506
1326
  "isESM": true,
1507
1327
  "relativePath": [
1508
1328
  "lib",
1509
1329
  "commands",
1510
1330
  "org",
1511
- "open",
1512
- "agent.js"
1331
+ "disable",
1332
+ "tracking.js"
1513
1333
  ],
1514
1334
  "aliasPermutations": [],
1515
1335
  "permutations": [
1516
- "org:open:agent",
1517
- "open:org:agent",
1518
- "open:agent:org",
1519
- "org:agent:open",
1520
- "agent:org:open",
1521
- "agent:open:org"
1336
+ "org:disable:tracking",
1337
+ "disable:org:tracking",
1338
+ "disable:tracking:org",
1339
+ "org:tracking:disable",
1340
+ "tracking:org:disable",
1341
+ "tracking:disable:org"
1522
1342
  ]
1523
1343
  },
1524
1344
  "org:refresh:sandbox": {
@@ -1873,7 +1693,187 @@
1873
1693
  "scratch:org:resume",
1874
1694
  "scratch:resume:org"
1875
1695
  ]
1696
+ },
1697
+ "org:enable:tracking": {
1698
+ "aliases": [],
1699
+ "args": {},
1700
+ "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.",
1701
+ "examples": [
1702
+ "Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1703
+ "Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1704
+ "Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1705
+ ],
1706
+ "flags": {
1707
+ "json": {
1708
+ "description": "Format output as json.",
1709
+ "helpGroup": "GLOBAL",
1710
+ "name": "json",
1711
+ "allowNo": false,
1712
+ "type": "boolean"
1713
+ },
1714
+ "flags-dir": {
1715
+ "helpGroup": "GLOBAL",
1716
+ "name": "flags-dir",
1717
+ "summary": "Import flag values from a directory.",
1718
+ "hasDynamicHelp": false,
1719
+ "multiple": false,
1720
+ "type": "option"
1721
+ },
1722
+ "target-org": {
1723
+ "char": "o",
1724
+ "name": "target-org",
1725
+ "noCacheDefault": true,
1726
+ "required": true,
1727
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1728
+ "hasDynamicHelp": true,
1729
+ "multiple": false,
1730
+ "type": "option"
1731
+ }
1732
+ },
1733
+ "hasDynamicHelp": true,
1734
+ "hiddenAliases": [],
1735
+ "id": "org:enable:tracking",
1736
+ "pluginAlias": "@salesforce/plugin-org",
1737
+ "pluginName": "@salesforce/plugin-org",
1738
+ "pluginType": "core",
1739
+ "strict": true,
1740
+ "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1741
+ "enableJsonFlag": true,
1742
+ "isESM": true,
1743
+ "relativePath": [
1744
+ "lib",
1745
+ "commands",
1746
+ "org",
1747
+ "enable",
1748
+ "tracking.js"
1749
+ ],
1750
+ "aliasPermutations": [],
1751
+ "permutations": [
1752
+ "org:enable:tracking",
1753
+ "enable:org:tracking",
1754
+ "enable:tracking:org",
1755
+ "org:tracking:enable",
1756
+ "tracking:org:enable",
1757
+ "tracking:enable:org"
1758
+ ]
1759
+ },
1760
+ "org:open:agent": {
1761
+ "aliases": [],
1762
+ "args": {},
1763
+ "description": "Use the --api-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.",
1764
+ "examples": [
1765
+ "Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent",
1766
+ "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1767
+ "Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent"
1768
+ ],
1769
+ "flags": {
1770
+ "json": {
1771
+ "description": "Format output as json.",
1772
+ "helpGroup": "GLOBAL",
1773
+ "name": "json",
1774
+ "allowNo": false,
1775
+ "type": "boolean"
1776
+ },
1777
+ "flags-dir": {
1778
+ "helpGroup": "GLOBAL",
1779
+ "name": "flags-dir",
1780
+ "summary": "Import flag values from a directory.",
1781
+ "hasDynamicHelp": false,
1782
+ "multiple": false,
1783
+ "type": "option"
1784
+ },
1785
+ "target-org": {
1786
+ "char": "o",
1787
+ "name": "target-org",
1788
+ "noCacheDefault": true,
1789
+ "required": true,
1790
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1791
+ "hasDynamicHelp": true,
1792
+ "multiple": false,
1793
+ "type": "option"
1794
+ },
1795
+ "api-version": {
1796
+ "description": "Override the api version used for api requests made by this command",
1797
+ "name": "api-version",
1798
+ "hasDynamicHelp": false,
1799
+ "multiple": false,
1800
+ "type": "option"
1801
+ },
1802
+ "api-name": {
1803
+ "char": "n",
1804
+ "name": "api-name",
1805
+ "required": true,
1806
+ "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1807
+ "hasDynamicHelp": false,
1808
+ "multiple": false,
1809
+ "type": "option"
1810
+ },
1811
+ "private": {
1812
+ "exclusive": [
1813
+ "url-only",
1814
+ "browser"
1815
+ ],
1816
+ "name": "private",
1817
+ "summary": "Open the org in the default browser using private (incognito) mode.",
1818
+ "allowNo": false,
1819
+ "type": "boolean"
1820
+ },
1821
+ "browser": {
1822
+ "char": "b",
1823
+ "exclusive": [
1824
+ "url-only",
1825
+ "private"
1826
+ ],
1827
+ "name": "browser",
1828
+ "summary": "Browser where the org opens.",
1829
+ "hasDynamicHelp": false,
1830
+ "multiple": false,
1831
+ "options": [
1832
+ "chrome",
1833
+ "edge",
1834
+ "firefox"
1835
+ ],
1836
+ "type": "option"
1837
+ },
1838
+ "url-only": {
1839
+ "aliases": [
1840
+ "urlonly"
1841
+ ],
1842
+ "char": "r",
1843
+ "deprecateAliases": true,
1844
+ "name": "url-only",
1845
+ "summary": "Display navigation URL, but don’t launch browser.",
1846
+ "allowNo": false,
1847
+ "type": "boolean"
1848
+ }
1849
+ },
1850
+ "hasDynamicHelp": true,
1851
+ "hiddenAliases": [],
1852
+ "id": "org:open:agent",
1853
+ "pluginAlias": "@salesforce/plugin-org",
1854
+ "pluginName": "@salesforce/plugin-org",
1855
+ "pluginType": "core",
1856
+ "strict": true,
1857
+ "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1858
+ "enableJsonFlag": true,
1859
+ "isESM": true,
1860
+ "relativePath": [
1861
+ "lib",
1862
+ "commands",
1863
+ "org",
1864
+ "open",
1865
+ "agent.js"
1866
+ ],
1867
+ "aliasPermutations": [],
1868
+ "permutations": [
1869
+ "org:open:agent",
1870
+ "open:org:agent",
1871
+ "open:agent:org",
1872
+ "org:agent:open",
1873
+ "agent:org:open",
1874
+ "agent:open:org"
1875
+ ]
1876
1876
  }
1877
1877
  },
1878
- "version": "5.9.9"
1878
+ "version": "5.9.11"
1879
1879
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.9.9",
4
+ "version": "5.9.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^4.5.0",
9
- "@oclif/multi-stage-output": "^0.8.17",
8
+ "@oclif/core": "^4.5.1",
9
+ "@oclif/multi-stage-output": "^0.8.18",
10
10
  "@salesforce/core": "^8.18.1",
11
11
  "@salesforce/kit": "^3.2.3",
12
12
  "@salesforce/sf-plugins-core": "^12.2.3",
@@ -22,9 +22,9 @@
22
22
  "@oclif/plugin-command-snapshot": "^5.3.3",
23
23
  "@salesforce/cli-plugins-testkit": "^5.3.39",
24
24
  "@salesforce/dev-scripts": "^11.0.2",
25
- "@salesforce/plugin-command-reference": "^3.1.58",
25
+ "@salesforce/plugin-command-reference": "^3.1.59",
26
26
  "@salesforce/ts-sinon": "^1.4.30",
27
- "eslint-plugin-sf-plugin": "^1.20.27",
27
+ "eslint-plugin-sf-plugin": "^1.20.28",
28
28
  "moment": "^2.30.1",
29
29
  "oclif": "^4.20.1",
30
30
  "ts-node": "^10.9.2",
@@ -228,7 +228,7 @@
228
228
  "exports": "./lib/index.js",
229
229
  "type": "module",
230
230
  "sfdx": {
231
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.9.crt",
232
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.9.sig"
231
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.11.crt",
232
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.11.sig"
233
233
  }
234
234
  }