Releases: docker/cli-docs-tool
Releases · docker/cli-docs-tool
v0.10.0
- skip hidden command recursively by @crazy-max in #65
- update go to 1.24 and golangci-lint to 2.1.5 by @crazy-max in #66
Full Changelog: v0.9.0...v0.10.0
v0.9.0
- fix linting issues by @thaJeztah in #57 #60
- go.mod: github.com/spf13/cobra v1.8.1 @thaJeztah in #55
- go.mod: github.com/cpuguy83/go-md2man v2.0.6 by @thaJeztah in #59
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- man support by @crazy-max in #14
- markdown: display
bool
type by @crazy-max in #50 - fix: generate long desc and examples for root command by @dvdksn in #53
- vendor: update github.com/spf13/cobra to 1.7.0 by @crazy-max in #51
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- yaml: add processing for internal links, and tests by @dvdksn in #49
- markdown: improve boolean flag documentation generation by @gmargaritis in #48
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Take hidden attribute into account by @crazy-max in #38
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
- update to Go 1.18 (#29)
- use full command as aliases (#31)
- use custom annotation for aliases (#32)
- update dependencies (#30)
- bump github.com/go-yaml/yaml from v2.4.0 to v3.0.1
- bump github.com/stretchr/testify from v1.7.0 to v1.7.2
- bump github.com/spf13/cobra from v1.2.1 to v1.4.0