Downloads:
83,313
Downloads of v 1.0.3:
837
Last Update:
01 Dec 2016
Package Maintainer(s):
Software Author(s):
- Steven Murawski
Tags:
chefdk chef-client chef test-kitchen chefspec foodcritic knife- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Chef Development Kit
This is not the latest version of Chef Development Kit available.
- 1
- 2
- 3
1.0.3 | Updated: 01 Dec 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
83,313
Downloads of v 1.0.3:
837
Software Author(s):
- Steven Murawski
Chef Development Kit 1.0.3
This is not the latest version of Chef Development Kit available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Steven Murawski. The inclusion of Steven Murawski trademark(s), if any, upon this webpage is solely to identify Steven Murawski goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chef Development Kit, run the following command from the command line or from PowerShell:
To upgrade Chef Development Kit, run the following command from the command line or from PowerShell:
To uninstall Chef Development Kit, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download chefdk --internalize --version=1.0.3 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade chefdk -y --source="'INTERNAL REPO URL'" --version="'1.0.3'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chefdk -y --source="'INTERNAL REPO URL'" --version="'1.0.3'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chefdk
win_chocolatey:
name: chefdk
version: '1.0.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chefdk' do
action :install
source 'INTERNAL REPO URL'
version '1.0.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chefdk
{
Name = "chefdk"
Version = "1.0.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chefdk':
ensure => '1.0.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Dec 2016.
The Chef Development Kit contains everything you need to start using Chef, along with the tools essential to managing the code that runs your business.
ChefDK contains:
- An early version of a brand new command-line tool, chef, that aims to streamline Chef workflow, starting with new generators.
- The well-known cookbook dependency manager Berkshelf 5.1.
- The Test Kitchen integration testing framework.
- ChefSpec, which makes unit testing cookbooks a breeze.
- Foodcritic, a linting tool for doing static code analysis on cookbooks.
- All of the Chef tools you're already familiar with: Chef Client, Knife, Ohai and Chef Zero.
Log in or click on link to see number of positives.
- chefdk.1.0.3.nupkg (4f7690b5388a) - ## / 56
- chefdk-1.0.3-1-x86.msi (b9fe94a583f8) - ## / 46
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
[Deprecated] Chef Development Kit 99.99.99 | 1672 | Sunday, September 26, 2021 | Approved | |
Chef Development Kit 4.13.3 | 1879 | Tuesday, December 15, 2020 | Approved | |
Chef Development Kit 4.10.0 | 1017 | Thursday, August 13, 2020 | Approved | |
Chef Development Kit 4.8.23 | 682 | Tuesday, June 2, 2020 | Approved | |
Chef Development Kit 4.7.73 | 1663 | Tuesday, January 28, 2020 | Approved | |
Chef Development Kit 4.6.35 | 752 | Tuesday, December 3, 2019 | Approved | |
Chef Development Kit 4.5.0 | 768 | Friday, October 25, 2019 | Approved | |
Chef Development Kit 4.3.13 | 2581 | Monday, August 19, 2019 | Approved | |
Chef Development Kit 4.2.0 | 1629 | Tuesday, July 30, 2019 | Approved | |
Chef Development Kit 4.0.60 | 1193 | Wednesday, May 29, 2019 | Approved | |
Chef Development Kit 3.13.1 | 206 | Monday, April 27, 2020 | Approved | |
Chef Development Kit 3.7.23 | 5318 | Tuesday, February 19, 2019 | Approved | |
Chef Development Kit 3.5.13 | 1751 | Thursday, November 29, 2018 | Approved | |
Chef Development Kit 3.4.38 | 786 | Friday, November 2, 2018 | Approved | |
Chef Development Kit 3.3.23 | 365 | Thursday, November 1, 2018 | Approved | |
Chef Development Kit 3.2.30 | 1293 | Saturday, September 22, 2018 | Approved | |
Chef Development Kit 3.1.0 | 1612 | Friday, July 6, 2018 | Approved | |
Chef Development Kit 3.0.36 | 305 | Thursday, July 5, 2018 | Approved | |
Chef Development Kit 2.5.3 | 2387 | Monday, April 2, 2018 | Approved | |
Chef Development Kit 2.4.17 | 2297 | Wednesday, January 10, 2018 | Approved | |
Chef Development Kit 2.3.4 | 2735 | Sunday, September 24, 2017 | Approved | |
Chef Development Kit 2.3.1 | 385 | Saturday, September 23, 2017 | Approved | |
Chef Development Kit 2.2.1 | 814 | Sunday, September 10, 2017 | Approved | |
Chef Development Kit 2.1.11 | 551 | Friday, September 1, 2017 | Approved | |
Chef Development Kit 2.0.28 | 7457 | Saturday, July 22, 2017 | Approved | |
Chef Development Kit 2.0.26 | 3362 | Sunday, July 9, 2017 | Approved | |
Chef Development Kit 1.4.3 | 11388 | Saturday, May 27, 2017 | Approved | |
Chef Development Kit 1.3.43 | 4348 | Friday, April 28, 2017 | Approved | |
Chef Development Kit 1.3.40 | 985 | Monday, April 10, 2017 | Approved | |
Chef Development Kit 1.2.22 | 1266 | Friday, March 10, 2017 | Approved | |
Chef Development Kit 1.1.16 | 2201 | Thursday, December 22, 2016 | Approved | |
Chef Development Kit 1.0.3 | 837 | Thursday, December 1, 2016 | Approved | |
Chef Development Kit 0.19.6 | 449 | Thursday, December 1, 2016 | Approved | |
Chef Development Kit 0.18.26 | 1438 | Friday, September 23, 2016 | Approved | |
Chef Development Kit 0.17.17.1 | 947 | Tuesday, August 23, 2016 | Approved | |
Chef Development Kit 0.16.28.1 | 963 | Wednesday, July 20, 2016 | Approved | |
Chef Development Kit 0.14.25.1 | 469 | Friday, May 27, 2016 | Approved | |
Chef Development Kit 0.13.21.1 | 518 | Saturday, April 30, 2016 | Approved | |
Chef Development Kit 0.12.0.1 | 824 | Friday, April 1, 2016 | Approved | |
Chef Development Kit 0.11.2.1 | 778 | Wednesday, February 24, 2016 | Approved | |
Chef Development Kit 0.10.0.1 | 1606 | Wednesday, November 11, 2015 | Approved | |
Chef Development Kit 0.9.0.1 | 579 | Thursday, October 22, 2015 | Approved | |
Chef Development Kit 0.8.0.1 | 624 | Monday, September 28, 2015 | Approved | |
Chef Development Kit 0.7.0.1 | 642 | Wednesday, August 26, 2015 | Approved | |
Chef Development Kit 0.6.2.1 | 1241 | Thursday, June 18, 2015 | Approved | |
Chef Development Kit 0.6.0.1 | 451 | Thursday, June 18, 2015 | Approved | |
Chef Development Kit 0.4.0.1 | 537 | Monday, June 22, 2015 | Approved | |
chefdk 0.3.5.1 | 1009 | Friday, November 21, 2014 | Approved | |
chefdk 0.3.0.2 | 681 | Monday, October 6, 2014 | Approved | |
chefdk 0.2.2.1 | 498 | Thursday, September 25, 2014 | Approved | |
chefdk 0.2.1.1 | 489 | Thursday, September 11, 2014 | Approved | |
chefdk 0.2.0.3 | 733 | Monday, July 28, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Chef Development Kit and the Chef Development Kit package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Chef Development Kit, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.