Why use knife cookbook site vendor?

I’ve noticed that when I run knife cookbook site install , it
automatically creates a vendor branch for that cookbook. What is the difference
between doing this and knife cookbook site vendor?

On Thursday, November 1, 2012 at 11:42 AM, jeff.storey@nextcentury.com wrote:

I've noticed that when I run knife cookbook site install , it
automatically creates a vendor branch for that cookbook. What is the difference
between doing this and knife cookbook site vendor?

The vendor command is the same thing, we changed from vendor to install because "vendor" describes the implementation while "install" describes the intent. We kept vendor around in case people had scripts that depend on it.

--
Daniel DeLeo

Perfect, thanks.

On 11/01/2012 03:03 PM, Daniel DeLeo wrote:

On Thursday, November 1, 2012 at 11:42 AM, jeff.storey@nextcentury.com
wrote:

I've noticed that when I run knife cookbook site install , it
automatically creates a vendor branch for that cookbook. What is the
difference
between doing this and knife cookbook site vendor?
The vendor command is the same thing, we changed from vendor to
install because "vendor" describes the implementation while
"install" describes the intent. We kept vendor around in case people
had scripts that depend on it.

--
Daniel DeLeo