Send a package scope to a specific registry.
Section: Registry and Authentication
Set registry for a scope
bash
bash
pnpm config set @acme:registry https://npm.pkg.github.comExplanation
Send a package scope to a specific registry.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Registry and Authentication
Logout from a registry
Remove login credentials for the current registry.
Show current registry user
Show the account currently authenticated for the active registry.
Store token in .npmrc
Use an auth token via .npmrc for automated publishing.