@salesforce/plugin-org 5.9.26 → 5.9.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 +312 -312
  3. package/package.json +9 -9
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.26/src/commands/org/create/sandbox.ts)_
250
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/create/scratch.ts)_
432
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/delete/sandbox.ts)_
478
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/delete/scratch.ts)_
522
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/disable/tracking.ts)_
561
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/display.ts)_
606
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/enable/tracking.ts)_
648
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/list.ts)_
687
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/list/metadata.ts)_
754
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/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.28/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.26/src/commands/org/open.ts)_
885
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/open/agent.ts)_
936
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/refresh/sandbox.ts)_
1039
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/resume/sandbox.ts)_
1102
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/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.26/src/commands/org/resume/scratch.ts)_
1155
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/resume/scratch.ts)_
1156
1156
 
1157
1157
  <!-- commandsstop -->
@@ -385,6 +385,174 @@
385
385
  "open:org"
386
386
  ]
387
387
  },
388
+ "org:delete:sandbox": {
389
+ "aliases": [
390
+ "env:delete:sandbox"
391
+ ],
392
+ "args": {},
393
+ "deprecateAliases": true,
394
+ "description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
395
+ "examples": [
396
+ "Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
397
+ "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
398
+ "Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
399
+ ],
400
+ "flags": {
401
+ "json": {
402
+ "description": "Format output as json.",
403
+ "helpGroup": "GLOBAL",
404
+ "name": "json",
405
+ "allowNo": false,
406
+ "type": "boolean"
407
+ },
408
+ "flags-dir": {
409
+ "helpGroup": "GLOBAL",
410
+ "name": "flags-dir",
411
+ "summary": "Import flag values from a directory.",
412
+ "hasDynamicHelp": false,
413
+ "multiple": false,
414
+ "type": "option"
415
+ },
416
+ "target-org": {
417
+ "aliases": [
418
+ "targetusername",
419
+ "u"
420
+ ],
421
+ "char": "o",
422
+ "deprecateAliases": true,
423
+ "name": "target-org",
424
+ "required": true,
425
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
426
+ "hasDynamicHelp": true,
427
+ "multiple": false,
428
+ "type": "option"
429
+ },
430
+ "no-prompt": {
431
+ "char": "p",
432
+ "name": "no-prompt",
433
+ "summary": "Don't prompt the user to confirm the deletion.",
434
+ "allowNo": false,
435
+ "type": "boolean"
436
+ }
437
+ },
438
+ "hasDynamicHelp": true,
439
+ "hiddenAliases": [],
440
+ "id": "org:delete:sandbox",
441
+ "pluginAlias": "@salesforce/plugin-org",
442
+ "pluginName": "@salesforce/plugin-org",
443
+ "pluginType": "core",
444
+ "strict": true,
445
+ "summary": "Delete a sandbox.",
446
+ "enableJsonFlag": true,
447
+ "isESM": true,
448
+ "relativePath": [
449
+ "lib",
450
+ "commands",
451
+ "org",
452
+ "delete",
453
+ "sandbox.js"
454
+ ],
455
+ "aliasPermutations": [
456
+ "env:delete:sandbox",
457
+ "delete:env:sandbox",
458
+ "delete:sandbox:env",
459
+ "env:sandbox:delete",
460
+ "sandbox:env:delete",
461
+ "sandbox:delete:env"
462
+ ],
463
+ "permutations": [
464
+ "org:delete:sandbox",
465
+ "delete:org:sandbox",
466
+ "delete:sandbox:org",
467
+ "org:sandbox:delete",
468
+ "sandbox:org:delete",
469
+ "sandbox:delete:org"
470
+ ]
471
+ },
472
+ "org:delete:scratch": {
473
+ "aliases": [
474
+ "env:delete:scratch"
475
+ ],
476
+ "args": {},
477
+ "deprecateAliases": true,
478
+ "description": "Salesforce CLI marks the org for deletion in the Dev Hub org and then deletes all local references to the org from your computer.\nSpecify a scratch org with either the username or the alias you gave the scratch org when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including scratch orgs, and their aliases.",
479
+ "examples": [
480
+ "Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
481
+ "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
482
+ "Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
483
+ ],
484
+ "flags": {
485
+ "json": {
486
+ "description": "Format output as json.",
487
+ "helpGroup": "GLOBAL",
488
+ "name": "json",
489
+ "allowNo": false,
490
+ "type": "boolean"
491
+ },
492
+ "flags-dir": {
493
+ "helpGroup": "GLOBAL",
494
+ "name": "flags-dir",
495
+ "summary": "Import flag values from a directory.",
496
+ "hasDynamicHelp": false,
497
+ "multiple": false,
498
+ "type": "option"
499
+ },
500
+ "target-org": {
501
+ "aliases": [
502
+ "targetusername",
503
+ "u"
504
+ ],
505
+ "char": "o",
506
+ "deprecateAliases": true,
507
+ "name": "target-org",
508
+ "required": true,
509
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
510
+ "hasDynamicHelp": true,
511
+ "multiple": false,
512
+ "type": "option"
513
+ },
514
+ "no-prompt": {
515
+ "char": "p",
516
+ "name": "no-prompt",
517
+ "summary": "Don't prompt the user to confirm the deletion.",
518
+ "allowNo": false,
519
+ "type": "boolean"
520
+ }
521
+ },
522
+ "hasDynamicHelp": true,
523
+ "hiddenAliases": [],
524
+ "id": "org:delete:scratch",
525
+ "pluginAlias": "@salesforce/plugin-org",
526
+ "pluginName": "@salesforce/plugin-org",
527
+ "pluginType": "core",
528
+ "strict": true,
529
+ "summary": "Delete a scratch org.",
530
+ "enableJsonFlag": true,
531
+ "isESM": true,
532
+ "relativePath": [
533
+ "lib",
534
+ "commands",
535
+ "org",
536
+ "delete",
537
+ "scratch.js"
538
+ ],
539
+ "aliasPermutations": [
540
+ "env:delete:scratch",
541
+ "delete:env:scratch",
542
+ "delete:scratch:env",
543
+ "env:scratch:delete",
544
+ "scratch:env:delete",
545
+ "scratch:delete:env"
546
+ ],
547
+ "permutations": [
548
+ "org:delete:scratch",
549
+ "delete:org:scratch",
550
+ "delete:scratch:org",
551
+ "org:scratch:delete",
552
+ "scratch:org:delete",
553
+ "scratch:delete:org"
554
+ ]
555
+ },
388
556
  "org:create:sandbox": {
389
557
  "aliases": [
390
558
  "env:create:sandbox"
@@ -851,17 +1019,14 @@
851
1019
  "scratch:create:org"
852
1020
  ]
853
1021
  },
