cli: Add `rad self --address` command
Useful when running seed nodes.
3 files changed
+22
-2
131103cb
→
c13c658f
modified radicle-cli/examples/rad-self.md
@@ -38,3 +38,8 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHahWSBEpuT1ESZbynOmBNkLBSnR32Ar4woZqSV2YNH1
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/commands/self.rs
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -18,9 +19,10 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,6 +34,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,6 +61,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -99,6 +105,12 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -1161,7 +1161,10 @@ fn rad_sync_without_node() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|