@salesforce/plugin-org 5.2.27 → 5.2.28

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 +245 -245
  3. package/package.json +5 -5
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.27/src/commands/org/create/sandbox.ts)_
245
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/create/scratch.ts)_
399
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/delete/sandbox.ts)_
445
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/delete/scratch.ts)_
489
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/disable/tracking.ts)_
528
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/display.ts)_
573
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/enable/tracking.ts)_
615
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/list.ts)_
654
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/list/metadata.ts)_
721
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/list/metadata-types.ts)_
776
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/open.ts)_
852
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/open/agent.ts)_
903
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/refresh/sandbox.ts)_
980
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/resume/sandbox.ts)_
1043
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/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.27/src/commands/org/resume/scratch.ts)_
1090
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.28/src/commands/org/resume/scratch.ts)_
1091
1091
 
1092
1092
  <!-- commandsstop -->
@@ -385,69 +385,6 @@
385
385
  "open:org"
386
386
  ]
387
387
  },
388
- "org:disable:tracking": {
389
- "aliases": [],
390
- "args": {},
391
- "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.",
392
- "examples": [
393
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
394
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
395
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
396
- ],
397
- "flags": {
398
- "json": {
399
- "description": "Format output as json.",
400
- "helpGroup": "GLOBAL",
401
- "name": "json",
402
- "allowNo": false,
403
- "type": "boolean"
404
- },
405
- "flags-dir": {
406
- "helpGroup": "GLOBAL",
407
- "name": "flags-dir",
408
- "summary": "Import flag values from a directory.",
409
- "hasDynamicHelp": false,
410
- "multiple": false,
411
- "type": "option"
412
- },
413
- "target-org": {
414
- "char": "o",
415
- "name": "target-org",
416
- "noCacheDefault": true,
417
- "required": true,
418
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
419
- "hasDynamicHelp": true,
420
- "multiple": false,
421
- "type": "option"
422
- }
423
- },
424
- "hasDynamicHelp": true,
425
- "hiddenAliases": [],
426
- "id": "org:disable:tracking",
427
- "pluginAlias": "@salesforce/plugin-org",
428
- "pluginName": "@salesforce/plugin-org",
429
- "pluginType": "core",
430
- "strict": true,
431
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
432
- "enableJsonFlag": true,
433
- "isESM": true,
434
- "relativePath": [
435
- "lib",
436
- "commands",
437
- "org",
438
- "disable",
439
- "tracking.js"
440
- ],
441
- "aliasPermutations": [],
442
- "permutations": [
443
- "org:disable:tracking",
444
- "disable:org:tracking",
445
- "disable:tracking:org",
446
- "org:tracking:disable",
447
- "tracking:org:disable",
448
- "tracking:disable:org"
449
- ]
450
- },
451
388
  "org:delete:sandbox": {
452
389
  "aliases": [
453
390
  "env:delete:sandbox"
@@ -616,6 +553,69 @@
616
553
  "scratch:delete:org"
617
554
  ]
618
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
+ },
619
619
  "org:create:sandbox": {
620
620
  "aliases": [
621
621
  "env:create:sandbox"
@@ -1056,6 +1056,187 @@
1056
1056
  "scratch:create:org"
1057
1057
  ]
1058
1058
  },
