Umbrella Project: Chef Foundation
Project State: Active
Issues Response Time Maximum: 14 days
Pull Request Response Time Maximum: 14 days
A place for storing Chocolatey packages managed by Chef!
- Install the Chocolatey cli
- Ensure you have an account with Chocolatey and that account is an owner of the package you want to update
- Edit the package. See this example.
- Build the package:
choco pack .\chefdk\chefdk.nuspec
- Push the package to Chocolatey:
choco push .\chefdk.2.5.3.nupkg
Once the package passes automated testing in Chocolatey's test infrastructure, the package will be available to the public.