mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
This deprecates sort by flags in favor of their corresponding dynamic valued ones. Affected flags are: - `--sort-by-required` - `--sort-by-type` In return new `--sort-by string` is added with following values: - `name` (default) - `required` - `type` Note that the behavior of `--sort bool` was not changed and to disable sorting altogether you can run `--sort false`. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>