-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:mediumShould be done soonShould be done soonsize:sSmall — 1 to 4 hoursSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Milestone
Description
Description
Create a Chocolatey package so Windows users can install sql-pipe via choco install sql-pipe.
Acceptance Criteria
- Create a Chocolatey
.nuspecmanifest with correct metadata (id, version, authors, description, project URL, license) - Create
chocolateyInstall.ps1script that downloads the correct binary from GitHub Releases - Package supports both x86 and x86_64 Windows architectures
-
choco install sql-pipeinstalls the binary and it is available in PATH -
choco uninstall sql-pipecleanly removes the binary - README updated with Chocolatey installation instructions
- Package published to the Chocolatey Community Repository (or instructions for manual push)
Notes
- Windows binaries are already available in GitHub Releases (
sql-pipe-x86-windows.exe,sql-pipe-x86_64-windows.exe) - Chocolatey packages use NuGet
.nupkgformat with PowerShell install scripts - Consider shimming via
Install-BinFilefor PATH integration - Refer to the Chocolatey package creation guide
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumShould be done soonShould be done soonsize:sSmall — 1 to 4 hoursSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality