Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for URL as a generator cookbooks parameter to the chef generate commands #40

Open
burtlo opened this issue Mar 1, 2018 · 1 comment
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.

Comments

@burtlo
Copy link

burtlo commented Mar 1, 2018

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 
@tyler-ball tyler-ball transferred this issue from chef-boneyard/chef-dk Sep 30, 2019
@tyler-ball tyler-ball added 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. labels Sep 30, 2019
@tyler-ball
Copy link
Contributor

Thanks for the well written feature request @burtlo! Getting this moved to the correct repo and triaged appropriately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants