@salesforce/plugin-org 5.9.76 → 5.9.78

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 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.9.76/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.9.78/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.9.76/src/commands/org/create/sandbox.ts)_
330
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/create/scratch.ts)_
512
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/delete/sandbox.ts)_
558
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/delete/scratch.ts)_
602
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/disable/tracking.ts)_
641
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/display.ts)_
686
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/enable/tracking.ts)_
728
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/list.ts)_
767
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/src/commands/org/list/metadata.ts)_
834
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/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.9.76/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.9.78/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.9.76/src/commands/org/open.ts)_
965
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open.ts)_
966
966
 
967
967
  ## `sf org open agent`
968
968
 
@@ -1013,7 +1013,7 @@ EXAMPLES
1013
1013
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
1014
1014
  ```
1015
1015
 
1016
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.76/src/commands/org/open/agent.ts)_
1016
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open/agent.ts)_
1017
1017
 
1018
1018
  ## `sf org open authoring-bundle`
1019
1019
 
@@ -1059,7 +1059,7 @@ EXAMPLES
1059
1059
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
1060
1060
  ```
1061
1061
 
1062
- _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.76/src/commands/org/open/authoring-bundle.ts)_
1062
+ _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/open/authoring-bundle.ts)_
1063
1063
 
1064
1064
  ## `sf org refresh sandbox`
1065
1065
 
@@ -1162,7 +1162,7 @@ FLAG DESCRIPTIONS
1162
1162
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1163
1163
  ```
1164
1164
 
1165
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.76/src/commands/org/refresh/sandbox.ts)_
1165
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/refresh/sandbox.ts)_
1166
1166
 
1167
1167
  ## `sf org resume sandbox`
1168
1168
 
@@ -1225,7 +1225,7 @@ FLAG DESCRIPTIONS
1225
1225
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1226
1226
  ```
1227
1227
 
1228
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.76/src/commands/org/resume/sandbox.ts)_
1228
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/resume/sandbox.ts)_
1229
1229
 
1230
1230
  ## `sf org resume scratch`
1231
1231
 
@@ -1278,6 +1278,6 @@ FLAG DESCRIPTIONS
1278
1278
  returns the job ID. To resume checking the scratch creation, rerun this command.
1279
1279
  ```
1280
1280
 
1281
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.76/src/commands/org/resume/scratch.ts)_
1281
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.78/src/commands/org/resume/scratch.ts)_
1282
1282
 
1283
1283
  <!-- commandsstop -->
@@ -945,69 +945,6 @@
945
945
  "scratch:create:org"
946
946
  ]
947
947
  },
948
- "org:disable:tracking": {
949
- "aliases": [],
950
- "args": {},
951
- "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.",
952
- "examples": [
953
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
954
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
955
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
956
- ],
957
- "flags": {
958
- "json": {
959
- "description": "Format output as json.",
960
- "helpGroup": "GLOBAL",
961
- "name": "json",
962
- "allowNo": false,
963
- "type": "boolean"
964
- },
965
- "flags-dir": {
966
- "helpGroup": "GLOBAL",
967
- "name": "flags-dir",
968
- "summary": "Import flag values from a directory.",
969
- "hasDynamicHelp": false,
970
- "multiple": false,
971
- "type": "option"
972
- },
973
- "target-org": {
974
- "char": "o",
975
- "name": "target-org",
976
- "noCacheDefault": true,
977
- "required": true,
978
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
979
- "hasDynamicHelp": true,
980
- "multiple": false,
981
- "type": "option"
982
- }
983
- },
984
- "hasDynamicHelp": true,
985
- "hiddenAliases": [],
986
- "id": "org:disable:tracking",
987
- "pluginAlias": "@salesforce/plugin-org",
988
- "pluginName": "@salesforce/plugin-org",
989
- "pluginType": "core",
990
- "strict": true,
991
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
992
- "enableJsonFlag": true,
993
- "isESM": true,
994
- "relativePath": [
995
- "lib",
996
- "commands",
997
- "org",
998
- "disable",
999
- "tracking.js"
1000
- ],
1001
- "aliasPermutations": [],
1002
- "permutations": [
1003
- "org:disable:tracking",
1004
- "disable:org:tracking",
1005
- "disable:tracking:org",
1006
- "org:tracking:disable",
1007
- "tracking:org:disable",
1008
- "tracking:disable:org"
1009
- ]
1010
- },
1011
948
  "org:delete:sandbox": {
1012
949
  "aliases": [
1013
950
  "env:delete:sandbox"
@@ -1176,6 +1113,69 @@
1176
1113
  "scratch:delete:org"
1177
1114
  ]
1178
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": {},
@@ -2077,5 +2077,5 @@
2077
2077
  ]
2078
2078
  }
2079
2079
  },
2080
- "version": "5.9.76"
2080
+ "version": "5.9.78"
2081
2081
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.9.76",
4
+ "version": "5.9.78",
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.2",
10
+ "@oclif/core": "^4.10.3",
11
11
  "@oclif/multi-stage-output": "^0.8.30",
12
12
  "@salesforce/core": "^8.25.1",
13
13
  "@salesforce/kit": "^3.2.4",
@@ -24,8 +24,8 @@
24
24
  "@oclif/plugin-command-snapshot": "^5.3.13",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.41",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
- "@salesforce/plugin-command-reference": "^3.1.82",
28
- "@salesforce/ts-sinon": "^1.4.31",
27
+ "@salesforce/plugin-command-reference": "^3.1.84",
28
+ "@salesforce/ts-sinon": "^1.4.33",
29
29
  "eslint-plugin-sf-plugin": "^1.20.33",
30
30
  "moment": "^2.30.1",
31
31
  "oclif": "^4.22.89",
@@ -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.9.76.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.76.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.78.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.78.sig"
235
235
  }
236
236
  }