mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
fix: remove rarely used commands from generic help
This commit is contained in:
5
.changeset/eighty-maps-wait.md
Normal file
5
.changeset/eighty-maps-wait.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Add descriptions to the commands in the generic help. Remove some rarely use commands from generic help.
|
||||
@@ -74,6 +74,10 @@ function getHelpText () {
|
||||
title: 'Review your dependencies',
|
||||
|
||||
list: [
|
||||
{
|
||||
description: 'Checks for known security issues with the installed packages',
|
||||
name: 'audit',
|
||||
},
|
||||
{
|
||||
description: 'Print all the versions of packages that are installed, as well as their dependencies, in a tree-structure',
|
||||
name: 'list',
|
||||
@@ -126,72 +130,6 @@ function getHelpText () {
|
||||
{
|
||||
name: 'root',
|
||||
},
|
||||
{
|
||||
description: 'Checks for known security issues with the installed packages',
|
||||
name: 'audit',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Manage your monorepo',
|
||||
|
||||
list: [
|
||||
{
|
||||
description: 'Runs a command in each package of the monorepo',
|
||||
name: 'recursive exec',
|
||||
},
|
||||
{
|
||||
description: 'Runs installation for every package in every subfolder',
|
||||
name: 'recursive install',
|
||||
},
|
||||
{
|
||||
name: 'recursive add',
|
||||
},
|
||||
{
|
||||
name: 'recursive list',
|
||||
},
|
||||
{
|
||||
name: 'recursive why',
|
||||
},
|
||||
{
|
||||
name: 'recursive outdated',
|
||||
},
|
||||
{
|
||||
name: 'recursive rebuild',
|
||||
},
|
||||
{
|
||||
name: 'recursive run',
|
||||
},
|
||||
{
|
||||
name: 'recursive test',
|
||||
},
|
||||
{
|
||||
name: 'recursive remove',
|
||||
},
|
||||
{
|
||||
name: 'recursive unlink',
|
||||
},
|
||||
{
|
||||
name: 'recursive update',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Use a store server',
|
||||
|
||||
list: [
|
||||
{
|
||||
description: 'Starts a server that does all interactions with the store. Other commands will delegate any store-related tasks to this server',
|
||||
name: 'server start',
|
||||
},
|
||||
{
|
||||
description: 'Stops the store server',
|
||||
name: 'server status',
|
||||
},
|
||||
{
|
||||
description: 'Prints information about the running server',
|
||||
name: 'server stop',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user