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
3. Create your plugin's repo in the salesforcecli github org
23
-
4. When you're ready, replace the contents of this README with the information you want.
24
-
25
-
## Learn about `sf` plugins
26
-
27
-
Salesforce CLI plugins are based on the [oclif plugin framework](https://oclif.io/docs/introduction). Read the [plugin developer guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_plugins.meta/sfdx_cli_plugins/cli_plugins_architecture_sf_cli.htm) to learn about Salesforce CLI plugin development.
28
-
29
-
This repository contains a lot of additional scripts and tools to help with general Salesforce node development and enforce coding standards. You should familiarize yourself with some of the [node developer packages](#tooling) used by Salesforce. There is also a default circleci config using the [release management orb](https://github.com/forcedotcom/npm-release-management-orb) standards.
30
-
31
-
Additionally, there are some additional tests that the Salesforce CLI will enforce if this plugin is ever bundled with the CLI. These test are included by default under the `posttest` script and it is required to keep these tests active in your plugin if you plan to have it bundled.
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.
7
+
A Salesforce CLI plugin for building web applications that integrate with Salesforce. This plugin provides tools for local development, packaging, and deployment of webapps with built-in Salesforce authentication.
46
8
47
9
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).
48
10
@@ -62,7 +24,7 @@ We always recommend using the latest version of these commands bundled with the
62
24
1.**Install the plugin:**
63
25
64
26
```bash
65
-
sf plugins install @salesforce/plugin-webapp
27
+
sf plugins install @salesforce/plugin-app-dev
66
28
```
67
29
68
30
2.**Authenticate with Salesforce:**
@@ -107,7 +69,7 @@ We always recommend using the latest version of these commands bundled with the
107
69
## Install
108
70
109
71
```bash
110
-
sf plugins install @salesforce/plugin-webapp@x.y.z
72
+
sf plugins install @salesforce/plugin-app-dev@x.y.z
111
73
```
112
74
113
75
## Issues
@@ -139,7 +101,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
0 commit comments