npm-ping.1 509 B

123456789101112131415161718192021222324252627282930313233343536
  1. .TH "NPM\-PING" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-ping\fR \- Ping npm registry
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm ping [\-\-registry <registry>]
  9. .fi
  10. .RE
  11. .SS Description
  12. .P
  13. Ping the configured or given npm registry and verify authentication\.
  14. If it works it will output something like:
  15. .P
  16. .RS 2
  17. .nf
  18. Ping success: {*Details about registry*}
  19. .fi
  20. .RE
  21. .P
  22. otherwise you will get:
  23. .P
  24. .RS 2
  25. .nf
  26. Ping error: {*Detail about error}
  27. .fi
  28. .RE
  29. .SS See Also
  30. .RS 0
  31. .IP \(bu 2
  32. npm help config
  33. .IP \(bu 2
  34. npm help npmrc
  35. .RE