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
A Salesforce CLI plugin for building and deploying web applications that integrate with Salesforce. This plugin provides tools for local development, packaging, and deployment of webapps with built-in Salesforce authentication.
46
46
@@ -62,7 +62,7 @@ We always recommend using the latest version of these commands bundled with the
62
62
1.**Install the plugin:**
63
63
64
64
```bash
65
-
sf plugins install @salesforce/plugin-webapp
65
+
sf plugins install @salesforce/plugin-app-dev
66
66
```
67
67
68
68
2.**Authenticate with Salesforce:**
@@ -107,7 +107,7 @@ We always recommend using the latest version of these commands bundled with the
107
107
## Install
108
108
109
109
```bash
110
-
sf plugins install @salesforce/plugin-webapp@x.y.z
110
+
sf plugins install @salesforce/plugin-app-dev@x.y.z
111
111
```
112
112
113
113
## Issues
@@ -139,7 +139,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
0 commit comments