Skip to content
Merged
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,8 @@ release.prod: test
.PHONY: ko
ko:
scripts/install-ko.sh

# generate-documentation: Generate documentation (docs/flags.md)
.PHONE: generate-flags-documentation
generate-flags-documentation:
go run internal/gen/main.go
Loading
Loading