Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0ee52 commit 836ee8cCopy full SHA for 836ee8c
Makefile
@@ -632,7 +632,7 @@ docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/me
632
pnpm exec prettier --write ./docs/admin/prometheus.md
633
634
docs/reference/cli/README.md: scripts/clidocgen/main.go examples/examples.gen.json $(GO_SRC_FILES)
635
- CI=true BASE_PATH="." go run ./scripts/clidocgen/main.go
+ CI=true BASE_PATH="." go run ./scripts/clidocgen
636
./scripts/pnpm_install.sh
637
pnpm exec prettier --write ./docs/reference/cli/README.md ./docs/reference/cli/*.md ./docs/manifest.json
638
0 commit comments