1- # plugin-ui-bundle -dev
1+ # plugin-app -dev
22
3- [ ![ NPM] ( https://img.shields.io/npm/v/@salesforce/plugin-ui-bundle- dev.svg?label=@salesforce/plugin-ui-bundle- dev )] ( https://www.npmjs.com/package/@salesforce/plugin-ui-bundle- dev ) [ ![ Downloads/week] ( https://img.shields.io/npm/dw/@salesforce/plugin-ui-bundle- dev.svg )] ( https://npmjs.org/package/@salesforce/plugin-ui-bundle -dev ) [ ![ License] ( https://img.shields.io/badge/License-Apache--2.0-blue.svg )] ( https://opensource.org/license/apache-2-0 )
3+ [ ![ NPM] ( https://img.shields.io/npm/v/@salesforce/plugin-app- dev.svg?label=@salesforce/plugin-app- dev )] ( https://www.npmjs.com/package/@salesforce/plugin-app- dev ) [ ![ Downloads/week] ( https://img.shields.io/npm/dw/@salesforce/plugin-app- dev.svg )] ( https://npmjs.org/package/@salesforce/plugin-app -dev ) [ ![ License] ( https://img.shields.io/badge/License-Apache--2.0-blue.svg )] ( https://opensource.org/license/apache-2-0 )
44
55# Salesforce CLI App Dev Plugin
66
@@ -24,7 +24,7 @@ We always recommend using the latest version of these commands bundled with the
24241 . ** Install the plugin:**
2525
2626 ``` bash
27- sf plugins install @salesforce/plugin-ui-bundle -dev
27+ sf plugins install @salesforce/plugin-app -dev
2828 ```
2929
30302 . ** Authenticate with Salesforce:**
@@ -50,12 +50,12 @@ We always recommend using the latest version of these commands bundled with the
5050
51514 . ** Start development:**
5252 ``` bash
53- sf ui-bundle dev --name myapp --target-org myorg --open
53+ sf webapp dev --name myapp --target-org myorg --open
5454 ```
5555
5656## Documentation
5757
58- 📚 ** [ Complete Guide] ( SF_UI_BUNDLE_DEV_GUIDE .md) ** - Comprehensive documentation covering:
58+ 📚 ** [ Complete Guide] ( SF_WEBAPP_DEV_GUIDE .md) ** - Comprehensive documentation covering:
5959
6060- Overview and architecture
6161- Getting started (5-minute quick start)
@@ -69,7 +69,7 @@ We always recommend using the latest version of these commands bundled with the
6969## Install
7070
7171``` bash
72- sf plugins install @salesforce/plugin-ui-bundle -dev@x.y.z
72+ sf plugins install @salesforce/plugin-app -dev@x.y.z
7373```
7474
7575## Issues
@@ -101,7 +101,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
101101
102102``` bash
103103# Clone the repository
104- git clone git@github.com:salesforcecli/plugin-ui-bundle -dev
104+ git clone git@github.com:salesforcecli/plugin-app -dev
105105
106106# Install the dependencies and compile
107107yarn && yarn build
@@ -125,9 +125,9 @@ sf plugins
125125
126126## Commands
127127
128- ### ` sf ui-bundle dev `
128+ ### ` sf webapp dev `
129129
130- Start a local development proxy server for ui-bundle development with Salesforce authentication.
130+ Start a local development proxy server for webapp development with Salesforce authentication.
131131
132132** Two operating modes:**
133133
@@ -136,7 +136,7 @@ Start a local development proxy server for ui-bundle development with Salesforce
136136
137137``` bash
138138USAGE
139- $ sf ui-bundle dev --name < webapp-name> --target-org < org-alias> [options]
139+ $ sf webapp dev --name < webapp-name> --target-org < org-alias> [options]
140140
141141REQUIRED FLAGS
142142 -n, --name=< value> Name of the webapp (must match webapplication.json)
@@ -156,18 +156,18 @@ DESCRIPTION
156156EXAMPLES
157157 Command mode (CLI starts dev server, default port 5173):
158158
159- $ sf ui-bundle dev --name myapp --target-org myorg --open
159+ $ sf webapp dev --name myapp --target-org myorg --open
160160
161161 URL-only mode (dev server already running):
162162
163- $ sf ui-bundle dev --name myapp --target-org myorg --url http://localhost:5173 --open
163+ $ sf webapp dev --name myapp --target-org myorg --url http://localhost:5173 --open
164164
165165 Custom proxy port:
166166
167- $ sf ui-bundle dev --name myapp --target-org myorg --port 8080 --open
167+ $ sf webapp dev --name myapp --target-org myorg --port 8080 --open
168168
169169SEE ALSO
170- - Complete Guide: SF_UI_BUNDLE_DEV_GUIDE .md
170+ - Complete Guide: SF_WEBAPP_DEV_GUIDE .md
171171```
172172
173173<!-- commandsstop -->
0 commit comments