LinuxCommandLibrary

nrm

nrm

TLDR

List all registries

$ nrm ls
copy


Change to a particular registry
$ nrm use [registry]
copy


Show the response time for all registries
$ nrm test
copy


Add a custom registry
$ nrm add [registry] [url]
copy


Delete a registry
$ nrm del [registry]
copy

Copied to clipboard