Excerpt: - new version v1alpha3 with k3s extraArgs using node filters - reflected in CLI via --k3s-arg - new migration option to migrate (internally and via cli) from v1alpha2 to v1alpha3 - enhancements to how config files are being read - e2e tests for config file migration |
||
---|---|---|
.. | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
docgen
Only used to generate the command tree for https://k3d.io/usage/commands.
The code will output files in ../docs/usage/commands/
Run
- may required a
replace github.com/rancher/k3d/v4 => PATH/TO/LOCAL/REPO
in thego.mod
# ensure that you're in the docgen dir, as the relative path to the docs/ dir is hardcoded
cd docgen
# run
go run ./main.go