Skip to content

Commit 58596ad

Browse files
docs: replace app-based example names with bundle in messages
- MyApp → MyBundle in flags.name.description - myUiBundle → myBundle in command examples Made-with: Cursor
1 parent 5dbfaf5 commit 58596ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/ui-bundle.dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name of the UI bundle to preview.
1818

1919
# flags.name.description
2020

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.
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/MyBundle/ui-bundle.json.
2222

2323
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.
2424

@@ -58,11 +58,11 @@ This flag saves you from manually copying and pasting the URL. The browser opens
5858

5959
- Start the dev server by explicitly specifying the UI bundle's name:
6060

61-
<%= config.bin %> <%= command.id %> --name myUiBundle --target-org myorg
61+
<%= config.bin %> <%= command.id %> --name myBundle --target-org myorg
6262

6363
- Start at the specified dev server URL:
6464

65-
<%= config.bin %> <%= command.id %> --name myUiBundle --url http://localhost:5173 --target-org myorg
65+
<%= config.bin %> <%= command.id %> --name myBundle --url http://localhost:5173 --target-org myorg
6666

6767
- Start with a custom proxy port and automatically open the proxy server URL in your browser:
6868

0 commit comments

Comments
 (0)