1059
+ "org:enable:tracking": {
1060
+ "aliases": [],
1061
+ "args": {},
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.",
1063
+ "examples": [
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 %>"
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"
1130
+ ],
1131
+ "flags": {
1132
+ "json": {
1133
+ "description": "Format output as json.",
1134
+ "helpGroup": "GLOBAL",
1135
+ "name": "json",
1136
+ "allowNo": false,
1137
+ "type": "boolean"
1138
+ },
1139
+ "flags-dir": {
1140
+ "helpGroup": "GLOBAL",
1141
+ "name": "flags-dir",
1142
+ "summary": "Import flag values from a directory.",
1143
+ "hasDynamicHelp": false,
1144
+ "multiple": false,
1145
+ "type": "option"
1146
+ },
1147
+ "target-org": {
1148
+ "char": "o",
1149
+ "name": "target-org",
1150
+ "noCacheDefault": true,
1151
+ "required": true,
1152
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1153
+ "hasDynamicHelp": true,
1154
+ "multiple": false,
1155
+ "type": "option"
1156
+ },
1157
+ "api-version": {
1158
+ "description": "Override the api version used for api requests made by this command",
1159
+ "name": "api-version",
1160
+ "hasDynamicHelp": false,
1161
+ "multiple": false,
1162
+ "type": "option"
1163
+ },
1164
+ "name": {
1165
+ "char": "n",
1166
+ "name": "name",
1167
+ "required": true,
1168
+ "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1169
+ "hasDynamicHelp": false,
1170
+ "multiple": false,
1171
+ "type": "option"
1172
+ },
1173
+ "private": {
1174
+ "exclusive": [
1175
+ "url-only",
1176
+ "browser"
1177
+ ],
1178
+ "name": "private",
1179
+ "summary": "Open the org in the default browser using private (incognito) mode.",
1180
+ "allowNo": false,
1181
+ "type": "boolean"
1182
+ },
1183
+ "browser": {
1184
+ "char": "b",
1185
+ "exclusive": [
1186
+ "url-only",
1187
+ "private"
1188
+ ],
1189
+ "name": "browser",
1190
+ "summary": "Browser where the org opens.",
1191
+ "hasDynamicHelp": false,
1192
+ "multiple": false,
1193
+ "options": [
1194
+ "chrome",
1195
+ "edge",
1196
+ "firefox"
1197
+ ],
1198
+ "type": "option"
1199
+ },
1200
+ "url-only": {
1201
+ "aliases": [
1202
+ "urlonly"
1203
+ ],
1204
+ "char": "r",
1205
+ "deprecateAliases": true,
1206
+ "name": "url-only",
1207
+ "summary": "Display navigation URL, but don’t launch browser.",
1208
+ "allowNo": false,
1209
+ "type": "boolean"
1210
+ }
1211
+ },
1212
+ "hasDynamicHelp": true,
1213
+ "hiddenAliases": [],
1214
+ "id": "org:open:agent",
1215
+ "pluginAlias": "@salesforce/plugin-org",
1216
+ "pluginName": "@salesforce/plugin-org",
1217
+ "pluginType": "core",
1218
+ "state": "beta",
1219
+ "strict": true,
1220
+ "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1221
+ "enableJsonFlag": true,
1222
+ "isESM": true,
1223
+ "relativePath": [
1224
+ "lib",
1225
+ "commands",
1226
+ "org",
1227
+ "open",
1228
+ "agent.js"
1229
+ ],
1230
+ "aliasPermutations": [],
1231
+ "permutations": [
1232
+ "org:open:agent",
1233
+ "open:org:agent",
1234
+ "open:agent:org",
1235
+ "org:agent:open",
1236
+ "agent:org:open",
1237
+ "agent:open:org"
1238
+ ]
1239
+ },
1059
1240
  "org:list:metadata-types": {
1060
1241
  "aliases": [
1061
1242
  "force:mdapi:describemetadata"
@@ -1315,69 +1496,6 @@
1315
1496
  "metadata:list:org"
1316
1497
  ]
1317
1498
  },
1318
- "org:enable:tracking": {
1319
- "aliases": [],
1320
- "args": {},
1321
- "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.",
1322
- "examples": [
1323
- "Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1324
- "Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1325
- "Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1326
- ],
1327
- "flags": {
1328
- "json": {
1329
- "description": "Format output as json.",
1330
- "helpGroup": "GLOBAL",
1331
- "name": "json",
1332
- "allowNo": false,
1333
- "type": "boolean"
1334
- },
1335
- "flags-dir": {
1336
- "helpGroup": "GLOBAL",
1337
- "name": "flags-dir",
1338
- "summary": "Import flag values from a directory.",
1339
- "hasDynamicHelp": false,
1340
- "multiple": false,
1341
- "type": "option"
1342
- },
1343
- "target-org": {
1344
- "char": "o",
1345
- "name": "target-org",
1346
- "noCacheDefault": true,
1347
- "required": true,
1348
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1349
- "hasDynamicHelp": true,
1350
- "multiple": false,
1351
- "type": "option"
1352
- }
1353
- },
1354
- "hasDynamicHelp": true,
1355
- "hiddenAliases": [],
1356
- "id": "org:enable:tracking",
1357
- "pluginAlias": "@salesforce/plugin-org",
1358
- "pluginName": "@salesforce/plugin-org",
1359
- "pluginType": "core",
1360
- "strict": true,
1361
- "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1362
- "enableJsonFlag": true,
1363
- "isESM": true,
1364
- "relativePath": [
1365
- "lib",
1366
- "commands",
1367
- "org",
1368
- "enable",
1369
- "tracking.js"
1370
- ],
1371
- "aliasPermutations": [],
1372
- "permutations": [
1373
- "org:enable:tracking",
1374
- "enable:org:tracking",
1375
- "enable:tracking:org",
1376
- "org:tracking:enable",
1377
- "tracking:org:enable",
1378
- "tracking:enable:org"
1379
- ]
1380
- },
1381
1499
  "org:refresh:sandbox": {
1382
1500
  "aliases": [],
1383
1501
  "args": {},
@@ -1506,124 +1624,6 @@
1506
1624
  "sandbox:refresh:org"
1507
1625
  ]
1508
1626
  },
1509
- "org:open:agent": {
1510
- "aliases": [],
1511
- "args": {},
1512
- "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.",
1513
- "examples": [
1514
- "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",
1515
- "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
1516
- "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"
1517
- ],
1518
- "flags": {
1519
- "json": {
1520
- "description": "Format output as json.",
1521
- "helpGroup": "GLOBAL",
1522
- "name": "json",
1523
- "allowNo": false,
1524
- "type": "boolean"
1525
- },
1526
- "flags-dir": {
1527
- "helpGroup": "GLOBAL",
1528
- "name": "flags-dir",
1529
- "summary": "Import flag values from a directory.",
1530
- "hasDynamicHelp": false,
1531
- "multiple": false,
1532
- "type": "option"
1533
- },
1534
- "target-org": {
1535
- "char": "o",
1536
- "name": "target-org",
1537
- "noCacheDefault": true,
1538
- "required": true,
1539
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1540
- "hasDynamicHelp": true,
1541
- "multiple": false,
1542
- "type": "option"
1543
- },
1544
- "api-version": {
1545
- "description": "Override the api version used for api requests made by this command",
1546
- "name": "api-version",
1547
- "hasDynamicHelp": false,
1548
- "multiple": false,
1549
- "type": "option"
1550
- },
1551
- "name": {
1552
- "char": "n",
1553
- "name": "name",
1554
- "required": true,
1555
- "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1556
- "hasDynamicHelp": false,
1557
- "multiple": false,
1558
- "type": "option"
1559
- },
1560
- "private": {
1561
- "exclusive": [
1562
- "url-only",
1563
- "browser"
1564
- ],
1565
- "name": "private",
1566
- "summary": "Open the org in the default browser using private (incognito) mode.",
1567
- "allowNo": false,
1568
- "type": "boolean"
1569
- },
1570
- "browser": {
1571
- "char": "b",
1572
- "exclusive": [
1573
- "url-only",
1574
- "private"
1575
- ],
1576
- "name": "browser",
1577
- "summary": "Browser where the org opens.",
1578
- "hasDynamicHelp": false,
1579
- "multiple": false,
1580
- "options": [
1581
- "chrome",
1582
- "edge",
1583
- "firefox"
1584
- ],
1585
- "type": "option"
1586
- },
1587
- "url-only": {
1588
- "aliases": [
1589
- "urlonly"
1590
- ],
1591
- "char": "r",
1592
- "deprecateAliases": true,
1593
- "name": "url-only",
1594
- "summary": "Display navigation URL, but don’t launch browser.",
1595
- "allowNo": false,
1596
- "type": "boolean"
1597
- }
1598
- },
1599
- "hasDynamicHelp": true,
1600
- "hiddenAliases": [],
1601
- "id": "org:open:agent",
1602
- "pluginAlias": "@salesforce/plugin-org",
1603
- "pluginName": "@salesforce/plugin-org",
1604
- "pluginType": "core",
1605
- "state": "beta",
1606
- "strict": true,
1607
- "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1608
- "enableJsonFlag": true,
1609
- "isESM": true,
1610
- "relativePath": [
1611
- "lib",
1612
- "commands",
1613
- "org",
1614
- "open",
1615
- "agent.js"
1616
- ],
1617
- "aliasPermutations": [],
1618
- "permutations": [
1619
- "org:open:agent",
1620
- "open:org:agent",
1621
- "open:agent:org",
1622
- "org:agent:open",
1623
- "agent:org:open",
1624
- "agent:open:org"
1625
- ]
1626
- },
1627
1627
  "org:resume:sandbox": {
1628
1628
  "aliases": [
1629
1629
  "env:resume:sandbox"
@@ -1816,5 +1816,5 @@
1816
1816
  ]
1817
1817
  }
1818
1818
  },
1819
- "version": "5.2.27"
1819
+ "version": "5.2.28"
1820
1820
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.2.27",
4
+ "version": "5.2.28",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "@salesforce/core": "^8.8.2",
11
11
  "@salesforce/kit": "^3.2.3",
12
12
  "@salesforce/sf-plugins-core": "^12.1.3",
13
- "@salesforce/source-deploy-retrieve": "^12.14.0",
13
+ "@salesforce/source-deploy-retrieve": "^12.14.1",
14
14
  "@salesforce/ts-types": "^2.0.12",
15
15
  "ansis": "^3.9.0",
16
16
  "change-case": "^5.4.4",
@@ -26,7 +26,7 @@
26
26
  "@salesforce/ts-sinon": "^1.4.30",
27
27
  "eslint-plugin-sf-plugin": "^1.20.14",
28
28
  "moment": "^2.30.1",
29
- "oclif": "^4.17.17",
29
+ "oclif": "^4.17.22",
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.27.crt",
231
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.27.sig"
230
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.28.crt",
231
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.28.sig"
232
232
  }
233
233
  }