Files
higress/api/gen.sh
2023-01-18 14:56:51 +08:00

12 lines
164 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