summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-ping.md
blob: f0e628915efdee9ef66b9cac0d67a5080b36b380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)