aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-search.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-search.md')
-rw-r--r--deps/npm/doc/cli/npm-search.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-search.md b/deps/npm/doc/cli/npm-search.md
index a14b9c353d..78967f14eb 100644
--- a/deps/npm/doc/cli/npm-search.md
+++ b/deps/npm/doc/cli/npm-search.md
@@ -5,7 +5,7 @@ npm-search(1) -- Search for packages
npm search [-l|--long] [search terms ...]
- aliases: s, se
+ aliases: s, se, find
## DESCRIPTION
@@ -27,6 +27,15 @@ lines. When disabled (default) search results are truncated to fit
neatly on a single line. Modules with extremely long names will
fall on multiple lines.
+### registry
+
+ * Default: https://registry.npmjs.org/
+ * Type : url
+
+Search the specified registry for modules. If you have configured npm to point to a different default registry,
+such as your internal private module repository, `npm search` will default to that registry when searching.
+Pass a different registry url such as the default above in order to override this setting.
+
## SEE ALSO
* npm-registry(7)