radicle-heartwood-lfs/radicle-cli
Fintan Halpenny ed985f6fe0
cli: rad node
This adds a rad node subcommand to the CLI.

The subcommand aims to fulfill the following requirements:

- Checking the node status (rad node status)
- Connecting to the node's control socket (rad node connect)
- Printing out our routing table (rad node routing)
- Printing out our tracking policies (rad node tracking)

The following are yet to be implemented:

- Starting the node (rad node start)
- Stopping the node (rad node stop)

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-03-07 15:38:41 +01:00
..
examples cli: Implement automatic issue announcement 2023-03-07 08:40:20 +01:00
src cli: rad node 2023-03-07 15:38:41 +01:00
tests cli: Implement automatic issue announcement 2023-03-07 08:40:20 +01:00
Cargo.toml cli: Update `inquire` crate 2023-03-07 10:39:45 +01:00