-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Milestone
Description
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