- auto version
- fixed name handling to handle unquoted hcl variable names.
- fix typo
- Prefer leading comments over description for outputs to maintain compatability.
- *: add --no-required option
- doc: snakecase -> camelcase
- Add support for printing the variable 'type' in Markdown. Currently only markdown supported, but trivial to add to other outputs.
- Add support for reading
description
tag fromoutput
resources. Fixes #24 - Add note about installing with Homebrew
- Strip # prefix from comments
- add proper license
- main: add support for files (@s-urbaniak)
- closes #17 Updated example in README (@nwalke)
- Closes #18 Added a very basic sort to inputs and outputs (@nwalke)
- doc: Account for single whitespace after comment character in header (@paybyphone)
- print/markdown: Better markdown description normalizations (@paybyphone)
- print/markdown: Added line break conversion for outputs (@paybyphone)
- doc: placeholder for list types (@paybyphone)
- doc: Allow top-level comments for variables when description missing (@paybyphone)
- print/markdown: Replace table cell newlines with HTML line breaks (@paybyphone)
- doc: fix map type
- add more install notes