k3d/docgen
2021-07-20 11:56:50 +02:00
..
go.mod v4.4.7: update changelog + docs 2021-07-09 08:34:59 +02:00
go.sum v4.4.7: update changelog + docs 2021-07-09 08:34:59 +02:00
main.go [Enhancement] Create workers/helpers concurrently (#678) 2021-07-20 11:56:50 +02:00
README.md [BREAKING] Config File Enhancements: v1alpha3, migrations, generic k3s-args (#605) 2021-07-09 10:46:12 +02:00

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 the go.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