@salesforce/plugin-org 5.9.60 → 5.9.61

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 +16 -16
  2. package/oclif.manifest.json +300 -300
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -248,7 +248,7 @@ FLAG DESCRIPTIONS
248
248
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
249
249
  ```
250
250
 
251
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/sandbox.ts)_
251
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/sandbox.ts)_
252
252
 
253
253
  ## `sf org create scratch`
254
254
 
@@ -430,7 +430,7 @@ FLAG DESCRIPTIONS
430
430
  Omit this flag to have Salesforce generate a unique username for your org.
431
431
  ```
432
432
 
433
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/scratch.ts)_
433
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/scratch.ts)_
434
434
 
435
435
  ## `sf org delete sandbox`
436
436
 
@@ -476,7 +476,7 @@ EXAMPLES
476
476
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
477
477
  ```
478
478
 
479
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/sandbox.ts)_
479
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/sandbox.ts)_
480
480
 
481
481
  ## `sf org delete scratch`
482
482
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
521
521
  ```
522
522
 
523
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/scratch.ts)_
523
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/scratch.ts)_
524
524
 
525
525
  ## `sf org disable tracking`
526
526
 
@@ -559,7 +559,7 @@ EXAMPLES
559
559
  $ sf org disable tracking
560
560
  ```
561
561
 
562
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/disable/tracking.ts)_
562
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/disable/tracking.ts)_
563
563
 
564
564
  ## `sf org display`
565
565
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  $ sf org display --target-org TestOrg1 --verbose
605
605
  ```
606
606
 
607
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/display.ts)_
607
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/display.ts)_
608
608
 
609
609
  ## `sf org enable tracking`
610
610
 
@@ -646,7 +646,7 @@ EXAMPLES
646
646
  $ sf org enable tracking
647
647
  ```
648
648
 
649
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/enable/tracking.ts)_
649
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/enable/tracking.ts)_
650
650
 
651
651
  ## `sf org list`
652
652
 
@@ -685,7 +685,7 @@ EXAMPLES
685
685
  $ sf org list --clean
686
686
  ```
687
687
 
688
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list.ts)_
688
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list.ts)_
689
689
 
690
690
  ## `sf org list metadata`
691
691
 
@@ -752,7 +752,7 @@ FLAG DESCRIPTIONS
752
752
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
753
753
  ```
754
754
 
755
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata.ts)_
755
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata.ts)_
756
756
 
757
757
  ## `sf org list metadata-types`
758
758
 
@@ -807,7 +807,7 @@ FLAG DESCRIPTIONS
807
807
  Override the api version used for api requests made by this command
808
808
  ```
809
809
 
810
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata-types.ts)_
810
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata-types.ts)_
811
811
 
812
812
  ## `sf org open`
813
813
 
@@ -883,7 +883,7 @@ EXAMPLES
883
883
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
884
884
  ```
885
885
 
886
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open.ts)_
886
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open.ts)_
887
887
 
888
888
  ## `sf org open agent`
889
889
 
@@ -934,7 +934,7 @@ EXAMPLES
934
934
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
935
935
  ```
936
936
 
937
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/agent.ts)_
937
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/agent.ts)_
938
938
 
939
939
  ## `sf org open authoring-bundle`
940
940
 
@@ -980,7 +980,7 @@ EXAMPLES
980
980
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
981
981
  ```
982
982
 
983
- _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/authoring-bundle.ts)_
983
+ _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/authoring-bundle.ts)_
984
984
 
985
985
  ## `sf org refresh sandbox`
986
986
 
@@ -1083,7 +1083,7 @@ FLAG DESCRIPTIONS
1083
1083
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1084
1084
  ```
1085
1085
 
1086
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/refresh/sandbox.ts)_
1086
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/refresh/sandbox.ts)_
1087
1087
 
1088
1088
  ## `sf org resume sandbox`
1089
1089
 
@@ -1146,7 +1146,7 @@ FLAG DESCRIPTIONS
1146
1146
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1147
1147
  ```
1148
1148
 
1149
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/sandbox.ts)_
1149
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/sandbox.ts)_
1150
1150
 
1151
1151
  ## `sf org resume scratch`
1152
1152
 
@@ -1199,6 +1199,6 @@ FLAG DESCRIPTIONS
1199
1199
  returns the job ID. To resume checking the scratch creation, rerun this command.
1200
1200
  ```
