Files
higress/api/gen.sh
2025-09-21 14:29:07 +08:00

12 lines
163 B
Bash
Executable File

#!/bin/bash
set -eu
# Generate all protos
buf generate \
--path networking \
--path extensions
# Generate CRDs
cue-gen -verbose -f=./cue.yaml -crd=true