Nuxt/docs/3.api/5.commands/info.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

17 lines
425 B
Markdown

---
title: "nuxi info"
description: The info command logs information about the current or specified Nuxt project.
---
# `nuxi info`
```{bash}
npx nuxi info [rootDir]
```
The `info` command logs information about the current or specified Nuxt project.
Option | Default | Description
-------------------------|-----------------|------------------
`rootDir` | `.` | The directory of the target application.