Compare commits

..

No commits in common. "master" and "v0.0.8" have entirely different histories.

View File

@ -17,13 +17,12 @@
Flags: Flags:
-h, --help help for create -h, --help help for create
-p, --project string 项目名称 -p, --project string 项目名称
-t, --tag string 指定tag (不指定默认拉取master)
#### 创建项目: #### 创建项目:
hertz_scaffold create -p hertz.gaore.com hertz_scaffold create -p hertz.gaore.com
#### 更新项目(注意,更新项目会覆盖本地项目,请谨慎操作) #### 更新项目:
hertz_scaffold update -p hertz.gaore.com -t 1.0.0 hertz_scaffold update -p hertz.gaore.com (还没实现)