-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature(CI): Chocolatey/Winget based Package distribution #7
Comments
dipankardas011
changed the title
feature(Release): Chocolatey based Package distribution
feature(CI): Chocolatey based Package distribution
Oct 25, 2023
Stale issue message |
Stale issue message |
Keep it open |
Stale issue message |
GoReleaser + Wget ❤️ |
dipankardas011
changed the title
feature(CI): Chocolatey based Package distribution
feature(CI): Chocolatey/Wget based Package distribution
Jun 2, 2024
dipankardas011
changed the title
feature(CI): Chocolatey/Wget based Package distribution
feature(CI): Chocolatey/Winget based Package distribution
Jun 2, 2024
Removed the support for windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why do we need it?
The purpose of this enhancement is to create a Chocolatey package for the ksctl CLI tool. Currently, there is no Chocolatey package available for easy installation and management of ksctl. By creating a Chocolatey package, we can provide a convenient way for users to install and update ksctl on Windows systems using the Chocolatey package manager.
What it will bring?
Creating a Chocolatey package for ksctl will bring the following benefits:
Current Progress:
Challenges Faced:
At this stage, I encountered the following challenge:
I need to provide the URL for the build release of the ksctl .exe file to include in the Chocolatey package.
Currently, I don't have the .exe file, as it needs to be downloaded during the package installation from the internet.
Required Guidance:
I am seeking guidance on the following steps to proceed:
chocolateyinstall.ps1
ksctl.nuspec
The text was updated successfully, but these errors were encountered: