yarn add pmt-cli -g
# List all registries
pmt ls
# or
pmt list
# Show response time for specific or all registries
pmt test [registry]
# View current registry
pmt current
# or
pmt c
# Select a registry that you need to switch
pmt use registry
8000