We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Assuming you have already installed chefdk and knife supermarket
mkdir company_bamboo/ # your wrapper git init echo "Wrapper around supermarket Bamboo recipe" > README.md git add README.md git commit -m 'initial' knife supermarket install bamboo cp bamboo/attributes/default.rb attributes/ emacs attributes/default.rb # edit what you want to keep