@@ -140,6 +140,7 @@ yarn update-snapshots
140140<!-- commands -->
141141
142142- [ ` sf lightning dev app ` ] ( #sf-lightning-dev-app )
143+ - [ ` sf lightning dev component ` ] ( #sf-lightning-dev-component )
143144- [ ` sf lightning dev site ` ] ( #sf-lightning-dev-site )
144145
145146## ` sf lightning dev app `
@@ -200,7 +201,41 @@ EXAMPLES
200201 $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201202```
202203
203- _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.1.2/src/commands/lightning/dev/app.ts ) _
204+ _ See code: [ src/commands/lightning/dev/app.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0/src/commands/lightning/dev/app.ts ) _
205+
206+ ## ` sf lightning dev component `
207+
208+ Preview LWC components in isolation.
209+
210+ ```
211+ USAGE
212+ $ sf lightning dev component -o <value> [--json] [--flags-dir <value>] [-n <value>]
213+
214+ FLAGS
215+ -n, --name=<value> Description of a flag.
216+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
217+ configuration variable is already set.
218+
219+ GLOBAL FLAGS
220+ --flags-dir=<value> Import flag values from a directory.
221+ --json Format output as json.
222+
223+ DESCRIPTION
224+ Preview LWC components in isolation.
225+
226+ Preview LWC components in isolation. Replacement for:
227+ https://developer.salesforce.com/docs/platform/sfvscode-extensions/guide/lwclocaldev.html
228+
229+ EXAMPLES
230+ $ sf lightning dev component
231+
232+ FLAG DESCRIPTIONS
233+ -n, --name=<value> Description of a flag.
234+
235+ More information about a flag. Don't repeat the summary.
236+ ```
237+
238+ _ See code: [ src/commands/lightning/dev/component.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0/src/commands/lightning/dev/component.ts ) _
204239
205240## ` sf lightning dev site `
206241
@@ -254,6 +289,6 @@ EXAMPLES
254289 $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
255290```
256291
257- _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.1.2 /src/commands/lightning/dev/site.ts ) _
292+ _ See code: [ src/commands/lightning/dev/site.ts] ( https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.0 /src/commands/lightning/dev/site.ts ) _
258293
259294<!-- commandsstop -->
0 commit comments