@salesforce/plugin-org 5.10.1 → 5.10.3

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 +17 -17
  2. package/oclif.manifest.json +232 -232
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -193,7 +193,7 @@ FLAG DESCRIPTIONS
193
193
  "agent.user.<GUID>@your-org-domain.com".
194
194
  ```
195
195
 
196
- _See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/create/agent-user.ts)_
196
+ _See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/agent-user.ts)_
197
197
 
198
198
  ## `sf org create sandbox`
199
199
 
@@ -327,7 +327,7 @@ FLAG DESCRIPTIONS
327
327
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
328
328
  ```
329
329
 
330
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/create/sandbox.ts)_
330
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/sandbox.ts)_
331
331
 
332
332
  ## `sf org create scratch`
333
333
 
@@ -509,7 +509,7 @@ FLAG DESCRIPTIONS
509
509
  Omit this flag to have Salesforce generate a unique username for your org.
510
510
  ```
511
511
 
512
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/create/scratch.ts)_
512
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/scratch.ts)_
513
513
 
514
514
  ## `sf org delete sandbox`
515
515
 
@@ -555,7 +555,7 @@ EXAMPLES
555
555
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
556
556
  ```
557
557
 
558
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/delete/sandbox.ts)_
558
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/sandbox.ts)_
559
559
 
560
560
  ## `sf org delete scratch`
561
561
 
@@ -599,7 +599,7 @@ EXAMPLES
599
599
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
600
600
  ```
601
601
 
602
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/delete/scratch.ts)_
602
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/scratch.ts)_
603
603
 
604
604
  ## `sf org disable tracking`
605
605
 
@@ -638,7 +638,7 @@ EXAMPLES
638
638
  $ sf org disable tracking
639
639
  ```
640
640
 
641
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/disable/tracking.ts)_
641
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/disable/tracking.ts)_
642
642
 
643
643
  ## `sf org display`
644
644
 
@@ -683,7 +683,7 @@ EXAMPLES
683
683
  $ sf org display --target-org TestOrg1 --verbose
684
684
  ```
685
685
 
686
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/display.ts)_
686
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/display.ts)_
687
687
 
688
688
  ## `sf org enable tracking`
689
689
 
@@ -725,7 +725,7 @@ EXAMPLES
725
725
  $ sf org enable tracking
726
726
  ```
727
727
 
728
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/enable/tracking.ts)_
728
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/enable/tracking.ts)_
729
729
 
730
730
  ## `sf org list`
731
731
 
@@ -764,7 +764,7 @@ EXAMPLES
764
764
  $ sf org list --clean
765
765
  ```
766
766
 
767
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/list.ts)_
767
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list.ts)_
768
768
 
769
769
  ## `sf org list metadata`
770
770
 
@@ -831,7 +831,7 @@ FLAG DESCRIPTIONS
831
831
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
832
832
  ```
833
833
 
834
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/list/metadata.ts)_
834
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata.ts)_
835
835
 
836
836
  ## `sf org list metadata-types`
837
837
 
@@ -886,7 +886,7 @@ FLAG DESCRIPTIONS
886
886
  Override the api version used for api requests made by this command
887
887
  ```
888
888
 
889
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/list/metadata-types.ts)_
889
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata-types.ts)_
890
890
 
891
891
  ## `sf org open`
892
892
 
@@ -962,7 +962,7 @@ EXAMPLES
962
962
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
963
963
  ```
964
964
 
965
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/open.ts)_
965
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open.ts)_
966
966
 
967
967
  ## `sf org open agent`
968
968
 
@@ -1037,7 +1037,7 @@ FLAG DESCRIPTIONS
1037
1037
  flag.
1038
1038
  ```
1039
1039
 
1040
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/open/agent.ts)_
1040
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/agent.ts)_
1041
1041
 
1042
1042
  ## `sf org open authoring-bundle`
1043
1043
 
@@ -1083,7 +1083,7 @@ EXAMPLES
1083
1083
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
1084
1084
  ```
1085
1085
 
1086
- _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/open/authoring-bundle.ts)_
1086
+ _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/authoring-bundle.ts)_
1087
1087
 
1088
1088
  ## `sf org refresh sandbox`
1089
1089
 
@@ -1186,7 +1186,7 @@ FLAG DESCRIPTIONS
1186
1186
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1187
1187
  ```
1188
1188
 
1189
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/refresh/sandbox.ts)_
1189
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/refresh/sandbox.ts)_
1190
1190
 
1191
1191
  ## `sf org resume sandbox`
1192
1192
 
@@ -1249,7 +1249,7 @@ FLAG DESCRIPTIONS
1249
1249
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1250
1250
  ```
1251
1251
 
1252
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/resume/sandbox.ts)_
1252
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/sandbox.ts)_
1253
1253
 
1254
1254
  ## `sf org resume scratch`
