Skip to content

feat: cater for multiple registry entries in a .npmrc file #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

johnnyreilly
Copy link
Owner

@johnnyreilly johnnyreilly commented Apr 12, 2025

PR Checklist

Overview

This PR amends azdo-npm-auth to cater for a number of registry entries in the same project .npmrc file. Something like this:

registry=https://pkgs.dev.azure.com/johnnyreilly/_packaging/organization-feed-name/npm/registry/
@myorg:registry=https://pkgs.dev.azure.com/johnnyreilly/project-name1/_packaging/project-feed-name/npm/registry/
@myorg-other:registry=https://pkgs.dev.azure.com/johnnyreilly/another-project-name/_packaging/different-project-feed-name/npm/registry/
                        
always-auth=true

@johnnyreilly johnnyreilly changed the title feat: start refactor feat: cater for multiple registry entries in a .npmrc file Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: allow for multiple registry entries in a .npmrc
1 participant