You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename uibundle.json to ui-bundle.json and update references
Rename manifest filename from uibundle.json to ui-bundle.json (with
hyphen) across source, messages, and tests for consistency with the
ui-bundle naming convention.
Copy file name to clipboardExpand all lines: messages/ui-bundle.dev.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ Name of the UI bundle to preview.
18
18
19
19
# flags.name.description
20
20
21
-
The unique name of the UI bundle, as defined by the "name" property in the uibundle.json runtime configuration file. The uibundle.json file is located in the "uiBundles" metadata directory of your DX project, such as force-app/main/default/uiBundles/MyApp/uibundle.json.
21
+
The unique name of the UI bundle, as defined by the "name" property in the ui-bundle.json runtime configuration file. The ui-bundle.json file is located in the "uiBundles" metadata directory of your DX project, such as force-app/main/default/uiBundles/MyApp/ui-bundle.json.
22
22
23
-
If you don't specify this flag, the command automatically discovers the uibundle.json files in the current directory and subdirectories. If the command finds only one uibundle.json, it automatically uses it. If it finds multiple files, the command prompts you to select one.
23
+
If you don't specify this flag, the command automatically discovers the ui-bundle.json files in the current directory and subdirectories. If the command finds only one ui-bundle.json, it automatically uses it. If it finds multiple files, the command prompts you to select one.
24
24
25
25
# flags.url.summary
26
26
27
27
URL where your developer server runs, such as https://localhost:5173. All UI, static, and hot deployment requests are forwarded to this URL.
28
28
29
29
# flags.url.description
30
30
31
-
You must specify this flag if the UI bundle's uibundle.json file doesn't contain a value for either the "dev.command" or "dev.url" configuration properties. All non-Salesforce API requests are forwarded to this URL.
31
+
You must specify this flag if the UI bundle's ui-bundle.json file doesn't contain a value for either the "dev.command" or "dev.url" configuration properties. All non-Salesforce API requests are forwarded to this URL.
32
32
33
-
If you specify this flag, it overrides the value in the uibundle.json file.
33
+
If you specify this flag, it overrides the value in the ui-bundle.json file.
34
34
35
35
This is the order of precedence that the dev server uses for the URL: --url flag > manifest dev.url > URL from the dev server process (which was started using either manifest dev.command or default npm run dev).
36
36
@@ -52,7 +52,7 @@ This flag saves you from manually copying and pasting the URL. The browser opens
52
52
53
53
# examples
54
54
55
-
- Start the local development (dev) server by automatically discovering the UI bundle's uibundle.json file; use the org with alias "myorg":
55
+
- Start the local development (dev) server by automatically discovering the UI bundle's ui-bundle.json file; use the org with alias "myorg":
0 commit comments