854
- "org:delete:sandbox": {
855
- "aliases": [
856
- "env:delete:sandbox"
857
- ],
1022
+ "org:disable:tracking": {
1023
+ "aliases": [],
858
1024
  "args": {},
859
- "deprecateAliases": true,
860
- "description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
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.",
861
1026
  "examples": [
862
- "Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
863
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
864
- "Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
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 %>"
865
1030
  ],
866
1031
  "flags": {
867
1032
  "json": {
@@ -880,72 +1045,51 @@
880
1045
  "type": "option"
881
1046
  },
882
1047
  "target-org": {
883
- "aliases": [
884
- "targetusername",
885
- "u"
886
- ],
887
1048
  "char": "o",
888
- "deprecateAliases": true,
889
1049
  "name": "target-org",
1050
+ "noCacheDefault": true,
890
1051
  "required": true,
891
1052
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
892
1053
  "hasDynamicHelp": true,
893
1054
  "multiple": false,
894
1055
  "type": "option"
895
- },
896
- "no-prompt": {
897
- "char": "p",
898
- "name": "no-prompt",
899
- "summary": "Don't prompt the user to confirm the deletion.",
900
- "allowNo": false,
901
- "type": "boolean"
902
1056
  }
903
1057
  },
904
1058
  "hasDynamicHelp": true,
905
1059
  "hiddenAliases": [],
906
- "id": "org:delete:sandbox",
1060
+ "id": "org:disable:tracking",
907
1061
  "pluginAlias": "@salesforce/plugin-org",
908
1062
  "pluginName": "@salesforce/plugin-org",
909
1063
  "pluginType": "core",
910
1064
  "strict": true,
911
- "summary": "Delete a sandbox.",
1065
+ "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
912
1066
  "enableJsonFlag": true,
913
1067
  "isESM": true,
914
1068
  "relativePath": [
915
1069
  "lib",
916
1070
  "commands",
917
1071
  "org",
918
- "delete",
919
- "sandbox.js"
920
- ],
921
- "aliasPermutations": [
922
- "env:delete:sandbox",
923
- "delete:env:sandbox",
924
- "delete:sandbox:env",
925
- "env:sandbox:delete",
926
- "sandbox:env:delete",
927
- "sandbox:delete:env"
1072
+ "disable",
1073
+ "tracking.js"
928
1074
  ],
1075
+ "aliasPermutations": [],
929
1076
  "permutations": [
930
- "org:delete:sandbox",
931
- "delete:org:sandbox",
932
- "delete:sandbox:org",
933
- "org:sandbox:delete",
934
- "sandbox:org:delete",
935
- "sandbox:delete:org"
1077
+ "org:disable:tracking",
1078
+ "disable:org:tracking",
1079
+ "disable:tracking:org",
1080
+ "org:tracking:disable",
1081
+ "tracking:org:disable",
1082
+ "tracking:disable:org"
936
1083
  ]
937
1084
  },
938
- "org:delete:scratch": {
939
- "aliases": [
940
- "env:delete:scratch"
941
- ],
1085
+ "org:enable:tracking": {
1086
+ "aliases": [],
942
1087
  "args": {},
943
- "deprecateAliases": true,
944
- "description": "Salesforce CLI marks the org for deletion in the Dev Hub org and then deletes all local references to the org from your computer.\nSpecify a scratch org with either the username or the alias you gave the scratch org when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including scratch orgs, and their aliases.",
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.",
945
1089
  "examples": [
946
- "Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
947
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
948
- "Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
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 %>"
949
1093
  ],
950
1094
  "flags": {
951
1095
  "json": {
@@ -964,163 +1108,19 @@
964
1108
  "type": "option"
965
1109
  },
966
1110
  "target-org": {
967
- "aliases": [
968
- "targetusername",
969
- "u"
970
- ],
971
1111
  "char": "o",
972
- "deprecateAliases": true,
973
1112
  "name": "target-org",
1113
+ "noCacheDefault": true,
974
1114
  "required": true,
975
1115
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
976
1116
  "hasDynamicHelp": true,
977
1117
  "multiple": false,
978
1118
  "type": "option"
979
- },
980
- "no-prompt": {
981
- "char": "p",
982
- "name": "no-prompt",
983
- "summary": "Don't prompt the user to confirm the deletion.",
984
- "allowNo": false,
985
- "type": "boolean"
986
1119
  }
987
1120
  },
988
1121
  "hasDynamicHelp": true,
989
1122
  "hiddenAliases": [],
990
- "id": "org:delete:scratch",
991
- "pluginAlias": "@salesforce/plugin-org",
992
- "pluginName": "@salesforce/plugin-org",
993
- "pluginType": "core",
994
- "strict": true,
995
- "summary": "Delete a scratch org.",
996
- "enableJsonFlag": true,
997
- "isESM": true,
998
- "relativePath": [
999
- "lib",
1000
- "commands",
1001
- "org",
1002
- "delete",
1003
- "scratch.js"
1004
- ],
1005
- "aliasPermutations": [
1006
- "env:delete:scratch",
1007
- "delete:env:scratch",
1008
- "delete:scratch:env",
1009
- "env:scratch:delete",
1010
- "scratch:env:delete",
1011
- "scratch:delete:env"
1012
- ],
1013
- "permutations": [
1014
- "org:delete:scratch",
1015
- "delete:org:scratch",
1016
- "delete:scratch:org",
1017
- "org:scratch:delete",
1018
- "scratch:org:delete",
1019
- "scratch:delete:org"
1020
- ]
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",
1123
+ "id": "org:enable:tracking",
1124
1124
  "pluginAlias": "@salesforce/plugin-org",
1125
1125
  "pluginName": "@salesforce/plugin-org",
1126
1126
  "pluginType": "core",
@@ -1404,6 +1404,123 @@
1404
1404
  "metadata:list:org"
1405
1405
  ]
1406
1406
  },
1407
+ "org:open:agent": {
1408
+ "aliases": [],
1409
+ "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.",
1411
+ "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"
1415
+ ],
1416
+ "flags": {
1417
+ "json": {
1418
+ "description": "Format output as json.",
1419
+ "helpGroup": "GLOBAL",
1420
+ "name": "json",
1421
+ "allowNo": false,
1422
+ "type": "boolean"
1423
+ },
1424
+ "flags-dir": {
1425
+ "helpGroup": "GLOBAL",
1426
+ "name": "flags-dir",
1427
+ "summary": "Import flag values from a directory.",
1428
+ "hasDynamicHelp": false,
1429
+ "multiple": false,
1430
+ "type": "option"
1431
+ },
1432
+ "target-org": {
1433
+ "char": "o",
1434
+ "name": "target-org",
1435
+ "noCacheDefault": true,
1436
+ "required": true,
1437
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1438
+ "hasDynamicHelp": true,
1439
+ "multiple": false,
1440
+ "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
+ }
1496
+ },
1497
+ "hasDynamicHelp": true,
1498
+ "hiddenAliases": [],
1499
+ "id": "org:open:agent",
1500
+ "pluginAlias": "@salesforce/plugin-org",
1501
+ "pluginName": "@salesforce/plugin-org",
1502
+ "pluginType": "core",
1503
+ "strict": true,
1504
+ "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1505
+ "enableJsonFlag": true,
1506
+ "isESM": true,
1507
+ "relativePath": [
1508
+ "lib",
1509
+ "commands",
1510
+ "org",
1511
+ "open",
1512
+ "agent.js"
1513
+ ],
1514
+ "aliasPermutations": [],
1515
+ "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"
1522
+ ]
1523
+ },
1407
1524
  "org:refresh:sandbox": {
1408
1525
  "aliases": [],
1409
1526
  "args": {},
@@ -1555,123 +1672,6 @@
1555
1672
  "sandbox:refresh:org"
1556
1673
  ]