1201
1201
 
1202
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/scratch.ts)_
1202
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/scratch.ts)_
1203
1203
 
1204
1204
  <!-- commandsstop -->
@@ -851,69 +851,6 @@
851
851
  "scratch:create:org"
852
852
  ]
853
853
  },
854
- "org:disable:tracking": {
855
- "aliases": [],
856
- "args": {},
857
- "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.",
858
- "examples": [
859
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
860
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
861
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
862
- ],
863
- "flags": {
864
- "json": {
865
- "description": "Format output as json.",
866
- "helpGroup": "GLOBAL",
867
- "name": "json",
868
- "allowNo": false,
869
- "type": "boolean"
870
- },
871
- "flags-dir": {
872
- "helpGroup": "GLOBAL",
873
- "name": "flags-dir",
874
- "summary": "Import flag values from a directory.",
875
- "hasDynamicHelp": false,
876
- "multiple": false,
877
- "type": "option"
878
- },
879
- "target-org": {
880
- "char": "o",
881
- "name": "target-org",
882
- "noCacheDefault": true,
883
- "required": true,
884
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
885
- "hasDynamicHelp": true,
886
- "multiple": false,
887
- "type": "option"
888
- }
889
- },
890
- "hasDynamicHelp": true,
891
- "hiddenAliases": [],
892
- "id": "org:disable:tracking",
893
- "pluginAlias": "@salesforce/plugin-org",
894
- "pluginName": "@salesforce/plugin-org",
895
- "pluginType": "core",
896
- "strict": true,
897
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
898
- "enableJsonFlag": true,
899
- "isESM": true,
900
- "relativePath": [
901
- "lib",
902
- "commands",
903
- "org",
904
- "disable",
905
- "tracking.js"
906
- ],
907
- "aliasPermutations": [],
908
- "permutations": [
909
- "org:disable:tracking",
910
- "disable:org:tracking",
911
- "disable:tracking:org",
912
- "org:tracking:disable",
913
- "tracking:org:disable",
914
- "tracking:disable:org"
915
- ]
916
- },
917
854
  "org:delete:sandbox": {
918
855
  "aliases": [
919
856
  "env:delete:sandbox"
@@ -1082,14 +1019,14 @@
1082
1019
  "scratch:delete:org"
1083
1020
  ]
1084
1021
  },
