-
Notifications
You must be signed in to change notification settings - Fork 27
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
enable documenting of Hash / Array attributes #10
Comments
The main reason was that this plugin was mostly developed to help document really large cookbooks and including the values of these can be particularly large - particularly when you use the attribute_driven style recipes. Hence including that made the documentation unreadable. If we wanted to include it you could
Thoughts? |
I'd vote for a command line option. Attribute values below the attribute?:
|
Patch for parse hash/array attributes in coobook folder/attributes/*.rb might something like attached |
Now that Chef 15 deprecated I was a bit surprised that any attribute with an Array or Hash value would automatically get these Even just a simple option to turn off the printing of those fields like |
I am not actively working on the project atm but happy to accept PRs if they don't break existing users. |
This is more to get the discussion started.
Is there are reason to replace Hash/Array attribute defaults with eg.
{...}
?If the Hashes/Arrays are large then it is a cookbook design issue (or feature). So why restrict it?
The text was updated successfully, but these errors were encountered: