Skip to content

Feature Request: GroundSeg CLI #647

@neonfuz

Description

@neonfuz

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 containers

The 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions