mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Remove deprecated '--show-all' and '--hide-all' flags
In v0.13.0 flags `--show-all` and `--hide-all` have been deprecated. And they are completely being removed now (two releases after original announcement) Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -69,8 +69,8 @@ sections:
|
||||
hide: []
|
||||
show: []
|
||||
|
||||
hide-all: false # deprecated in v0.13.0
|
||||
show-all: true # deprecated in v0.13.0
|
||||
hide-all: false # deprecated in v0.13.0, removed in v0.15.0
|
||||
show-all: true # deprecated in v0.13.0, removed in v0.15.0
|
||||
|
||||
content: ""
|
||||
|
||||
@@ -111,7 +111,8 @@ settings:
|
||||
- `sections.show-all` and `sections.show`
|
||||
|
||||
**Note:** As of `v0.13.0`, `sections.hide-all` and `sections.show-all` are deprecated
|
||||
and removed in favor of explicit use of `sections.hide` and `sections.show`.
|
||||
in favor of explicit use of `sections.hide` and `sections.show`, and they are removed
|
||||
as of `v0.15.0`.
|
||||
|
||||
## Version
|
||||
|
||||
@@ -193,7 +194,8 @@ The following options are supported and can be used for `sections.show` and
|
||||
- `resources` (since `v0.11.0`)
|
||||
|
||||
**Note:** As of `v0.13.0`, `sections.hide-all` and `sections.show-all` are deprecated
|
||||
and removed in favor of explicit use of `sections.hide` and `sections.show`.
|
||||
in favor of explicit use of `sections.hide` and `sections.show`, and they are removed
|
||||
as of `v0.15.0`.
|
||||
|
||||
## Content
|
||||
|
||||
|
||||
@@ -61,8 +61,8 @@ options:
|
||||
|
||||
- `--show <name>`
|
||||
- `--hide <name>`
|
||||
- `--show-all` (deprecated in `v0.13.0`)
|
||||
- `--hide-all` (deprecated in `v0.13.0`)
|
||||
- `--show-all` (deprecated in `v0.13.0`, removed in `v0.15.0`)
|
||||
- `--hide-all` (deprecated in `v0.13.0`, removed in `v0.15.0`)
|
||||
|
||||
As of `v0.13.0` flags `--show-all` and `--hide-all` are deprecated in favor of
|
||||
explicit use of `--show` and `--hide`. In other words when `--show <section>` is
|
||||
|
||||
Reference in New Issue
Block a user