npm-ping.1 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .TH "NPM\-PING" "1" "October 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. .P
  12. Note: This command is unaware of workspaces\.
  13. .SS Description
  14. .P
  15. Ping the configured or given npm registry and verify authentication\.
  16. If it works it will output something like:
  17. .P
  18. .RS 2
  19. .nf
  20. Ping success: {*Details about registry*}
  21. .fi
  22. .RE
  23. .P
  24. otherwise you will get:
  25. .P
  26. .RS 2
  27. .nf
  28. Ping error: {*Detail about error}
  29. .fi
  30. .RE
  31. .SS Configuration
  32. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
  33. <!\-\- automatically generated, do not edit manually \-\->
  34. <!\-\- see lib/utils/config/definitions\.js \-\->
  35. .SS \fBregistry\fP
  36. .RS 0
  37. .IP \(bu 2
  38. Default: "https://registry\.npmjs\.org/"
  39. .IP \(bu 2
  40. Type: URL
  41. .RE
  42. .P
  43. The base URL of the npm registry\.
  44. <!\-\- automatically generated, do not edit manually \-\->
  45. <!\-\- see lib/utils/config/definitions\.js \-\->
  46. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
  47. .SS See Also
  48. .RS 0
  49. .IP \(bu 2
  50. npm help doctor
  51. .IP \(bu 2
  52. npm help config
  53. .IP \(bu 2
  54. npm help npmrc
  55. .RE