diff --git a/docs/content/3.docs/1.usage/8.cli.md b/docs/content/3.docs/1.usage/8.cli.md index 809a0a29e..579043d30 100644 --- a/docs/content/3.docs/1.usage/8.cli.md +++ b/docs/content/3.docs/1.usage/8.cli.md @@ -83,6 +83,18 @@ Option | Default | Description -------------------------|-----------------|------------------ `rootDir` | `.` | The directory of the target application. +## Analyze + +```{bash} +npx nuxi analyze [rootDir] +``` + +The `analyze` command builds nuxt and analyzes the production bundle (experimental) + +Option | Default | Description +-------------------------|-----------------|------------------ +`rootDir` | `.` | The directory of the target application. + ## Typecheck ```{bash}