Knife plugin that allows for bulk requests against key Chef Server endpoints.
A current version of Chef Infra Client that includes knife. Most easily provided by installing Chef Workstation
Via Rubygems
chef gem install knife-bulk
Via Source
git clone https://github.com/joshuariojas/knife-bulk.git
cd knife-bulk
gem build knife-bulk.gemspec && gem install knife-bulk-*.gem --no-ri --no-rdoc