# CLI tool, only in development environment. # https://goframe.org/docs/cli gfcli: build: name: "epic-app" arch: "amd64" system: "linux,windows" mod: "none" cgo: 0 packSrc: "manifest/config,manifest/i18n,resource/public,resource/template" version: "" # output: "./goexe" extra: "" gen: dao: - link: "mysql:root:hu123456@tcp(193.112.151.199:3306)/wow" descriptionTag: true docker: build: "-a amd64 -s linux -p temp -ew" tagPrefixes: - my.image.pub/my-app