diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-22 18:05:44 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-22 18:05:44 -0600 |
| commit | e1eb7946a1aeffe3e8300792bf70dafbcd92f965 (patch) | |
| tree | 05df1b5c85e2af374ef4e68bf9315fbd32e21df2 /Makefile | |
| parent | d62c1aeb3032e0384373395ea2bc785d8ee584a9 (diff) | |
chore: load schema and relationships via relationships.yaml file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -52,7 +52,7 @@ run-image: clean build-image lint: @go tool yamlfmt --lint -exclude vendor . - @$(ZED_CMD) validate etc/authzd/spice.schema + @$(ZED_CMD) validate etc/authzd/schema.zed tidy: @go get -u ./... @@ -61,7 +61,10 @@ tidy: @go tool yamlfmt -exclude vendor . db-schema-load: - @$(ZED_CMD) schema write etc/authzd/spice.schema + @$(ZED_CMD) schema write etc/authzd/schema.zed db-schema: @$(ZED_CMD) schema read + +db-seed: + @$(ZED_CMD) import etc/authzd/relationships.yaml |
