diff --git a/_includes/cli.md b/_includes/cli.md index 732adce30d..4a85aff418 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -115,6 +115,7 @@ For example uses of this command, refer to the [examples section](#examples) bel
{% for option in alloptions %} + {% unless option.hidden %} {% capture deprecated-badge %}{% if option.deprecated %}deprecated{% endif %}{% endcapture %} {% capture experimental-daemon-badge %}{% if option.experimental %}experimental (daemon){% endif %}{% endcapture %} {% capture experimental-cli-badge %}{% if option.experimentalcli %}experimental (CLI){% endif %}{% endcapture %} @@ -140,6 +141,7 @@ For example uses of this command, refer to the [examples section](#examples) bel