-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Start and stop command using cobra cli #108
Comments
This is one that could be kept as a Part of #97. What do you think @Harsh4902? Just a note as I saw the PR proposed by @Luxxgit2k4: I think we should have a higher level of integration from what you proposed. IIRC the proposal was just executing a Also, ideally, we might be able to support Podman as well. This could come in a second step, but I think we must be prepared for that, maybe by proposing a |
@lbroudoux I have created a POC for |
Looks promising! I'm looking forward to executing my first I assume that the launch of |
@lbroudoux Oh yes! 😁. Definitely we have to do it. Thank you for suggesting, will raise an issue. |
Hello @lbroudoux @Harsh4902 if you need help am happy to contribute 😊. |
@Luxxgit2k4 Please check the POC which I have mention in this comment and see if you can add any suggestions to this. I am happy to discuss further ideas. |
Reason/Context
Hello @yada , @lbroudoux the current cli does not have command for starting and stopping the server. Adding commands microcks-cli start and microcks-cli stop using Cobra will be easy while interacting with the server. Already started working on it.
Description
microcks-cli start: Runs the microcks server using docker in the background.
microcks-cli stop: Stops the server
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: