cozystack/packages/apps/postgres/Makefile
Myasnikov Daniil e090e2f317
[docs] Added go types codegeneration for managed apps
Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
2026-03-25 15:57:13 +05:00

9 lines
254 B
Makefile

include ../../../hack/package.mk
generate:
cozyvalues-gen -m 'postgresql' -v values.yaml -s values.schema.json -r README.md -g ../../../api/apps/v1alpha1/postgresql/types.go
../../../hack/update-crd.sh
update:
hack/update-versions.sh
make generate