-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice if there was a CLI to interact with groundseg. You could reuse the binary and add the CLI usage under --help. To talk to the running daemon perhaps you could reuse the network protocol used by the frontend, or do what docker does and communicate over a socket.
Ideas:
$ groundseg boot sampel-palnet.key
$ groundseg start sampel-palnet
$ groundseg stop sampel-palnet
$ groundseg start --all
$ groundseg stop --all
$ groundseg remove --ship sampel-palnet
$ groundseg remove --minio sampel-palnet
$ groundseg quit
$ groundseg quit --containers # quit and stop containersThe idea behind quit --containers is it would quit, but the next time you start groundseg it would remember which containers are started.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog