dev
This commit is contained in:
parent
fcf529cb8d
commit
502f9f3286
|
@ -0,0 +1,8 @@
|
||||||
|
# Actions 编译部署配置文件,文件格式:YAML
|
||||||
|
#
|
||||||
|
# 微服务相关配置
|
||||||
|
service:
|
||||||
|
origin: bsm
|
||||||
|
image: golang:1.22.0-bookworm
|
||||||
|
describe: system cli cmd
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package cmd
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "git.apinb.com/bsm-tools/bsm/cmd/commands"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
commands.Execute()
|
||||||
|
}
|
Loading…
Reference in New Issue