[ Content | View menu ]

Archive for 'Tools'

Viewing Chef Node Attributes with Knife

Mark Mzyk February 5, 2013

This is a simple post to list all the ways you can view Chef node attributes with knife, even nested attributes, which is harder than it feels like it should be. A lot of this information can be found at docs.opscode.com, but as of this writing the examples for knife node show don’t always go […]


Git Info

Mark Mzyk February 29, 2012

Git info is a bash script I wrote that searches for git repositories with modified files and returns a list of the modified files and current branch name. It searches one level deep in subdirectories of the directory it is invoked in. It’s useful if you collect a bunch of git repos in one master […]