To include from other knife plugins

If you want to integrate knife-zero on machine creation with cloud plugins, you can add zerobootstrap to deps like below.

deps do
  require 'chef/knife/zerobootstrap'
  Chef::Knife::ZeroBootstrap.load_deps
  self.options = Chef::Knife::ZeroBootstrap.options.merge(self.options)
end

For example, knife-digital_ocean

Fork me on GitHub