summaryrefslogtreecommitdiff
path: root/lib/chef/shell.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use platform_specific_path in chef shelljdmundrawala/path-sep-refactorJay Mundrawala2014-11-141-10/+2
|
* chef-shell checks platform when looking for client.rb and solo.rb.jdmundrawala/chef-shell-windowsJay Mundrawala2014-11-101-2/+10
| | | | | | https://github.com/opscode/chef/issues/2380 pointed out that on windows, -c is required with the -z flag because it would assume nix and look in /etc/chef for client.rb
* Merge pull request #1443 from opscode/ryancragun/CHEF-5314_11-masterClaire McQuin2014-06-111-0/+7
|\ | | | | [CHEF-5314] Support override_runlist CLI option in shef/chef-shell
| * [CHEF-5314] Support override_runlist CLI option in shef/chef-shellRyan Cragun2014-05-201-0/+7
| |
* | [CHEF-4224] tracing? throws an exception when chef-shell is first startedJulian C. Dunn2014-05-031-0/+1
|/
* Move json attribs fetching to a classdanielsdeleo2013-10-161-19/+3
| | | | | | * Extract duplicated code for fetching/reading JSON attributes to a shared class * Use HTTP::Simple instead of Chef::REST
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-1/+3
| | | | Also add functional regression tests
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+327
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!