diff --git a/commands/dap.go b/commands/dap.go index 142923f8..85b05ced 100644 --- a/commands/dap.go +++ b/commands/dap.go @@ -21,6 +21,7 @@ func addDAPCommands(cmd *cobra.Command, dockerCli command.Cli) { func dapCmd(dockerCli command.Cli) *cobra.Command { cmd := &cobra.Command{ Use: "dap", + Short: "Debug Adapter Protocol server", Hidden: true, RunE: func(cmd *cobra.Command, args []string) error { logrus.SetOutput(os.Stderr) diff --git a/docs/reference/buildx.md b/docs/reference/buildx.md index 6bf121ac..dbed5ee1 100644 --- a/docs/reference/buildx.md +++ b/docs/reference/buildx.md @@ -16,7 +16,7 @@ Extended build capabilities with BuildKit | [`bake`](buildx_bake.md) | Build from a file | | [`build`](buildx_build.md) | Start a build | | [`create`](buildx_create.md) | Create a new builder instance | -| [`dap`](buildx_dap.md) | | +| [`dap`](buildx_dap.md) | Debug Adapter Protocol server | | [`debug-shell`](buildx_debug-shell.md) | Start a monitor | | [`du`](buildx_du.md) | Disk usage | | [`imagetools`](buildx_imagetools.md) | Commands to work on images in registry | diff --git a/docs/reference/buildx_dap.md b/docs/reference/buildx_dap.md index 885a6a73..c7f03dc5 100644 --- a/docs/reference/buildx_dap.md +++ b/docs/reference/buildx_dap.md @@ -1,6 +1,8 @@ # docker buildx dap +Debug Adapter Protocol server + ### Options | Name | Type | Default | Description |