@@ -210,9 +210,10 @@ The value \`private\` is an alias for \`restricted\`.
210210* Default: false
211211* Type: Boolean
212212
213- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show all
214- outdated or installed packages, rather than only those directly depended
215- upon by the current project.
213+ Show or act on all packages, not just the ones your project directly depends
214+ on. For \`npm outdated\` and \`npm ls\` this lists every outdated or installed
215+ package. For \`npm approve-scripts\` and \`npm deny-scripts\` it selects every
216+ package with pending install scripts.
216217
217218
218219
@@ -3019,7 +3020,7 @@ Options:
30193020[-a|--all] [--allow-scripts-pending] [--no-allow-scripts-pin] [--json]
30203021
30213022 -a|--all
3022- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show
3023+ Show or act on all packages, not just the ones your project directly
30233024
30243025 --allow-scripts-pending
30253026 List packages with install scripts that are not yet covered by the
@@ -3532,7 +3533,7 @@ Options:
35323533[-a|--all] [--allow-scripts-pending] [--no-allow-scripts-pin] [--json]
35333534
35343535 -a|--all
3535- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show
3536+ Show or act on all packages, not just the ones your project directly
35363537
35373538 --allow-scripts-pending
35383539 List packages with install scripts that are not yet covered by the
@@ -4807,7 +4808,7 @@ Options:
48074808[--workspaces] [--include-workspace-root] [--install-links]
48084809
48094810 -a|--all
4810- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show
4811+ Show or act on all packages, not just the ones your project directly
48114812
48124813 --json
48134814 Whether or not to output JSON data, rather than the normal output.
@@ -4954,7 +4955,7 @@ Options:
49544955[--workspaces] [--include-workspace-root] [--install-links]
49554956
49564957 -a|--all
4957- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show
4958+ Show or act on all packages, not just the ones your project directly
49584959
49594960 --json
49604961 Whether or not to output JSON data, rather than the normal output.
@@ -5103,7 +5104,7 @@ Options:
51035104[--before <date>] [--min-release-age <days>]
51045105
51055106 -a|--all
5106- When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show
5107+ Show or act on all packages, not just the ones your project directly
51075108
51085109 --json
51095110 Whether or not to output JSON data, rather than the normal output.
0 commit comments