mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
34 lines
800 B
Markdown
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-->
|