Nuxt/docs/3.api/4.commands/info.md
2025-01-16 23:58:26 +00:00

34 lines
800 B
Markdown

---
title: "nuxi info"
description: The info command logs information about the current or specified Nuxt project.
links:
- label: Source
icon: i-simple-icons-github
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/info.ts
size: xs
---
<!--info-cmd-->
```bash [Terminal]
npx nuxi info [ROOTDIR] [--cwd=<directory>]
```
<!--/info-cmd-->
The `info` command logs information about the current or specified Nuxt project.
## Arguments
<!--info-args-->
Argument | Description
--- | ---
`ROOTDIR="."` | Specifies the working directory (default: `.`)
<!--/info-args-->
## Options
<!--info-opts-->
Option | Default | Description
--- | --- | ---
`--cwd=<directory>` | | Specify the working directory, this takes precedence over ROOTDIR (default: `.`)
<!--/info-opts-->