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 af15501 commit 0da12b3Copy full SHA for 0da12b3
hack/tools.just
@@ -62,7 +62,7 @@ addlicense := localbin / "addlicense" + "-" + addlicense_version
62
[ -f {{addlicense}} ] || just _goinstall "github.com/google/addlicense" {{addlicense_version}} "addlicense" {{addlicense}}
63
64
# crd-ref-docs
65
-crd_ref_docs_version := "v0.1.0"
+crd_ref_docs_version := "latest"
66
crd_ref_docs := localbin / "crd-ref-docs" + "-" + crd_ref_docs_version
67
@_crd_ref_docs: _localbin
68
[ -f {{crd_ref_docs}} ] || just _goinstall "github.com/elastic/crd-ref-docs" {{crd_ref_docs_version}} "crd-ref-docs" {{crd_ref_docs}}
0 commit comments