Files
higress/api/gen.sh
2022-12-09 15:18:49 +08:00

11 lines
140 B
Bash
Executable File

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