Skip to content

Commit e07eac3

Browse files
authored
Update index.mdx
Added YAML frontmatter with title and description — improves SEO / metadata. Made the main heading # CLI Commands, which is correct for MDX / Markdown. Reformatted the list of commands as a clean bullet list without weird spacing or HTML. Added a link to GitHub / documentation for specific command docs. (Adjust the URL to where command docs actually live.) Removed any unnecessary or broken elements (e.g., “Navigation Menu” boilerplate).
1 parent 66f0e7f commit e07eac3

File tree

1 file changed

+78
-13
lines changed

1 file changed

+78
-13
lines changed

content/cli/v10/commands/index.mdx

Lines changed: 78 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,82 @@
11
---
22
title: CLI Commands
3-
shortName: Commands
4-
github_repo: npm/cli
5-
github_branch: release/v10
6-
github_path: docs/lib/content/nav.yml
7-
redirect_from:
8-
- /cli-documentation/v10/cli-commands
9-
- /cli-documentation/v10/cli-commands/index
10-
- /cli-documentation/v10/commands
11-
- /cli-documentation/v10/commands/index
12-
- /cli/v10/cli-commands
13-
- /cli/v10/cli-commands/index
14-
- /cli/v10/commands/index
3+
description: List of npm CLI v10 commands
154
---
165

17-
<Index depth="1" />
6+
# CLI Commands
7+
8+
Select CLI Version:
9+
10+
Version 10 (Legacy)
11+
12+
- npm
13+
- npm access
14+
- npm adduser
15+
- npm audit
16+
- npm bugs
17+
- npm cache
18+
- npm ci
19+
- npm completion
20+
- npm config
21+
- npm dedupe
22+
- npm deprecate
23+
- npm diff
24+
- npm dist‑tag
25+
- npm docs
26+
- npm doctor
27+
- npm edit
28+
- npm exec
29+
- npm explain
30+
- npm explore
31+
- npm find-dupes
32+
- npm fund
33+
- npm help
34+
- npm help-search
35+
- npm hook
36+
- npm init
37+
- npm install
38+
- npm install-ci-test
39+
- npm install-test
40+
- npm link
41+
- npm login
42+
- npm logout
43+
- npm ls
44+
- npm org
45+
- npm outdated
46+
- npm owner
47+
- npm pack
48+
- npm ping
49+
- npm pkg
50+
- npm prefix
51+
- npm profile
52+
- npm prune
53+
- npm publish
54+
- npm query
55+
- npm rebuild
56+
- npm repo
57+
- npm restart
58+
- npm root
59+
- npm run-script
60+
- npm sbom
61+
- npm search
62+
- npm shrinkwrap
63+
- npm star
64+
- npm stars
65+
- npm start
66+
- npm stop
67+
- npm team
68+
- npm test
69+
- npm token
70+
- npm uninstall
71+
- npm unpublish
72+
- npm unstar
73+
- npm update
74+
- npm version
75+
- npm view
76+
- npm whoami
77+
- npx
78+
79+
---
80+
81+
Want to learn more about a specific command?
82+
[See the docs on GitHub →](https://github.com/npm/cli/tree/release/v10/doc)

0 commit comments

Comments
 (0)