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
path: root/doc
diff options
context:
space:
mode:
authorRichard Simko <richardsimko@users.noreply.github.com>2017-07-12 10:23:27 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-07-12 10:23:27 +0300
commit1e3a469448b5db8376e6f64022c4c0c78cdb1686 (patch)
treeb90aecbb5918649d663b7fc36e278cb4071c9bb3 /doc
parent8e979bf80fb93233f19db003f08443e26cfc5e64 (diff)
ls: add --link filter (#17616)
* feature: Added possibility to ls only linked packages * test: added test case for ls --link * docs: documented --link for npm-ls PR-URL: https://github.com/npm/npm/pull/17616 Credit: @richardsimko Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-ls.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cli/npm-ls.md b/doc/cli/npm-ls.md
index 65e8366d4..e665a735c 100644
--- a/doc/cli/npm-ls.md
+++ b/doc/cli/npm-ls.md
@@ -91,6 +91,13 @@ When "dev" or "development", is an alias to `dev`.
When "prod" or "production", is an alias to `production`.
+### link
+
+* Type: Boolean
+* Default: false
+
+Display only dependencies which are linked
+
## SEE ALSO
* npm-config(1)