Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

fancy_execute (5) Versions 1.0.1

Overrides the execute resource to force live_streaming of output

Policyfile
Berkshelf
Knife
cookbook 'fancy_execute', '= 1.0.1', :supermarket
cookbook 'fancy_execute', '= 1.0.1'
knife supermarket install fancy_execute
knife supermarket download fancy_execute
README
Dependencies
Quality 100%

fancy_execute

This cookbook overrides the default execute provider, giving you live streaming output of STDOUT in chef execute statements, even in CI situations.

usage

Simply include this cookbook in your dependencies and live_streaming will automatically be overridden

in Berksfile:
ruby
cookbook 'fancy_execute', git: "https://github.com/irvingpop/fancy_execute.git"

in metadata.rb
ruby
depends 'fancy_execute'

How it works

this cookbook uses Ruby monkey patching to override Chef's execute provider.

It checks for the existance of a new configuration option: Chef::Config[:live_stream], which is set by default in this cookbook

Version compatibility

The current version (1.0.0) is compatible with Chef 12.4.0+ as far as I know. The previous version (0.1.0) was compatible with Chef 11 and Chef 12.0.x

Foodcritic Metric
            

1.0.1 passed this metric