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
# Everything past here is only a suggestion as to what should be in your specific plugin's description
43
+
# Salesforce CLI Webapp Plugin
44
+
45
+
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.
44
46
45
47
This plugin is bundled with the [Salesforce CLI](https://developer.salesforce.com/tools/sfdxcli). For more information on the CLI, read the [getting started guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm).
46
48
47
49
We always recommend using the latest version of these commands bundled with the CLI, however, you can install a specific version or tag if needed.
48
50
51
+
## Features
52
+
53
+
- 🔐 **Local Development Proxy** - Run webapps locally with automatic Salesforce authentication
54
+
- 🌐 **Intelligent Request Routing** - Automatically routes requests between Salesforce APIs and dev servers
55
+
- 🔄 **Dev Server Management** - Spawns and monitors dev servers (Vite, CRA, Next.js)
56
+
- 🎨 **Beautiful Error Handling** - HTML error pages with auto-refresh and diagnostics
57
+
- 💚 **Health Monitoring** - Periodic health checks with status updates
0 commit comments