.PHONY: docs rebuild-tests check-helm-docs

# Docs generated by https://github.com/norwoodj/helm-docs
docs: check-helm-docs
	cd charts/alloy && helm-docs

rebuild-tests:
	bash ./scripts/rebuild-tests.sh

check-helm-docs:
	@command -v helm-docs >/dev/null 2>&1 || { echo "helm-docs is required. Run 'mise install' from the repository root or install https://github.com/norwoodj/helm-docs." >&2; exit 1; }
