Introduce per channel override feeds into configuration.
Open
area-cli
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
At the moment the Aspire CLI has a `PackagingService` that returns a set of channels. Each channel has one or more feeds associated with it which point to publicly available feeds. Some enterprises may want to override these feed URLs via configuration.
For example:
```bash
aspire config set -g channels.stable.nugetorg.url https://mycompany.com/feed/aspire/stable
```
We would need to figure out how we define mappings etc as well.
Contributor guide
Assessment
This issue has not been assessed yet.