@salesforce/plugin-org 5.2.37 → 5.2.38

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 +115 -115
  3. package/package.json +7 -7
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.37/src/commands/org/create/sandbox.ts)_
245
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/create/scratch.ts)_
399
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/delete/sandbox.ts)_
445
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/delete/scratch.ts)_
489
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/disable/tracking.ts)_
528
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/display.ts)_
573
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/enable/tracking.ts)_
615
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/list.ts)_
654
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/list/metadata.ts)_
721
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/list/metadata-types.ts)_
776
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/open.ts)_
852
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/open/agent.ts)_
903
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/refresh/sandbox.ts)_
980
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/resume/sandbox.ts)_
1043
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/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.37/src/commands/org/resume/scratch.ts)_
1090
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.38/src/commands/org/resume/scratch.ts)_
1091
1091
 
1092
1092
  <!-- commandsstop -->
@@ -825,14 +825,17 @@
825
825
  "scratch:create:org"
826
826
  ]
827
827
  },
828
- "org:enable:tracking": {
829
- "aliases": [],
828
+ "org:delete:sandbox": {
829
+ "aliases": [
830
+ "env:delete:sandbox"
831
+ ],
830
832
  "args": {},
831
- "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.",
833
+ "deprecateAliases": true,
834
+ "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.",
832
835
  "examples": [
833
- "Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
834
- "Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
835
- "Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
836
+ "Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
837
+ "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
838
+ "Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
836
839
  ],
837
840
  "flags": {
838
841
  "json": {
@@ -851,51 +854,72 @@
851
854
  "type": "option"
852
855
  },
853
856
  "target-org": {
857
+ "aliases": [
858
+ "targetusername",
859
+ "u"
860
+ ],
854
861
  "char": "o",
862
+ "deprecateAliases": true,
855
863
  "name": "target-org",
856
- "noCacheDefault": true,
857
864
  "required": true,
858
865
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
859
866
  "hasDynamicHelp": true,
860
867
  "multiple": false,
861
868
  "type": "option"
869
+ },
870
+ "no-prompt": {
871
+ "char": "p",
872
+ "name": "no-prompt",
873
+ "summary": "Don't prompt the user to confirm the deletion.",
874
+ "allowNo": false,
875
+ "type": "boolean"
862
876
  }
863
877
  },
864
878
  "hasDynamicHelp": true,
865
879
  "hiddenAliases": [],
866
- "id": "org:enable:tracking",
880
+ "id": "org:delete:sandbox",
867
881
  "pluginAlias": "@salesforce/plugin-org",
868
882
  "pluginName": "@salesforce/plugin-org",
869
883
  "pluginType": "core",
870
884
  "strict": true,
871
- "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
885
+ "summary": "Delete a sandbox.",
872
886
  "enableJsonFlag": true,
873
887
  "isESM": true,
874
888
  "relativePath": [
875
889
  "lib",
876
890
  "commands",
877
891
  "org",
878
- "enable",
879
- "tracking.js"
892
+ "delete",
893
+ "sandbox.js"
894
+ ],
895
+ "aliasPermutations": [
896
+ "env:delete:sandbox",
897
+ "delete:env:sandbox",
898
+ "delete:sandbox:env",
899
+ "env:sandbox:delete",
900
+ "sandbox:env:delete",
901
+ "sandbox:delete:env"
880
902
  ],
881
- "aliasPermutations": [],
882
903
  "permutations": [
883
- "org:enable:tracking",
884
- "enable:org:tracking",
885
- "enable:tracking:org",
886
- "org:tracking:enable",
887
- "tracking:org:enable",
888
- "tracking:enable:org"
904
+ "org:delete:sandbox",
905
+ "delete:org:sandbox",
906
+ "delete:sandbox:org",
907
+ "org:sandbox:delete",
908
+ "sandbox:org:delete",
909
+ "sandbox:delete:org"
889
910
  ]
890
911
  },
891
- "org:disable:tracking": {
892
- "aliases": [],
912
+ "org:delete:scratch": {
913
+ "aliases": [
914
+ "env:delete:scratch"
915
+ ],
893
916
  "args": {},
894
- "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.",
917
+ "deprecateAliases": true,
918
+ "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.",
895
919
  "examples": [
896
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
897
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
898
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
920
+ "Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
921
+ "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
922
+ "Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
899
923
  ],
900
924
  "flags": {
901
925
  "json": {
@@ -914,54 +938,69 @@
914
938
  "type": "option"
915
939
  },
916
940
  "target-org": {
941
+ "aliases": [
942
+ "targetusername",
943
+ "u"
944
+ ],
917
945
  "char": "o",
946
+ "deprecateAliases": true,
918
947
  "name": "target-org",
919
- "noCacheDefault": true,
920
948
  "required": true,
921
949
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
922
950
  "hasDynamicHelp": true,
923
951
  "multiple": false,
924
952
  "type": "option"
953
+ },
954
+ "no-prompt": {
955
+ "char": "p",
956
+ "name": "no-prompt",
957
+ "summary": "Don't prompt the user to confirm the deletion.",
958
+ "allowNo": false,
959
+ "type": "boolean"
925
960
  }
926
961
  },
927
962
  "hasDynamicHelp": true,
928
963
  "hiddenAliases": [],
929
- "id": "org:disable:tracking",
964
+ "id": "org:delete:scratch",
930
965
  "pluginAlias": "@salesforce/plugin-org",
931
966
  "pluginName": "@salesforce/plugin-org",
932
967
  "pluginType": "core",
933
968
  "strict": true,
934
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
969
+ "summary": "Delete a scratch org.",
935
970
  "enableJsonFlag": true,
936
971
  "isESM": true,
937
972
  "relativePath": [
938
973
  "lib",
939
974
  "commands",
940
975
  "org",
941
- "disable",
942
- "tracking.js"
976
+ "delete",
977
+ "scratch.js"
978
+ ],
979
+ "aliasPermutations": [
980
+ "env:delete:scratch",
981
+ "delete:env:scratch",
982
+ "delete:scratch:env",
983
+ "env:scratch:delete",
984
+ "scratch:env:delete",
985
+ "scratch:delete:env"
943
986
  ],
944
- "aliasPermutations": [],
945
987
  "permutations": [
946
- "org:disable:tracking",
947
- "disable:org:tracking",
948
- "disable:tracking:org",
949
- "org:tracking:disable",
950
- "tracking:org:disable",
951
- "tracking:disable:org"
988
+ "org:delete:scratch",
989
+ "delete:org:scratch",
990
+ "delete:scratch:org",
991
+ "org:scratch:delete",
992
+ "scratch:org:delete",
993
+ "scratch:delete:org"
952
994
  ]
953
995
  },
954
- "org:delete:sandbox": {
955
- "aliases": [
956
- "env:delete:sandbox"
957
- ],
996
+ "org:disable:tracking": {
997
+ "aliases": [],
958
998
  "args": {},
959
- "deprecateAliases": true,
960
- "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.",
999
+ "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.",
961
1000
  "examples": [
962
- "Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
963
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
964
- "Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
1001
+ "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
1002
+ "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
1003
+ "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
965
1004
  ],
966
1005
  "flags": {
967
1006
  "json": {
@@ -980,72 +1019,51 @@
980
1019
  "type": "option"
981
1020
  },
982
1021
  "target-org": {
983
- "aliases": [
984
- "targetusername",
985
- "u"
986
- ],
987
1022
  "char": "o",
988
- "deprecateAliases": true,
989
1023
  "name": "target-org",
1024
+ "noCacheDefault": true,
990
1025
  "required": true,
991
1026
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
992
1027
  "hasDynamicHelp": true,
993
1028
  "multiple": false,
994
1029
  "type": "option"
995
- },
996
- "no-prompt": {
997
- "char": "p",
998
- "name": "no-prompt",
999
- "summary": "Don't prompt the user to confirm the deletion.",
1000
- "allowNo": false,
1001
- "type": "boolean"
1002
1030
  }
1003
1031
  },
1004
1032
  "hasDynamicHelp": true,
1005
1033
  "hiddenAliases": [],
1006
- "id": "org:delete:sandbox",
1034
+ "id": "org:disable:tracking",
1007
1035
  "pluginAlias": "@salesforce/plugin-org",
1008
1036
  "pluginName": "@salesforce/plugin-org",
1009
1037
  "pluginType": "core",
1010
1038
  "strict": true,
1011
- "summary": "Delete a sandbox.",
1039
+ "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1012
1040
  "enableJsonFlag": true,
1013
1041
  "isESM": true,
1014
1042
  "relativePath": [
1015
1043
  "lib",
1016
1044
  "commands",
1017
1045
  "org",
1018
- "delete",
1019
- "sandbox.js"
1020
- ],
1021
- "aliasPermutations": [
1022
- "env:delete:sandbox",
1023
- "delete:env:sandbox",
1024
- "delete:sandbox:env",
1025
- "env:sandbox:delete",
1026
- "sandbox:env:delete",
1027
- "sandbox:delete:env"
1046
+ "disable",
1047
+ "tracking.js"
1028
1048
  ],
1049
+ "aliasPermutations": [],
1029
1050
  "permutations": [
1030
- "org:delete:sandbox",
1031
- "delete:org:sandbox",
1032
- "delete:sandbox:org",
1033
- "org:sandbox:delete",
1034
- "sandbox:org:delete",
1035
- "sandbox:delete:org"
1051
+ "org:disable:tracking",
1052
+ "disable:org:tracking",
1053
+ "disable:tracking:org",
1054
+ "org:tracking:disable",
1055
+ "tracking:org:disable",
1056
+ "tracking:disable:org"
1036
1057
  ]
1037
1058
  },
1038
- "org:delete:scratch": {
1039
- "aliases": [
1040
- "env:delete:scratch"
1041
- ],
1059
+ "org:enable:tracking": {
1060
+ "aliases": [],
1042
1061
  "args": {},
1043
- "deprecateAliases": true,
1044
- "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.",
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.",
1045
1063
  "examples": [
1046
- "Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
1047
- "Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
1048
- "Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
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 %>"
1049
1067
  ],
1050
1068
  "flags": {
1051
1069
  "json": {
@@ -1064,59 +1082,41 @@
1064
1082
  "type": "option"
1065
1083
  },
1066
1084
  "target-org": {
1067
- "aliases": [
1068
- "targetusername",
1069
- "u"
1070
- ],
1071
1085
  "char": "o",
1072
- "deprecateAliases": true,
1073
1086
  "name": "target-org",
1087
+ "noCacheDefault": true,
1074
1088
  "required": true,
1075
1089
  "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1076
1090
  "hasDynamicHelp": true,
1077
1091
  "multiple": false,
1078
1092
  "type": "option"
1079
- },
1080
- "no-prompt": {
1081
- "char": "p",
1082
- "name": "no-prompt",
1083
- "summary": "Don't prompt the user to confirm the deletion.",
1084
- "allowNo": false,
1085
- "type": "boolean"
1086
1093
  }
1087
1094
  },
1088
1095
  "hasDynamicHelp": true,
1089
1096
  "hiddenAliases": [],
1090
- "id": "org:delete:scratch",
1097
+ "id": "org:enable:tracking",
1091
1098
  "pluginAlias": "@salesforce/plugin-org",
1092
1099
  "pluginName": "@salesforce/plugin-org",
1093
1100
  "pluginType": "core",
1094
1101
  "strict": true,
1095
- "summary": "Delete a scratch org.",
1102
+ "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1096
1103
  "enableJsonFlag": true,
1097
1104
  "isESM": true,
1098
1105
  "relativePath": [
1099
1106
  "lib",
1100
1107
  "commands",
1101
1108
  "org",
1102
- "delete",
1103
- "scratch.js"
1104
- ],
1105
- "aliasPermutations": [
1106
- "env:delete:scratch",
1107
- "delete:env:scratch",
1108
- "delete:scratch:env",
1109
- "env:scratch:delete",
1110
- "scratch:env:delete",
1111
- "scratch:delete:env"
1109
+ "enable",
1110
+ "tracking.js"
1112
1111
  ],
1112
+ "aliasPermutations": [],
1113
1113
  "permutations": [
1114
- "org:delete:scratch",
1115
- "delete:org:scratch",
1116
- "delete:scratch:org",
1117
- "org:scratch:delete",
1118
- "scratch:org:delete",
1119
- "scratch:delete:org"
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
1120
  ]
1121
1121
  },
1122
1122
  "org:list:metadata-types": {
@@ -1816,5 +1816,5 @@
1816
1816
  ]
1817
1817
  }
1818
1818
  },
1819
- "version": "5.2.37"
1819
+ "version": "5.2.38"
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.37",
4
+ "version": "5.2.38",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -12,21 +12,21 @@
12
12
  "@salesforce/sf-plugins-core": "^12.1.4",
13
13
  "@salesforce/source-deploy-retrieve": "^12.15.0",
14
14
  "@salesforce/ts-types": "^2.0.12",
15
- "ansis": "^3.14.0",
15
+ "ansis": "^3.16.0",
16
16
  "change-case": "^5.4.4",
17
17
  "is-wsl": "^3.1.0",
18
18
  "open": "^10.1.0",
19
19
  "terminal-link": "^3.0.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@oclif/plugin-command-snapshot": "^5.2.31",
22
+ "@oclif/plugin-command-snapshot": "^5.2.35",
23
23
  "@salesforce/cli-plugins-testkit": "^5.3.39",
24
24
  "@salesforce/dev-scripts": "^10.2.11",
25
25
  "@salesforce/plugin-command-reference": "^3.1.42",
26
26
  "@salesforce/ts-sinon": "^1.4.30",
27
- "eslint-plugin-sf-plugin": "^1.20.14",
27
+ "eslint-plugin-sf-plugin": "^1.20.15",
28
28
  "moment": "^2.30.1",
29
- "oclif": "^4.17.28",
29
+ "oclif": "^4.17.31",
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.37.crt",
231
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.37.sig"
230
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.38.crt",
231
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.38.sig"
232
232
  }
233
233
  }