Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2022-05-09 19:27:56 +0300
committerGitHub <noreply@github.com>2022-05-09 19:27:56 +0300
commit911f55dc6ac3672f48740d0675f67c934c01aaf4 (patch)
treee8163753d6e1056cb39ea37d8d72d426b3a7b849 /docs/content
parent5baa4a7c64319485604982f9060702a7cee8a85c (diff)
feat: add --iwr alias for --include-workspace-root (#4864)
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/using-npm/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index 4dc282982..df1d99611 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -68,6 +68,7 @@ The following shorthands are parsed on the command-line:
* `--desc`: `--description`
* `-f`: `--force`
* `-g`: `--global`
+* `--iwr`: `--include-workspace-root`
* `-L`: `--location`
* `-d`: `--loglevel info`
* `-s`: `--loglevel silent`