1557
1674
  },
1558
- "org:open:agent": {
1559
- "aliases": [],
1560
- "args": {},
1561
- "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.",
1562
- "examples": [
1563
- "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",
1564
- "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1565
- "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"
1566
- ],
1567
- "flags": {
1568
- "json": {
1569
- "description": "Format output as json.",
1570
- "helpGroup": "GLOBAL",
1571
- "name": "json",
1572
- "allowNo": false,
1573
- "type": "boolean"
1574
- },
1575
- "flags-dir": {
1576
- "helpGroup": "GLOBAL",
1577
- "name": "flags-dir",
1578
- "summary": "Import flag values from a directory.",
1579
- "hasDynamicHelp": false,
1580
- "multiple": false,
1581
- "type": "option"
1582
- },
1583
- "target-org": {
1584
- "char": "o",
1585
- "name": "target-org",
1586
- "noCacheDefault": true,
1587
- "required": true,
1588
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1589
- "hasDynamicHelp": true,
1590
- "multiple": false,
1591
- "type": "option"
1592
- },
1593
- "api-version": {
1594
- "description": "Override the api version used for api requests made by this command",
1595
- "name": "api-version",
1596
- "hasDynamicHelp": false,
1597
- "multiple": false,
1598
- "type": "option"
1599
- },
1600
- "api-name": {
1601
- "char": "n",
1602
- "name": "api-name",
1603
- "required": true,
1604
- "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1605
- "hasDynamicHelp": false,
1606
- "multiple": false,
1607
- "type": "option"
1608
- },
1609
- "private": {
1610
- "exclusive": [
1611
- "url-only",
1612
- "browser"
1613
- ],
1614
- "name": "private",
1615
- "summary": "Open the org in the default browser using private (incognito) mode.",
1616
- "allowNo": false,
1617
- "type": "boolean"
1618
- },
1619
- "browser": {
1620
- "char": "b",
1621
- "exclusive": [
1622
- "url-only",
1623
- "private"
1624
- ],
1625
- "name": "browser",
1626
- "summary": "Browser where the org opens.",
1627
- "hasDynamicHelp": false,
1628
- "multiple": false,
1629
- "options": [
1630
- "chrome",
1631
- "edge",
1632
- "firefox"
1633
- ],
1634
- "type": "option"
1635
- },
1636
- "url-only": {
1637
- "aliases": [
1638
- "urlonly"
1639
- ],
1640
- "char": "r",
1641
- "deprecateAliases": true,
1642
- "name": "url-only",
1643
- "summary": "Display navigation URL, but don’t launch browser.",
1644
- "allowNo": false,
1645
- "type": "boolean"
1646
- }
1647
- },
1648
- "hasDynamicHelp": true,
1649
- "hiddenAliases": [],
1650
- "id": "org:open:agent",
1651
- "pluginAlias": "@salesforce/plugin-org",
1652
- "pluginName": "@salesforce/plugin-org",
1653
- "pluginType": "core",
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.9.26"
1878
+ "version": "5.9.28"
1879
1879
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.9.26",
4
+ "version": "5.9.28",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4.5.2",
9
9
  "@oclif/multi-stage-output": "^0.8.20",
10
10
  "@salesforce/core": "^8.22.0",
11
- "@salesforce/kit": "^3.2.3",
11
+ "@salesforce/kit": "^3.2.4",
12
12
  "@salesforce/sf-plugins-core": "^12.2.4",
13
- "@salesforce/source-deploy-retrieve": "^12.22.9",
13
+ "@salesforce/source-deploy-retrieve": "^12.22.11",
14
14
  "@salesforce/ts-types": "^2.0.12",
15
15
  "ansis": "^3.16.0",
16
16
  "change-case": "^5.4.4",
@@ -22,11 +22,11 @@
22
22
  "@oclif/plugin-command-snapshot": "^5.3.5",
23
23
  "@salesforce/cli-plugins-testkit": "^5.3.39",
24
24
  "@salesforce/dev-scripts": "^11.0.3",
25
- "@salesforce/plugin-command-reference": "^3.1.65",
26
- "@salesforce/ts-sinon": "^1.4.30",
27
- "eslint-plugin-sf-plugin": "^1.20.31",
25
+ "@salesforce/plugin-command-reference": "^3.1.67",
26
+ "@salesforce/ts-sinon": "^1.4.31",
27
+ "eslint-plugin-sf-plugin": "^1.20.32",
28
28
  "moment": "^2.30.1",
29
- "oclif": "^4.22.12",
29
+ "oclif": "^4.22.16",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^5.9.2"
32
32
  },
@@ -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.26.crt",
232
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.26.sig"
231
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.28.crt",
232
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.28.sig"
233
233
  }
234
234
  }