1255
1255
 
@@ -1302,6 +1302,6 @@ FLAG DESCRIPTIONS
1302
1302
  returns the job ID. To resume checking the scratch creation, rerun this command.
1303
1303
  ```
1304
1304
 
1305
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.1/src/commands/org/resume/scratch.ts)_
1305
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/scratch.ts)_
1306
1306
 
1307
1307
  <!-- commandsstop -->
@@ -385,6 +385,237 @@
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
+ },
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
+ },
388
619
  "org:create:agent-user": {
389
620
  "aliases": [],
390
621
  "args": {},
@@ -945,237 +1176,6 @@
945
1176
  "scratch:create:org"
946
1177
  ]
947
1178
  },
948
- "org:delete:sandbox": {
949
- "aliases": [
950
- "env:delete:sandbox"
951
- ],
952
- "args": {},
953
- "deprecateAliases": true,
954
- "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.",
955
- "examples": [
956
- "Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
957
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
958
- "Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
959
- ],
960
- "flags": {
961
- "json": {
962
- "description": "Format output as json.",
963
- "helpGroup": "GLOBAL",
964
- "name": "json",
965
- "allowNo": false,
966
- "type": "boolean"
967
- },
968
- "flags-dir": {
969
- "helpGroup": "GLOBAL",
970
- "name": "flags-dir",
971
- "summary": "Import flag values from a directory.",
972
- "hasDynamicHelp": false,
973
- "multiple": false,
974
- "type": "option"
975
- },
976
- "target-org": {
977
- "aliases": [
978
- "targetusername",
979
- "u"
980
- ],
981
- "char": "o",
982
- "deprecateAliases": true,
983
- "name": "target-org",
984
- "required": true,
985
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
986
- "hasDynamicHelp": true,
987
- "multiple": false,
988
- "type": "option"
989
- },
990
- "no-prompt": {
991
- "char": "p",
992
- "name": "no-prompt",
993
- "summary": "Don't prompt the user to confirm the deletion.",
994
- "allowNo": false,
995
- "type": "boolean"
996
- }
997
- },
998
- "hasDynamicHelp": true,
999
- "hiddenAliases": [],
1000
- "id": "org:delete:sandbox",
1001
- "pluginAlias": "@salesforce/plugin-org",
1002
- "pluginName": "@salesforce/plugin-org",
1003
- "pluginType": "core",
1004
- "strict": true,
1005
- "summary": "Delete a sandbox.",
1006
- "enableJsonFlag": true,
1007
- "isESM": true,
1008
- "relativePath": [
1009
- "lib",
1010
- "commands",
1011
- "org",
1012
- "delete",
1013
- "sandbox.js"
1014
- ],
1015
- "aliasPermutations": [
1016
- "env:delete:sandbox",
1017
- "delete:env:sandbox",
1018
- "delete:sandbox:env",
1019
- "env:sandbox:delete",
1020
- "sandbox:env:delete",
1021
- "sandbox:delete:env"
1022
- ],
1023
- "permutations": [
1024
- "org:delete:sandbox",
1025
- "delete:org:sandbox",
1026
- "delete:sandbox:org",
1027
- "org:sandbox:delete",
1028
- "sandbox:org:delete",
1029
- "sandbox:delete:org"
1030
- ]
1031
- },
1032
- "org:delete:scratch": {
1033
- "aliases": [
1034
- "env:delete:scratch"
1035
- ],
1036
- "args": {},
1037
- "deprecateAliases": true,
1038
- "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.",
1039
- "examples": [
1040
- "Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
1041
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
1042
- "Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
1043
- ],
1044
- "flags": {
1045
- "json": {
1046
- "description": "Format output as json.",
1047
- "helpGroup": "GLOBAL",
1048
- "name": "json",
1049
- "allowNo": false,
1050
- "type": "boolean"
1051
- },
1052
- "flags-dir": {
1053
- "helpGroup": "GLOBAL",
1054
- "name": "flags-dir",
1055
- "summary": "Import flag values from a directory.",
1056
- "hasDynamicHelp": false,
1057
- "multiple": false,
1058
- "type": "option"
1059
- },
1060
- "target-org": {
1061
- "aliases": [
1062
- "targetusername",
1063
- "u"
1064
- ],
1065
- "char": "o",
1066
- "deprecateAliases": true,
1067
- "name": "target-org",
1068
- "required": true,
1069
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1070
- "hasDynamicHelp": true,
1071
- "multiple": false,
1072
- "type": "option"
1073
- },
1074
- "no-prompt": {
1075
- "char": "p",
1076
- "name": "no-prompt",
1077
- "summary": "Don't prompt the user to confirm the deletion.",
1078
- "allowNo": false,
1079
- "type": "boolean"
1080
- }
1081
- },
1082
- "hasDynamicHelp": true,
1083
- "hiddenAliases": [],
1084
- "id": "org:delete:scratch",
1085
- "pluginAlias": "@salesforce/plugin-org",
1086
- "pluginName": "@salesforce/plugin-org",
1087
- "pluginType": "core",
1088
- "strict": true,
1089
- "summary": "Delete a scratch org.",
1090
- "enableJsonFlag": true,
1091
- "isESM": true,
1092
- "relativePath": [
1093
- "lib",
1094
- "commands",
1095
- "org",
1096
- "delete",
1097
- "scratch.js"
1098
- ],
1099
- "aliasPermutations": [
1100
- "env:delete:scratch",
1101
- "delete:env:scratch",
1102
- "delete:scratch:env",
1103
- "env:scratch:delete",
1104
- "scratch:env:delete",
1105
- "scratch:delete:env"
1106
- ],
1107
- "permutations": [
1108
- "org:delete:scratch",
1109
- "delete:org:scratch",
1110
- "delete:scratch:org",
1111
- "org:scratch:delete",
1112
- "scratch:org:delete",
1113
- "scratch:delete:org"
1114
- ]
1115
- },
1116
- "org:disable:tracking": {
1117
- "aliases": [],
1118
- "args": {},
1119
- "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.",
1120
- "examples": [
1121
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1122
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1123
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
1124
- ],
1125
- "flags": {
1126
- "json": {
1127
- "description": "Format output as json.",
1128
- "helpGroup": "GLOBAL",
1129
- "name": "json",
1130
- "allowNo": false,
1131
- "type": "boolean"
1132
- },
1133
- "flags-dir": {
1134
- "helpGroup": "GLOBAL",
1135
- "name": "flags-dir",
1136
- "summary": "Import flag values from a directory.",
1137
- "hasDynamicHelp": false,
1138
- "multiple": false,
1139
- "type": "option"
1140
- },
1141
- "target-org": {
1142
- "char": "o",
1143
- "name": "target-org",
1144
- "noCacheDefault": true,
1145
- "required": true,
1146
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1147
- "hasDynamicHelp": true,
1148
- "multiple": false,
1149
- "type": "option"
1150
- }
1151
- },
1152
- "hasDynamicHelp": true,
1153
- "hiddenAliases": [],
1154
- "id": "org:disable:tracking",
1155
- "pluginAlias": "@salesforce/plugin-org",
1156
- "pluginName": "@salesforce/plugin-org",
1157
- "pluginType": "core",
1158
- "strict": true,
1159
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1160
- "enableJsonFlag": true,
1161
- "isESM": true,
1162
- "relativePath": [
1163
- "lib",
1164
- "commands",
1165
- "org",
1166
- "disable",
1167
- "tracking.js"
1168
- ],
1169
- "aliasPermutations": [],
1170
- "permutations": [
1171
- "org:disable:tracking",
1172
- "disable:org:tracking",
1173
- "disable:tracking:org",
1174
- "org:tracking:disable",
1175
- "tracking:org:disable",
1176
- "tracking:disable:org"
1177
- ]
1178
- },
1179
1179
  "org:enable:tracking": {
1180
1180
  "aliases": [],
1181
1181
  "args": {},
@@ -2098,5 +2098,5 @@
2098
2098
  ]
2099
2099
  }
2100
2100
  },
2101
- "version": "5.10.1"
2101
+ "version": "5.10.3"
2102
2102
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.10.1",
4
+ "version": "5.10.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "enableO11y": true,
8
8
  "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
9
9
  "dependencies": {
10
- "@oclif/core": "^4.10.5",
10
+ "@oclif/core": "^4.10.6",
11
11
  "@oclif/multi-stage-output": "^0.8.30",
12
12
  "@salesforce/core": "^8.28.4",
13
13
  "@salesforce/kit": "^3.2.4",
14
14
  "@salesforce/sf-plugins-core": "^12.2.6",
15
- "@salesforce/source-deploy-retrieve": "^12.34.1",
15
+ "@salesforce/source-deploy-retrieve": "^12.34.2",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "ansis": "^3.16.0",
18
18
  "change-case": "^5.4.4",
@@ -21,10 +21,10 @@
21
21
  "terminal-link": "^3.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.13",
24
+ "@oclif/plugin-command-snapshot": "^5.3.16",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.53",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
- "@salesforce/plugin-command-reference": "^3.1.91",
27
+ "@salesforce/plugin-command-reference": "^3.1.92",
28
28
  "@salesforce/ts-sinon": "^1.4.34",
29
29
  "eslint-plugin-sf-plugin": "^1.20.33",
30
30
  "moment": "^2.30.1",
@@ -230,7 +230,7 @@
230
230
  "exports": "./lib/index.js",
231
231
  "type": "module",
232
232
  "sfdx": {
233
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.1.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.1.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.3.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.3.sig"
235
235
  }
236
236
  }