1085
- "org:enable:tracking": {
1022
+ "org:disable:tracking": {
1086
1023
  "aliases": [],
1087
1024
  "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.",
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.",
1089
1026
  "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 %>"
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 %>"
1093
1030
  ],
1094
1031
  "flags": {
1095
1032
  "json": {
@@ -1120,41 +1057,39 @@
1120
1057
  },
1121
1058
  "hasDynamicHelp": true,
1122
1059
  "hiddenAliases": [],
1123
- "id": "org:enable:tracking",
1060
+ "id": "org:disable:tracking",
1124
1061
  "pluginAlias": "@salesforce/plugin-org",
1125
1062
  "pluginName": "@salesforce/plugin-org",
1126
1063
  "pluginType": "core",
1127
1064
  "strict": true,
1128
- "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1065
+ "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1129
1066
  "enableJsonFlag": true,
1130
1067
  "isESM": true,
1131
1068
  "relativePath": [
1132
1069
  "lib",
1133
1070
  "commands",
1134
1071
  "org",
1135
- "enable",
1072
+ "disable",
1136
1073
  "tracking.js"
1137
1074
  ],
1138
1075
  "aliasPermutations": [],
1139
1076
  "permutations": [
1140
- "org:enable:tracking",
1141
- "enable:org:tracking",
1142
- "enable:tracking:org",
1143
- "org:tracking:enable",
1144
- "tracking:org:enable",
1145
- "tracking:enable: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"
1146
1083
  ]
1147
1084
  },
1148
- "org:list:metadata-types": {
1149
- "aliases": [
1150
- "force:mdapi:describemetadata"
1151
- ],
1085
+ "org:enable:tracking": {
1086
+ "aliases": [],
1152
1087
  "args": {},
1153
- "deprecateAliases": true,
1154
- "description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
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.",
1155
1089
  "examples": [
1156
- "Display information about all known and enabled metadata types in the org with alias \"my-dev-org\" using API version 57.0:\n$ <%= config.bin %> <%= command.id %> --api-version 57.0 --target-org my-dev-org",
1157
- "Display only the metadata types that aren't yet supported by Salesforce CLI in your default org and write the results to the specified file:\n$ <%= config.bin %> <%= command.id %> --output-file /path/to/outputfilename.txt --filter-known"
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 %>"
1158
1093
  ],
1159
1094
  "flags": {
1160
1095
  "json": {
@@ -1172,36 +1107,8 @@
1172
1107
  "multiple": false,
1173
1108
  "type": "option"
1174
1109
  },
1175
- "api-version": {
1176
- "aliases": [
1177
- "apiversion",
1178
- "a"
1179
- ],
1180
- "deprecateAliases": true,
1181
- "description": "Override the api version used for api requests made by this command",
1182
- "name": "api-version",
1183
- "summary": "API version to use; default is the most recent API version.",
1184
- "hasDynamicHelp": false,
1185
- "multiple": false,
1186
- "type": "option"
1187
- },
1188
- "loglevel": {
1189
- "deprecated": {
1190
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1191
- },
1192
- "hidden": true,
1193
- "name": "loglevel",
1194
- "hasDynamicHelp": false,
1195
- "multiple": false,
1196
- "type": "option"
1197
- },
1198
1110
  "target-org": {
1199
- "aliases": [
1200
- "targetusername",
1201
- "u"
1202
- ],
1203
1111
  "char": "o",
1204
- "deprecateAliases": true,
1205
1112
  "name": "target-org",
1206
1113
  "noCacheDefault": true,
1207
1114
  "required": true,
@@ -1209,78 +1116,43 @@
1209
1116
  "hasDynamicHelp": true,
1210
1117
  "multiple": false,
1211
1118
  "type": "option"
1212
- },
1213
- "output-file": {
1214
- "aliases": [
1215
- "resultfile"
1216
- ],
1217
- "char": "f",
1218
- "deprecateAliases": true,
1219
- "description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
1220
- "name": "output-file",
1221
- "summary": "Pathname of the file in which to write the results.",
1222
- "hasDynamicHelp": false,
1223
- "multiple": false,
1224
- "type": "option"
1225
- },
1226
- "filter-known": {
1227
- "aliases": [
1228
- "filterknown"
1229
- ],
1230
- "char": "k",
1231
- "deprecateAliases": true,
1232
- "hidden": true,
1233
- "name": "filter-known",
1234
- "summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
1235
- "allowNo": false,
1236
- "type": "boolean"
1237
1119
  }
1238
1120
  },
1239
1121
  "hasDynamicHelp": true,
1240
1122
  "hiddenAliases": [],
1241
- "id": "org:list:metadata-types",
1123
+ "id": "org:enable:tracking",
1242
1124
  "pluginAlias": "@salesforce/plugin-org",
1243
1125
  "pluginName": "@salesforce/plugin-org",
1244
1126
  "pluginType": "core",
1245
1127
  "strict": true,
1246
- "summary": "Display details about the metadata types that are enabled for your org.",
1128
+ "summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
1247
1129
  "enableJsonFlag": true,
1248
1130
  "isESM": true,
1249
1131
  "relativePath": [
1250
1132
  "lib",
1251
1133
  "commands",
1252
1134
  "org",
1253
- "list",
1254
- "metadata-types.js"
1255
- ],
1256
- "aliasPermutations": [
1257
- "force:mdapi:describemetadata",
1258
- "mdapi:force:describemetadata",
1259
- "mdapi:describemetadata:force",
1260
- "force:describemetadata:mdapi",
1261
- "describemetadata:force:mdapi",
1262
- "describemetadata:mdapi:force"
1135
+ "enable",
1136
+ "tracking.js"
1263
1137
  ],
1138
+ "aliasPermutations": [],
1264
1139
  "permutations": [
1265
- "org:list:metadata-types",
1266
- "list:org:metadata-types",
1267
- "list:metadata-types:org",
1268
- "org:metadata-types:list",
1269
- "metadata-types:org:list",
1270
- "metadata-types:list:org"
1140
+ "org:enable:tracking",
1141
+ "enable:org:tracking",
1142
+ "enable:tracking:org",
1143
+ "org:tracking:enable",
1144
+ "tracking:org:enable",
1145
+ "tracking:enable:org"
1271
1146
  ]
1272
1147
  },
1273
- "org:list:metadata": {
1274
- "aliases": [
1275
- "force:mdapi:listmetadata"
1276
- ],
1148
+ "org:open:agent": {
1149
+ "aliases": [],
1277
1150
  "args": {},
1278
- "deprecateAliases": true,
1279
- "description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
1151
+ "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.",
1280
1152
  "examples": [
1281
- "List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
1282
- "List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
1283
- "List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
1153
+ "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",
1154
+ "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1155
+ "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"
1284
1156
  ],
1285
1157
  "flags": {
1286
1158
  "json": {
@@ -1298,36 +1170,8 @@
1298
1170
  "multiple": false,
1299
1171
  "type": "option"
1300
1172
  },
1301
- "api-version": {
1302
- "aliases": [
1303
- "apiversion",
1304
- "a"
1305
- ],
1306
- "deprecateAliases": true,
1307
- "description": "Override the api version used for api requests made by this command",
1308
- "name": "api-version",
1309
- "summary": "API version to use; default is the most recent API version.",
1310
- "hasDynamicHelp": false,
1311
- "multiple": false,
1312
- "type": "option"
1313
- },
1314
- "loglevel": {
1315
- "deprecated": {
1316
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1317
- },
1318
- "hidden": true,
1319
- "name": "loglevel",
1320
- "hasDynamicHelp": false,
1321
- "multiple": false,
1322
- "type": "option"
1323
- },
1324
1173
  "target-org": {
1325
- "aliases": [
1326
- "targetusername",
1327
- "u"
1328
- ],
1329
1174
  "char": "o",
1330
- "deprecateAliases": true,
1331
1175
  "name": "target-org",
1332
1176
  "noCacheDefault": true,
1333
1177
  "required": true,
@@ -1336,82 +1180,96 @@
1336
1180
  "multiple": false,
1337
1181
  "type": "option"
1338
1182
  },
1339
- "output-file": {
1340
- "aliases": [
1341
- "resultfile"
1342
- ],
1343
- "char": "f",
1344
- "deprecateAliases": true,
1345
- "name": "output-file",
1346
- "summary": "Pathname of the file in which to write the results.",
1183
+ "api-version": {
1184
+ "description": "Override the api version used for api requests made by this command",
1185
+ "name": "api-version",
1347
1186
  "hasDynamicHelp": false,
1348
1187
  "multiple": false,
1349
1188
  "type": "option"
1350
1189
  },
1351
- "metadata-type": {
1352
- "aliases": [
1353
- "metadatatype"
1354
- ],
1355
- "char": "m",
1356
- "deprecateAliases": true,
1357
- "name": "metadata-type",
1190
+ "api-name": {
1191
+ "char": "n",
1192
+ "name": "api-name",
1358
1193
  "required": true,
1359
- "summary": "Metadata type to be retrieved, such as CustomObject; metadata type names are case-sensitive.",
1194
+ "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1360
1195
  "hasDynamicHelp": false,
1361
1196
  "multiple": false,
1362
1197
  "type": "option"
1363
1198
  },
1364
- "folder": {
1365
- "description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
1366
- "name": "folder",
1367
- "summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
1199
+ "private": {
1200
+ "exclusive": [
1201
+ "url-only",
1202
+ "browser"
1203
+ ],
1204
+ "name": "private",
1205
+ "summary": "Open the org in the default browser using private (incognito) mode.",
1206
+ "allowNo": false,
1207
+ "type": "boolean"
1208
+ },
1209
+ "browser": {
1210
+ "char": "b",
1211
+ "exclusive": [
1212
+ "url-only",
1213
+ "private"
1214
+ ],
1215
+ "name": "browser",
1216
+ "summary": "Browser where the org opens.",
1368
1217
  "hasDynamicHelp": false,
1369
1218
  "multiple": false,
1219
+ "options": [
1220
+ "chrome",
1221
+ "edge",
1222
+ "firefox"
1223
+ ],
1370
1224
  "type": "option"
1225
+ },
1226
+ "url-only": {
1227
+ "aliases": [
1228
+ "urlonly"
1229
+ ],
1230
+ "char": "r",
1231
+ "deprecateAliases": true,
1232
+ "name": "url-only",
1233
+ "summary": "Display navigation URL, but don’t launch browser.",
1234
+ "allowNo": false,
1235
+ "type": "boolean"
1371
1236
  }
1372
1237
  },
1373
1238
  "hasDynamicHelp": true,
1374
1239
  "hiddenAliases": [],
1375
- "id": "org:list:metadata",
1240
+ "id": "org:open:agent",
1376
1241
  "pluginAlias": "@salesforce/plugin-org",
1377
1242
  "pluginName": "@salesforce/plugin-org",
1378
1243
  "pluginType": "core",
1379
1244
  "strict": true,
1380
- "summary": "List the metadata components and properties of a specified type.",
1245
+ "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1381
1246
  "enableJsonFlag": true,
1382
1247
  "isESM": true,
1383
1248
  "relativePath": [
1384
1249
  "lib",
1385
1250
  "commands",
1386
1251
  "org",
1387
- "list",
1388
- "metadata.js"
1389
- ],
1390
- "aliasPermutations": [
1391
- "force:mdapi:listmetadata",
1392
- "mdapi:force:listmetadata",
1393
- "mdapi:listmetadata:force",
1394
- "force:listmetadata:mdapi",
1395
- "listmetadata:force:mdapi",
1396
- "listmetadata:mdapi:force"
1252
+ "open",
1253
+ "agent.js"
1397
1254
  ],
1255
+ "aliasPermutations": [],
1398
1256
  "permutations": [
1399
- "org:list:metadata",
1400
- "list:org:metadata",
1401
- "list:metadata:org",
1402
- "org:metadata:list",
1403
- "metadata:org:list",
1404
- "metadata:list:org"
1257
+ "org:open:agent",
1258
+ "open:org:agent",
1259
+ "open:agent:org",
1260
+ "org:agent:open",
1261
+ "agent:org:open",
1262
+ "agent:open:org"
1405
1263
  ]
1406
1264
  },
1407
- "org:open:agent": {
1265
+ "org:open:authoring-bundle": {
1408
1266
  "aliases": [],
1409
1267
  "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.",
1268
+ "description": "The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.\n\nTo generate the URL but not launch it in your browser, specify --url-only.",
1411
1269
  "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"
1270
+ "Open the agents list view in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %>",
1271
+ "Open the agents list view in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private",
1272
+ "Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox"
1415
1273
  ],
1416
1274
  "flags": {
1417
1275
  "json": {
@@ -1446,15 +1304,6 @@
1446
1304
  "multiple": false,
1447
1305
  "type": "option"
1448
1306
  },
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
1307
  "private": {
1459
1308
  "exclusive": [
1460
1309
  "url-only",
@@ -1489,19 +1338,19 @@
1489
1338
  "char": "r",
1490
1339
  "deprecateAliases": true,
1491
1340
  "name": "url-only",
1492
- "summary": "Display navigation URL, but dont launch browser.",
1341
+ "summary": "Display navigation URL, but don't launch browser.",
1493
1342
  "allowNo": false,
1494
1343
  "type": "boolean"
1495
1344
  }
1496
1345
  },
1497
1346
  "hasDynamicHelp": true,
1498
1347
  "hiddenAliases": [],
1499
- "id": "org:open:agent",
1348
+ "id": "org:open:authoring-bundle",
1500
1349
  "pluginAlias": "@salesforce/plugin-org",
1501
1350
  "pluginName": "@salesforce/plugin-org",
1502
1351
  "pluginType": "core",
1503
1352
  "strict": true,
1504
- "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1353
+ "summary": "Open your org in Agentforce Studio, specically in the list view showing the list of agents.",
1505
1354
  "enableJsonFlag": true,
1506
1355
  "isESM": true,
1507
1356
  "relativePath": [
@@ -1509,26 +1358,28 @@
1509
1358
  "commands",
1510
1359
  "org",
1511
1360
  "open",
1512
- "agent.js"
1361
+ "authoring-bundle.js"
1513
1362
  ],
1514
1363
  "aliasPermutations": [],
1515
1364
  "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"
1365
+ "org:open:authoring-bundle",
1366
+ "open:org:authoring-bundle",
1367
+ "open:authoring-bundle:org",
1368
+ "org:authoring-bundle:open",
1369
+ "authoring-bundle:org:open",
1370
+ "authoring-bundle:open:org"
1522
1371
  ]
1523
1372
  },
1524
- "org:open:authoring-bundle": {
1525
- "aliases": [],
1373
+ "org:list:metadata-types": {
1374
+ "aliases": [
1375
+ "force:mdapi:describemetadata"
1376
+ ],
1526
1377
  "args": {},
1527
- "description": "The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.\n\nTo generate the URL but not launch it in your browser, specify --url-only.",
1378
+ "deprecateAliases": true,
1379
+ "description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
1528
1380
  "examples": [
1529
- "Open the agents list view in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %>",
1530
- "Open the agents list view in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private",
1531
- "Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox"
1381
+ "Display information about all known and enabled metadata types in the org with alias \"my-dev-org\" using API version 57.0:\n$ <%= config.bin %> <%= command.id %> --api-version 57.0 --target-org my-dev-org",
1382
+ "Display only the metadata types that aren't yet supported by Salesforce CLI in your default org and write the results to the specified file:\n$ <%= config.bin %> <%= command.id %> --output-file /path/to/outputfilename.txt --filter-known"
1532
1383
  ],
1533
1384
  "flags": {
1534
1385
  "json": {
@@ -1546,8 +1397,36 @@
1546
1397
  "multiple": false,
1547
1398
  "type": "option"
1548
1399
  },
1400
+ "api-version": {
1401
+ "aliases": [
1402
+ "apiversion",
1403
+ "a"
1404
+ ],
1405
+ "deprecateAliases": true,
1406
+ "description": "Override the api version used for api requests made by this command",
1407
+ "name": "api-version",
1408
+ "summary": "API version to use; default is the most recent API version.",
1409
+ "hasDynamicHelp": false,
1410
+ "multiple": false,
1411
+ "type": "option"
1412
+ },
1413
+ "loglevel": {
1414
+ "deprecated": {
1415
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1416
+ },
1417
+ "hidden": true,
1418
+ "name": "loglevel",
1419
+ "hasDynamicHelp": false,
1420
+ "multiple": false,
1421
+ "type": "option"
1422
+ },
1549
1423
  "target-org": {
1424
+ "aliases": [
1425
+ "targetusername",
1426
+ "u"
1427
+ ],
1550
1428
  "char": "o",
1429
+ "deprecateAliases": true,
1551
1430
  "name": "target-org",
1552
1431
  "noCacheDefault": true,
1553
1432
  "required": true,
@@ -1556,77 +1435,198 @@
1556
1435
  "multiple": false,
1557
1436
  "type": "option"
1558
1437
  },
1559
- "api-version": {
1560
- "description": "Override the api version used for api requests made by this command",
1561
- "name": "api-version",
1438
+ "output-file": {
1439
+ "aliases": [
1440
+ "resultfile"
1441
+ ],
1442
+ "char": "f",
1443
+ "deprecateAliases": true,
1444
+ "description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
1445
+ "name": "output-file",
1446
+ "summary": "Pathname of the file in which to write the results.",
1562
1447
  "hasDynamicHelp": false,
1563
1448
  "multiple": false,
1564
1449
  "type": "option"
1565
1450
  },
1566
- "private": {
1567
- "exclusive": [
1568
- "url-only",
1569
- "browser"
1451
+ "filter-known": {
1452
+ "aliases": [
1453
+ "filterknown"
1570
1454
  ],
1571
- "name": "private",
1572
- "summary": "Open the org in the default browser using private (incognito) mode.",
1455
+ "char": "k",
1456
+ "deprecateAliases": true,
1457
+ "hidden": true,
1458
+ "name": "filter-known",
1459
+ "summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
1460
+ "allowNo": false,
1461
+ "type": "boolean"
1462
+ }
1463
+ },
1464
+ "hasDynamicHelp": true,
1465
+ "hiddenAliases": [],
1466
+ "id": "org:list:metadata-types",
1467
+ "pluginAlias": "@salesforce/plugin-org",
1468
+ "pluginName": "@salesforce/plugin-org",
1469
+ "pluginType": "core",
1470
+ "strict": true,
1471
+ "summary": "Display details about the metadata types that are enabled for your org.",
1472
+ "enableJsonFlag": true,
1473
+ "isESM": true,
1474
+ "relativePath": [
1475
+ "lib",
1476
+ "commands",
1477
+ "org",
1478
+ "list",
1479
+ "metadata-types.js"
1480
+ ],
1481
+ "aliasPermutations": [
1482
+ "force:mdapi:describemetadata",
1483
+ "mdapi:force:describemetadata",
1484
+ "mdapi:describemetadata:force",
1485
+ "force:describemetadata:mdapi",
1486
+ "describemetadata:force:mdapi",
1487
+ "describemetadata:mdapi:force"
1488
+ ],
1489
+ "permutations": [
1490
+ "org:list:metadata-types",
1491
+ "list:org:metadata-types",
1492
+ "list:metadata-types:org",
1493
+ "org:metadata-types:list",
1494
+ "metadata-types:org:list",
1495
+ "metadata-types:list:org"
1496
+ ]
1497
+ },
1498
+ "org:list:metadata": {
1499
+ "aliases": [
1500
+ "force:mdapi:listmetadata"
1501
+ ],
1502
+ "args": {},
1503
+ "deprecateAliases": true,
1504
+ "description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
1505
+ "examples": [
1506
+ "List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
1507
+ "List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
1508
+ "List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
1509
+ ],
1510
+ "flags": {
1511
+ "json": {
1512
+ "description": "Format output as json.",
1513
+ "helpGroup": "GLOBAL",
1514
+ "name": "json",
1573
1515
  "allowNo": false,
1574
1516
  "type": "boolean"
1575
1517
  },
1576
- "browser": {
1577
- "char": "b",
1578
- "exclusive": [
1579
- "url-only",
1580
- "private"
1518
+ "flags-dir": {
1519
+ "helpGroup": "GLOBAL",
1520
+ "name": "flags-dir",
1521
+ "summary": "Import flag values from a directory.",
1522
+ "hasDynamicHelp": false,
1523
+ "multiple": false,
1524
+ "type": "option"
1525
+ },
1526
+ "api-version": {
1527
+ "aliases": [
1528
+ "apiversion",
1529
+ "a"
1581
1530
  ],
1582
- "name": "browser",
1583
- "summary": "Browser where the org opens.",
1531
+ "deprecateAliases": true,
1532
+ "description": "Override the api version used for api requests made by this command",
1533
+ "name": "api-version",
1534
+ "summary": "API version to use; default is the most recent API version.",
1584
1535
  "hasDynamicHelp": false,
1585
1536
  "multiple": false,
1586
- "options": [
1587
- "chrome",
1588
- "edge",
1589
- "firefox"
1537
+ "type": "option"
1538
+ },
1539
+ "loglevel": {
1540
+ "deprecated": {
1541
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1542
+ },
1543
+ "hidden": true,
1544
+ "name": "loglevel",
1545
+ "hasDynamicHelp": false,
1546
+ "multiple": false,
1547
+ "type": "option"
1548
+ },
1549
+ "target-org": {
1550
+ "aliases": [
1551
+ "targetusername",
1552
+ "u"
1590
1553
  ],
1554
+ "char": "o",
1555
+ "deprecateAliases": true,
1556
+ "name": "target-org",
1557
+ "noCacheDefault": true,
1558
+ "required": true,
1559
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1560
+ "hasDynamicHelp": true,
1561
+ "multiple": false,
1591
1562
  "type": "option"
1592
1563
  },
1593
- "url-only": {
1564
+ "output-file": {
1594
1565
  "aliases": [
1595
- "urlonly"
1566
+ "resultfile"
1596
1567
  ],
1597
- "char": "r",
1568
+ "char": "f",
1598
1569
  "deprecateAliases": true,
1599
- "name": "url-only",
1600
- "summary": "Display navigation URL, but don't launch browser.",
1601
- "allowNo": false,
1602
- "type": "boolean"
1570
+ "name": "output-file",
1571
+ "summary": "Pathname of the file in which to write the results.",
1572
+ "hasDynamicHelp": false,
1573
+ "multiple": false,
1574
+ "type": "option"
1575
+ },
1576
+ "metadata-type": {
1577
+ "aliases": [
1578
+ "metadatatype"
1579
+ ],
1580
+ "char": "m",
1581
+ "deprecateAliases": true,
1582
+ "name": "metadata-type",
1583
+ "required": true,
1584
+ "summary": "Metadata type to be retrieved, such as CustomObject; metadata type names are case-sensitive.",
1585
+ "hasDynamicHelp": false,
1586
+ "multiple": false,
1587
+ "type": "option"
1588
+ },
1589
+ "folder": {
1590
+ "description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
1591
+ "name": "folder",
1592
+ "summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
1593
+ "hasDynamicHelp": false,
1594
+ "multiple": false,
1595
+ "type": "option"
1603
1596
  }
1604
1597
  },
1605
1598
  "hasDynamicHelp": true,
1606
1599
  "hiddenAliases": [],
1607
- "id": "org:open:authoring-bundle",
1600
+ "id": "org:list:metadata",
1608
1601
  "pluginAlias": "@salesforce/plugin-org",
1609
1602
  "pluginName": "@salesforce/plugin-org",
1610
1603
  "pluginType": "core",
1611
1604
  "strict": true,
1612
- "summary": "Open your org in Agentforce Studio, specically in the list view showing the list of agents.",
1605
+ "summary": "List the metadata components and properties of a specified type.",
1613
1606
  "enableJsonFlag": true,
1614
1607
  "isESM": true,
1615
1608
  "relativePath": [
1616
1609
  "lib",
1617
1610
  "commands",
1618
1611
  "org",
1619
- "open",
1620
- "authoring-bundle.js"
1612
+ "list",
1613
+ "metadata.js"
1614
+ ],
1615
+ "aliasPermutations": [
1616
+ "force:mdapi:listmetadata",
1617
+ "mdapi:force:listmetadata",
1618
+ "mdapi:listmetadata:force",
1619
+ "force:listmetadata:mdapi",
1620
+ "listmetadata:force:mdapi",
1621
+ "listmetadata:mdapi:force"
1621
1622
  ],
1622
- "aliasPermutations": [],
1623
1623
  "permutations": [
1624
- "org:open:authoring-bundle",
1625
- "open:org:authoring-bundle",
1626
- "open:authoring-bundle:org",
1627
- "org:authoring-bundle:open",
1628
- "authoring-bundle:org:open",
1629
- "authoring-bundle:open:org"
1624
+ "org:list:metadata",
1625
+ "list:org:metadata",
1626
+ "list:metadata:org",
1627
+ "org:metadata:list",
1628
+ "metadata:org:list",
1629
+ "metadata:list:org"
1630
1630
  ]
1631
1631
  },
1632
1632
  "org:refresh:sandbox": {
@@ -1983,5 +1983,5 @@
1983
1983
  ]
1984
1984
  }
1985
1985
  },
1986
- "version": "5.9.60"
1986
+ "version": "5.9.61"
1987
1987
  }
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.60",
4
+ "version": "5.9.61",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4.5.6",
9
9
  "@oclif/multi-stage-output": "^0.8.29",
10
- "@salesforce/core": "^8.24.3",
10
+ "@salesforce/core": "^8.25.0",
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "@salesforce/sf-plugins-core": "^12.2.6",
13
13
  "@salesforce/source-deploy-retrieve": "^12.31.7",
@@ -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.60.crt",
232
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.60.sig"
231
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.61.crt",
232
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.61.sig"
233
233
  }
234
234
  }