Knife is a command-line tool that provides an interface between a local Chef repository and the Chef Infra Server.
gem install knife# Configure knife
knife configure
# List nodes
knife node list
# Upload a cookbook
knife cookbook upload COOKBOOK_NAME
# Bootstrap a node
knife bootstrap HOST -U USER -i IDENTITY_FILE --node-name NODE_NAMESee the Developer's Guide for development setup and guidelines.
Apache License, Version 2.0