diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-ping.md')
-rw-r--r-- | deps/npm/doc/cli/npm-ping.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-ping.md b/deps/npm/doc/cli/npm-ping.md new file mode 100644 index 0000000000..f0e628915e --- /dev/null +++ b/deps/npm/doc/cli/npm-ping.md @@ -0,0 +1,16 @@ +npm-ping(1) -- Ping npm registry +================================ + +## SYNOPSIS + + npm ping [--registry <registry>] + +## DESCRIPTION + +Ping the configured or given npm registry and verify authentication. + +## SEE ALSO + +* npm-config(1) +* npm-config(7) +* npmrc(5) |