Files
utility_go/hack/config.yaml
2025-02-28 12:17:17 +08:00

15 lines
351 B
YAML

# CLI tool, only in development environment.
# https://goframe.org/pages/viewpage.action?pageId=3673173
gfcli:
gen:
service:
dstFolder: "service"
pb:
path: "manifest/protobuf"
api: "api"
docker:
build: "-a amd64 -s linux -p temp -ew"
tagPrefixes:
- "hub.docker.com"
# - "git.7cuu.com"
tag: "latest"