`aspire` CLI and NuGet authentication scenarios
Open
area-acquisition
area-cli
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
The CLI breaks when you are using authenticated feeds. This problem has layers. The Aspire CLI shells out to `dotnet new`. But it doesn't support interactive auth flows (the auth flow only comes into play with `dotnet restore`. But even if we did that we would need to figure out how we want to present that in the CLI.
What we really need is some kind of preauth mechanism.
Contributor guide
Assessment
This issue has not been assessed yet.