mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
* Add new flags: --show, --show-all, --hide-all * add deprecated flags to Config * update docs * add implementation for new flags Examples: - hide all sections except one (or more): `terraform-docs --hide-all --show <name> ...` - show all sections except one (or more): `terraform-docs --show-all --hide <name> ...`