Improve distribution beyond NuGet (winget, Homebrew, Docker, standalone binaries) #114
sajeetharan
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion: Improve Distribution Beyond NuGet
Context
CosmosDB Shell is currently distributed only via NuGet, which limits reach to .NET developers. To maximize adoption before GA, we should expand distribution to channels where developers already discover and install CLI tools.
Proposed Distribution Channels
High Impact (Priority for GA)
winget install Azure.CosmosDBShellbrew install cosmosdb-shelldocker run -it azure/cosmosdb-shellMedium Impact
npx cosmosdb-shelldownloads correct binary (like esbuild pattern)az extension add --name cosmosdb-shell— reaches Azure CLI userschoco install cosmosdb-shellLow Effort / Quick Wins
curl -fsSL https://aka.ms/install-cosmosdb-shell.sh \| bashuses: azure/cosmosdb-shell@v1for CI/CD scenariosRecommendation for GA
Questions for the Team
Beta Was this translation helpful? Give feedback.
All reactions