opensergo-control-plane
opensergo-control-plane copied to clipboard
Improve deploy scripts to support params | 优化部署脚本支持参数
Issue Description
Type: feature request
Describe what feature you want
In current version, the deploy scripts in directory ./cmd
did not support params.
-
Add param to define target version: Because the default version is
main branch
. - Add param to control download resources or not: It is unnecessary to download when they are exist in local.
- Add param to uninstall or reset: The current scripts only support install now, do not support uninstall or reset.
- Other params.