ockam icon indicating copy to clipboard operation
ockam copied to clipboard

Add commands `ockam node start` and `ockam node stop`

Open mrinalwadhwa opened this issue 2 years ago • 2 comments

We currently have node commands

ockam node create green

and

ockam node delete green

We also need

ockam node start

and

ockam node stop

so that a node can be started and stopped without losing its identity and other state.

mrinalwadhwa avatar Jul 21 '22 18:07 mrinalwadhwa

@spacekookie, should this be reassigned to someone else on the team? I remember you had completed the Rust side of starting and stopping a node and it's unblocked for it to be added to the Ockam CLI.

BeenzSyed avatar Aug 08 '22 18:08 BeenzSyed

I think this issue is basically done, see #3111

spacekookie avatar Aug 09 '22 16:08 spacekookie