update cli-docs-tool to v0.6.0

release notes: https://github.com/docker/cli-docs-tool/releases/tag/v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-28 01:58:06 +02:00
parent 39296a9b19
commit 17f4c8259b
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 7 additions and 8 deletions

View File

@ -5,13 +5,12 @@ Manage Docker
### Subcommands ### Subcommands
| Name | Description | | Name | Description |
|:-------------------------------------|:---------------------------------------------------------------------------------| |:-----------------------------|:-------------------------------------|
| [`df`](system_df.md) | Show docker disk usage | | [`df`](system_df.md) | Show docker disk usage |
| [`dial-stdio`](system_dial-stdio.md) | Proxy the stdio stream to the daemon connection. Should not be invoked manually. | | [`events`](system_events.md) | Get real time events from the server |
| [`events`](system_events.md) | Get real time events from the server | | [`info`](system_info.md) | Display system-wide information |
| [`info`](system_info.md) | Display system-wide information | | [`prune`](system_prune.md) | Remove unused data |
| [`prune`](system_prune.md) | Remove unused data |

View File

@ -2,7 +2,7 @@
set -eu set -eu
: "${CLI_DOCS_TOOL_VERSION=v0.5.1}" : "${CLI_DOCS_TOOL_VERSION=v0.6.0}"
export GO111MODULE=auto export GO111MODULE=auto