cli: Add 'rad node inventory --nid <nid>'
This gives the possibility to see the inventory of another node than self. This does replicatee the functionality of ‘rad node routing –nid’, but feels like a more intuitive command to try.
1 file changed
+14
-6
8fd04483
→
10daedf9
modified radicle-cli/src/commands/node.rs
@@ -37,7 +37,7 @@ Usage
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,6 +56,10 @@ Routing options
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -101,7 +105,9 @@ pub enum Operation {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -171,7 +177,8 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -230,7 +237,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -286,8 +293,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|