@salesforce/plugin-org 5.7.1 → 5.7.2
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 +182 -182
- 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.7.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/create/sandbox.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf org create scratch`
|
|
248
248
|
|
|
@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
|
|
|
424
424
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
427
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/create/scratch.ts)_
|
|
428
428
|
|
|
429
429
|
## `sf org delete sandbox`
|
|
430
430
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
473
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/delete/sandbox.ts)_
|
|
474
474
|
|
|
475
475
|
## `sf org delete scratch`
|
|
476
476
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
517
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/delete/scratch.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf org disable tracking`
|
|
520
520
|
|
|
@@ -553,7 +553,7 @@ EXAMPLES
|
|
|
553
553
|
$ sf org disable tracking
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
556
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/disable/tracking.ts)_
|
|
557
557
|
|
|
558
558
|
## `sf org display`
|
|
559
559
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ sf org display --target-org TestOrg1 --verbose
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
601
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/display.ts)_
|
|
602
602
|
|
|
603
603
|
## `sf org enable tracking`
|
|
604
604
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ sf org enable tracking
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
643
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/enable/tracking.ts)_
|
|
644
644
|
|
|
645
645
|
## `sf org list`
|
|
646
646
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf org list --clean
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
682
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/list.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf org list metadata`
|
|
685
685
|
|
|
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
|
|
|
746
746
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
749
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/list/metadata.ts)_
|
|
750
750
|
|
|
751
751
|
## `sf org list metadata-types`
|
|
752
752
|
|
|
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
|
|
|
801
801
|
Override the api version used for api requests made by this command
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
804
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/list/metadata-types.ts)_
|
|
805
805
|
|
|
806
806
|
## `sf org open`
|
|
807
807
|
|
|
@@ -877,7 +877,7 @@ EXAMPLES
|
|
|
877
877
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
880
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/open.ts)_
|
|
881
881
|
|
|
882
882
|
## `sf org open agent`
|
|
883
883
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
931
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/open/agent.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf org refresh sandbox`
|
|
934
934
|
|
|
@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
|
|
|
1031
1031
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1034
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/refresh/sandbox.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf org resume sandbox`
|
|
1037
1037
|
|
|
@@ -1094,7 +1094,7 @@ FLAG DESCRIPTIONS
|
|
|
1094
1094
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1095
1095
|
```
|
|
1096
1096
|
|
|
1097
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1097
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/resume/sandbox.ts)_
|
|
1098
1098
|
|
|
1099
1099
|
## `sf org resume scratch`
|
|
1100
1100
|
|
|
@@ -1147,6 +1147,6 @@ FLAG DESCRIPTIONS
|
|
|
1147
1147
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1150
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.2/src/commands/org/resume/scratch.ts)_
|
|
1151
1151
|
|
|
1152
1152
|
<!-- 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"
|
|
@@ -1402,6 +1402,124 @@
|
|
|
1402
1402
|
"metadata:list:org"
|
|
1403
1403
|
]
|
|
1404
1404
|
},
|
|
1405
|
+
"org:open:agent": {
|
|
1406
|
+
"aliases": [],
|
|
1407
|
+
"args": {},
|
|
1408
|
+
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1409
|
+
"examples": [
|
|
1410
|
+
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1411
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1412
|
+
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1413
|
+
],
|
|
1414
|
+
"flags": {
|
|
1415
|
+
"json": {
|
|
1416
|
+
"description": "Format output as json.",
|
|
1417
|
+
"helpGroup": "GLOBAL",
|
|
1418
|
+
"name": "json",
|
|
1419
|
+
"allowNo": false,
|
|
1420
|
+
"type": "boolean"
|
|
1421
|
+
},
|
|
1422
|
+
"flags-dir": {
|
|
1423
|
+
"helpGroup": "GLOBAL",
|
|
1424
|
+
"name": "flags-dir",
|
|
1425
|
+
"summary": "Import flag values from a directory.",
|
|
1426
|
+
"hasDynamicHelp": false,
|
|
1427
|
+
"multiple": false,
|
|
1428
|
+
"type": "option"
|
|
1429
|
+
},
|
|
1430
|
+
"target-org": {
|
|
1431
|
+
"char": "o",
|
|
1432
|
+
"name": "target-org",
|
|
1433
|
+
"noCacheDefault": true,
|
|
1434
|
+
"required": true,
|
|
1435
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1436
|
+
"hasDynamicHelp": true,
|
|
1437
|
+
"multiple": false,
|
|
1438
|
+
"type": "option"
|
|
1439
|
+
},
|
|
1440
|
+
"api-version": {
|
|
1441
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1442
|
+
"name": "api-version",
|
|
1443
|
+
"hasDynamicHelp": false,
|
|
1444
|
+
"multiple": false,
|
|
1445
|
+
"type": "option"
|
|
1446
|
+
},
|
|
1447
|
+
"name": {
|
|
1448
|
+
"char": "n",
|
|
1449
|
+
"name": "name",
|
|
1450
|
+
"required": true,
|
|
1451
|
+
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1452
|
+
"hasDynamicHelp": false,
|
|
1453
|
+
"multiple": false,
|
|
1454
|
+
"type": "option"
|
|
1455
|
+
},
|
|
1456
|
+
"private": {
|
|
1457
|
+
"exclusive": [
|
|
1458
|
+
"url-only",
|
|
1459
|
+
"browser"
|
|
1460
|
+
],
|
|
1461
|
+
"name": "private",
|
|
1462
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1463
|
+
"allowNo": false,
|
|
1464
|
+
"type": "boolean"
|
|
1465
|
+
},
|
|
1466
|
+
"browser": {
|
|
1467
|
+
"char": "b",
|
|
1468
|
+
"exclusive": [
|
|
1469
|
+
"url-only",
|
|
1470
|
+
"private"
|
|
1471
|
+
],
|
|
1472
|
+
"name": "browser",
|
|
1473
|
+
"summary": "Browser where the org opens.",
|
|
1474
|
+
"hasDynamicHelp": false,
|
|
1475
|
+
"multiple": false,
|
|
1476
|
+
"options": [
|
|
1477
|
+
"chrome",
|
|
1478
|
+
"edge",
|
|
1479
|
+
"firefox"
|
|
1480
|
+
],
|
|
1481
|
+
"type": "option"
|
|
1482
|
+
},
|
|
1483
|
+
"url-only": {
|
|
1484
|
+
"aliases": [
|
|
1485
|
+
"urlonly"
|
|
1486
|
+
],
|
|
1487
|
+
"char": "r",
|
|
1488
|
+
"deprecateAliases": true,
|
|
1489
|
+
"name": "url-only",
|
|
1490
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1491
|
+
"allowNo": false,
|
|
1492
|
+
"type": "boolean"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"hasDynamicHelp": true,
|
|
1496
|
+
"hiddenAliases": [],
|
|
1497
|
+
"id": "org:open:agent",
|
|
1498
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1499
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1500
|
+
"pluginType": "core",
|
|
1501
|
+
"state": "beta",
|
|
1502
|
+
"strict": true,
|
|
1503
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1504
|
+
"enableJsonFlag": true,
|
|
1505
|
+
"isESM": true,
|
|
1506
|
+
"relativePath": [
|
|
1507
|
+
"lib",
|
|
1508
|
+
"commands",
|
|
1509
|
+
"org",
|
|
1510
|
+
"open",
|
|
1511
|
+
"agent.js"
|
|
1512
|
+
],
|
|
1513
|
+
"aliasPermutations": [],
|
|
1514
|
+
"permutations": [
|
|
1515
|
+
"org:open:agent",
|
|
1516
|
+
"open:org:agent",
|
|
1517
|
+
"open:agent:org",
|
|
1518
|
+
"org:agent:open",
|
|
1519
|
+
"agent:org:open",
|
|
1520
|
+
"agent:open:org"
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1405
1523
|
"org:refresh:sandbox": {
|
|
1406
1524
|
"aliases": [],
|
|
1407
1525
|
"args": {},
|
|
@@ -1554,124 +1672,6 @@
|
|
|
1554
1672
|
"sandbox:refresh:org"
|
|
1555
1673
|
]
|
|
1556
1674
|
},
|
|
1557
|
-
"org:open:agent": {
|
|
1558
|
-
"aliases": [],
|
|
1559
|
-
"args": {},
|
|
1560
|
-
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1561
|
-
"examples": [
|
|
1562
|
-
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1563
|
-
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1564
|
-
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1565
|
-
],
|
|
1566
|
-
"flags": {
|
|
1567
|
-
"json": {
|
|
1568
|
-
"description": "Format output as json.",
|
|
1569
|
-
"helpGroup": "GLOBAL",
|
|
1570
|
-
"name": "json",
|
|
1571
|
-
"allowNo": false,
|
|
1572
|
-
"type": "boolean"
|
|
1573
|
-
},
|
|
1574
|
-
"flags-dir": {
|
|
1575
|
-
"helpGroup": "GLOBAL",
|
|
1576
|
-
"name": "flags-dir",
|
|
1577
|
-
"summary": "Import flag values from a directory.",
|
|
1578
|
-
"hasDynamicHelp": false,
|
|
1579
|
-
"multiple": false,
|
|
1580
|
-
"type": "option"
|
|
1581
|
-
},
|
|
1582
|
-
"target-org": {
|
|
1583
|
-
"char": "o",
|
|
1584
|
-
"name": "target-org",
|
|
1585
|
-
"noCacheDefault": true,
|
|
1586
|
-
"required": true,
|
|
1587
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1588
|
-
"hasDynamicHelp": true,
|
|
1589
|
-
"multiple": false,
|
|
1590
|
-
"type": "option"
|
|
1591
|
-
},
|
|
1592
|
-
"api-version": {
|
|
1593
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1594
|
-
"name": "api-version",
|
|
1595
|
-
"hasDynamicHelp": false,
|
|
1596
|
-
"multiple": false,
|
|
1597
|
-
"type": "option"
|
|
1598
|
-
},
|
|
1599
|
-
"name": {
|
|
1600
|
-
"char": "n",
|
|
1601
|
-
"name": "name",
|
|
1602
|
-
"required": true,
|
|
1603
|
-
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1604
|
-
"hasDynamicHelp": false,
|
|
1605
|
-
"multiple": false,
|
|
1606
|
-
"type": "option"
|
|
1607
|
-
},
|
|
1608
|
-
"private": {
|
|
1609
|
-
"exclusive": [
|
|
1610
|
-
"url-only",
|
|
1611
|
-
"browser"
|
|
1612
|
-
],
|
|
1613
|
-
"name": "private",
|
|
1614
|
-
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1615
|
-
"allowNo": false,
|
|
1616
|
-
"type": "boolean"
|
|
1617
|
-
},
|
|
1618
|
-
"browser": {
|
|
1619
|
-
"char": "b",
|
|
1620
|
-
"exclusive": [
|
|
1621
|
-
"url-only",
|
|
1622
|
-
"private"
|
|
1623
|
-
],
|
|
1624
|
-
"name": "browser",
|
|
1625
|
-
"summary": "Browser where the org opens.",
|
|
1626
|
-
"hasDynamicHelp": false,
|
|
1627
|
-
"multiple": false,
|
|
1628
|
-
"options": [
|
|
1629
|
-
"chrome",
|
|
1630
|
-
"edge",
|
|
1631
|
-
"firefox"
|
|
1632
|
-
],
|
|
1633
|
-
"type": "option"
|
|
1634
|
-
},
|
|
1635
|
-
"url-only": {
|
|
1636
|
-
"aliases": [
|
|
1637
|
-
"urlonly"
|
|
1638
|
-
],
|
|
1639
|
-
"char": "r",
|
|
1640
|
-
"deprecateAliases": true,
|
|
1641
|
-
"name": "url-only",
|
|
1642
|
-
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1643
|
-
"allowNo": false,
|
|
1644
|
-
"type": "boolean"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
"hasDynamicHelp": true,
|
|
1648
|
-
"hiddenAliases": [],
|
|
1649
|
-
"id": "org:open:agent",
|
|
1650
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1651
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1652
|
-
"pluginType": "core",
|
|
1653
|
-
"state": "beta",
|
|
1654
|
-
"strict": true,
|
|
1655
|
-
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1656
|
-
"enableJsonFlag": true,
|
|
1657
|
-
"isESM": true,
|
|
1658
|
-
"relativePath": [
|
|
1659
|
-
"lib",
|
|
1660
|
-
"commands",
|
|
1661
|
-
"org",
|
|
1662
|
-
"open",
|
|
1663
|
-
"agent.js"
|
|
1664
|
-
],
|
|
1665
|
-
"aliasPermutations": [],
|
|
1666
|
-
"permutations": [
|
|
1667
|
-
"org:open:agent",
|
|
1668
|
-
"open:org:agent",
|
|
1669
|
-
"open:agent:org",
|
|
1670
|
-
"org:agent:open",
|
|
1671
|
-
"agent:org:open",
|
|
1672
|
-
"agent:open:org"
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
1675
|
"org:resume:sandbox": {
|
|
1676
1676
|
"aliases": [
|
|
1677
1677
|
"env:resume:sandbox"
|
|
@@ -1875,5 +1875,5 @@
|
|
|
1875
1875
|
]
|
|
1876
1876
|
}
|
|
1877
1877
|
},
|
|
1878
|
-
"version": "5.7.
|
|
1878
|
+
"version": "5.7.2"
|
|
1879
1879
|
}
|
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.7.
|
|
4
|
+
"version": "5.7.2",
|
|
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.10.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.19.3",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.16.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
25
25
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.20.21",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.17.
|
|
29
|
+
"oclif": "^4.17.46",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.8.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.7.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.2.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.2.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|