Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts support args #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jnan806
Copy link
Collaborator

@jnan806 jnan806 commented Feb 16, 2023

Describe what this PR does / why we need it

In current version, the deploy scripts in directory ./cmd did not support params:

  • can not defined version
  • can not uninstall
  • can not define download or not

Does this pull request fix one issue?

Fixes #48

Describe how to verify it

Usage:  init.sh [-Option] [version]
Resources will download in /Users/J/.opensergo.install/opensergo-control-plane

Available Options:
  -l, -local         : exec from local resources, which will not download resources
  -u, -uninstall     : uninstall opensergo control plane
  -h, -help          : helps
version:             : default version is main

Signed-off-by: Jiangnan Jia <jnan0806@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve deploy scripts to support params | 优化部署脚本支持参数
1 participant