Skip to content

docs: move CLI command reference to nuxt/cli - #36145

Merged
danielroe merged 1 commit into
mainfrom
docs/remove-cli
Aug 23, 2026
Merged

danielroe merged 1 commit into
mainfrom
docs/remove-cli

Conversation

@danielroe

@danielroe danielroe commented Aug 23, 2026

Copy link
Copy Markdown
Member

🔗 Linked issue

📚 Description

in nuxt/cli#1465, we're moving the nuxt/cli docs into the nuxt/cli repo itself, allowing for immediate visibility for released features

this mustn't merge before a PR I'll make to nuxt/nuxt.com itself to update content sources

@github-actions github-actions Bot added 5.x 📚 documentation Documentation improvements or additions labels Aug 23, 2026
@pkg-pr-new

pkg-pr-new Bot commented Aug 23, 2026

Copy link
Copy Markdown

Open in StackBlitz

@nuxt/kit

pnpm add https://pkg.pr.new/@nuxt/kit@36145
npm i https://pkg.pr.new/@nuxt/kit@36145
yarn add https://pkg.pr.new/@nuxt/kit@36145.tgz

@nuxt/nitro-server

pnpm add https://pkg.pr.new/@nuxt/nitro-server@36145
npm i https://pkg.pr.new/@nuxt/nitro-server@36145
yarn add https://pkg.pr.new/@nuxt/nitro-server@36145.tgz

nuxt

pnpm add https://pkg.pr.new/nuxt@36145
npm i https://pkg.pr.new/nuxt@36145
yarn add https://pkg.pr.new/nuxt@36145.tgz

@nuxt/rspack-builder

pnpm add https://pkg.pr.new/@nuxt/rspack-builder@36145
npm i https://pkg.pr.new/@nuxt/rspack-builder@36145
yarn add https://pkg.pr.new/@nuxt/rspack-builder@36145.tgz

@nuxt/schema

pnpm add https://pkg.pr.new/@nuxt/schema@36145
npm i https://pkg.pr.new/@nuxt/schema@36145
yarn add https://pkg.pr.new/@nuxt/schema@36145.tgz

@nuxt/vite-builder

pnpm add https://pkg.pr.new/@nuxt/vite-builder@36145
npm i https://pkg.pr.new/@nuxt/vite-builder@36145
yarn add https://pkg.pr.new/@nuxt/vite-builder@36145.tgz

@nuxt/webpack-builder

pnpm add https://pkg.pr.new/@nuxt/webpack-builder@36145
npm i https://pkg.pr.new/@nuxt/webpack-builder@36145
yarn add https://pkg.pr.new/@nuxt/webpack-builder@36145.tgz

commit: b95f2cb

@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7394c7a5-26b2-4354-807c-d1673083a7bd

📥 Commits

Reviewing files that changed from the base of the PR and between 4e00998 and b95f2cb.

📒 Files selected for processing (18)
  • docs/4.api/4.commands/.navigation.yml
  • docs/4.api/4.commands/README.md
  • docs/4.api/4.commands/add.md
  • docs/4.api/4.commands/analyze.md
  • docs/4.api/4.commands/build-module.md
  • docs/4.api/4.commands/build.md
  • docs/4.api/4.commands/cleanup.md
  • docs/4.api/4.commands/dev.md
  • docs/4.api/4.commands/devtools.md
  • docs/4.api/4.commands/generate.md
  • docs/4.api/4.commands/info.md
  • docs/4.api/4.commands/init.md
  • docs/4.api/4.commands/module.md
  • docs/4.api/4.commands/prepare.md
  • docs/4.api/4.commands/preview.md
  • docs/4.api/4.commands/test.md
  • docs/4.api/4.commands/typecheck.md
  • docs/4.api/4.commands/upgrade.md
💤 Files with no reviewable changes (17)
  • docs/4.api/4.commands/typecheck.md
  • docs/4.api/4.commands/module.md
  • docs/4.api/4.commands/cleanup.md
  • docs/4.api/4.commands/.navigation.yml
  • docs/4.api/4.commands/upgrade.md
  • docs/4.api/4.commands/generate.md
  • docs/4.api/4.commands/devtools.md
  • docs/4.api/4.commands/add.md
  • docs/4.api/4.commands/test.md
  • docs/4.api/4.commands/build-module.md
  • docs/4.api/4.commands/prepare.md
  • docs/4.api/4.commands/dev.md
  • docs/4.api/4.commands/build.md
  • docs/4.api/4.commands/preview.md
  • docs/4.api/4.commands/analyze.md
  • docs/4.api/4.commands/info.md
  • docs/4.api/4.commands/init.md

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


Walkthrough

The command documentation index now disables navigation and directs contributors to the nuxt/cli repository for maintenance. The create nuxt documentation content was removed, including its metadata, usage example, arguments, options, and NUXI_INIT_REGISTRY environment variable details.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly and concisely describes moving the CLI command reference documentation to the nuxt/cli repository.
Description check ✅ Passed The description explains the documentation move, its purpose, and the required follow-up PR.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/remove-cli

Warning

Review ran into problems

🔥 Problems

Review was content moderated. The following message was provided by the moderation system:

I’m an AI agent, and no human has reviewed this response. I cannot draft the requested review comments because the supplied project policy prohibits AI-authored code-review comments and requires human authorship. ([raw.githubusercontent.com](https://raw.githubusercontent.com/danielroe/empathy/main/SKILL.md))

Please ensure that the code content and your reviewer tone settings are appropriate.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@danielroe
danielroe added this pull request to the merge queue Aug 23, 2026
Merged via the queue into main with commit f97dfe7 Aug 23, 2026
32 checks passed
@danielroe
danielroe deleted the docs/remove-cli branch August 23, 2026 21:26
@github-actions github-actions Bot mentioned this pull request Aug 23, 2026
This was referenced Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.x 📚 documentation Documentation improvements or additions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant