`chef generate` should support the `-D` (debug) flag
Open
Nobody has claimed this yet.
Aspect: Stability
Triage: Confirmed
Type: Enhancement
- Dominant language
- Ruby
- Stars
- 18
- Forks
- 23
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
cf. https://github.com/chef/chef-dk/issues/617
It can be difficult to track down some kinds of issues in this command, being able to see the full debug output (possibly putting the embedded chef run into debug mode, too) would be helpful.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the chef generate command entry point and inspect how command-line flags and debug output are currently handled. Done means that chef generate -D exposes full debug output, with the embedded Chef run also considered if it is part of this command's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100