@salesforce/plugin-org 5.2.27 → 5.2.29
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 +197 -197
- package/package.json +6 -6
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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/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.29/src/commands/org/resume/scratch.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -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,69 @@
|
|
|
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
|
+
},
|
|
1059
1122
|
"org:list:metadata-types": {
|
|
1060
1123
|
"aliases": [
|
|
1061
1124
|
"force:mdapi:describemetadata"
|
|
@@ -1315,14 +1378,14 @@
|
|
|
1315
1378
|
"metadata:list:org"
|
|
1316
1379
|
]
|
|
1317
1380
|
},
|
|
1318
|
-
"org:
|
|
1381
|
+
"org:open:agent": {
|
|
1319
1382
|
"aliases": [],
|
|
1320
1383
|
"args": {},
|
|
1321
|
-
"description": "
|
|
1384
|
+
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1322
1385
|
"examples": [
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1386
|
+
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1387
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1388
|
+
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1326
1389
|
],
|
|
1327
1390
|
"flags": {
|
|
1328
1391
|
"json": {
|
|
@@ -1349,33 +1412,88 @@
|
|
|
1349
1412
|
"hasDynamicHelp": true,
|
|
1350
1413
|
"multiple": false,
|
|
1351
1414
|
"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"
|
|
1352
1469
|
}
|
|
1353
1470
|
},
|
|
1354
1471
|
"hasDynamicHelp": true,
|
|
1355
1472
|
"hiddenAliases": [],
|
|
1356
|
-
"id": "org:
|
|
1473
|
+
"id": "org:open:agent",
|
|
1357
1474
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1358
1475
|
"pluginName": "@salesforce/plugin-org",
|
|
1359
1476
|
"pluginType": "core",
|
|
1477
|
+
"state": "beta",
|
|
1360
1478
|
"strict": true,
|
|
1361
|
-
"summary": "
|
|
1479
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1362
1480
|
"enableJsonFlag": true,
|
|
1363
1481
|
"isESM": true,
|
|
1364
1482
|
"relativePath": [
|
|
1365
1483
|
"lib",
|
|
1366
1484
|
"commands",
|
|
1367
1485
|
"org",
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1486
|
+
"open",
|
|
1487
|
+
"agent.js"
|
|
1370
1488
|
],
|
|
1371
1489
|
"aliasPermutations": [],
|
|
1372
1490
|
"permutations": [
|
|
1373
|
-
"org:
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"org:
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1491
|
+
"org:open:agent",
|
|
1492
|
+
"open:org:agent",
|
|
1493
|
+
"open:agent:org",
|
|
1494
|
+
"org:agent:open",
|
|
1495
|
+
"agent:org:open",
|
|
1496
|
+
"agent:open:org"
|
|
1379
1497
|
]
|
|
1380
1498
|
},
|
|
1381
1499
|
"org:refresh:sandbox": {
|
|
@@ -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.
|
|
1819
|
+
"version": "5.2.29"
|
|
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.
|
|
4
|
+
"version": "5.2.29",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,9 +10,9 @@
|
|
|
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.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.14.1",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
|
-
"ansis": "^3.
|
|
15
|
+
"ansis": "^3.10.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
17
17
|
"is-wsl": "^3.1.0",
|
|
18
18
|
"open": "^10.1.0",
|
|
@@ -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.
|
|
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.
|
|
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.29.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.29.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|