Skip to content

Commit 6ed21b1

Browse files
committed
docs: simplify analyze section, remove migration focus
1 parent 73bdf53 commit 6ed21b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

apps/docs/src/pages/guide/tooling/vuetify-cli.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,13 @@ https://0.vuetifyjs.com/?features=VBtn,VCard,useDisplay,...
300300

301301
This URL filters the v0 documentation to show **only the features you're actually using**, giving you a focused, clutter-free reference tailored to your project. Share this URL with your team to onboard developers faster.
302302

303-
#### Migration Planning
303+
#### JSON Output
304304

305-
The analyze command is invaluable for migration planning:
305+
Use `--reporter json` to integrate with CI/CD pipelines or custom tooling:
306306

307-
1. Run `vuetify analyze` on your existing Vuetify 3 project
308-
2. Review which components and composables you're using
309-
3. Check the generated URL to see v0 equivalents and migration paths
310-
4. Use `--reporter json` to integrate with CI/CD or custom tooling
307+
```bash
308+
vuetify analyze --reporter json --output report.json
309+
```
311310

312311
> [!ASKAI] How can I use the analyze command to plan a Vuetify migration?
313312

0 commit comments

Comments
 (0)