Add support for URL as a generator cookbooks parameter to the chef generate commands #40
Labels
Aspect: UX
How users feel interacting with the project, focusing on function, ease-of-use and accessibility.
Triage: Confirmed
Indicates and issue has been confirmed as described.
Triage: Feature Request
Indicates an issue requesting new functionality.
Type: Design Proposal
Community survey of a proposal.
Description
As a user, I want to be able to employ a custom generator cookbook that is specified by URL to produce the various components of my cookbook.
Wouldn't the story that @jjasghar told here be better if he could have written something like the following...
$ chef generate cookbook --generator-cookbook https://github.acme.com/chef/acme-cookbook-generator acme-vim ... $ cd acme-vim
GitHub
As a user, I want to be able to employ a custom generator cookbook that is specified by GitHub path to produce the various components of my cookbook.
$ chef generate cookbook --generator-cookbook github://acme/acme-cookbook-generator acme-vim ... $ cd acme-vim
Supermarket
As a user, I want to be able to employ a custom generator cookbook that is specified by supermarket path to produce the various components of my cookbook.
$ chef generate cookbook --generator-cookbook supermarket://acme-cookbook-generator acme-vim ... $ cd acme-vim
The text was updated successfully, but these errors were encountered: