cli: Fix some tests
This commit is contained in:
parent
acf71fceaa
commit
d1e2e3b61e
|
|
@ -35,9 +35,9 @@ And a 'block' policy was added:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ rad seed
|
$ rad seed
|
||||||
╭───────────────────────────────────────────────────────╮
|
╭──────────────────────────────────────────────────────────────╮
|
||||||
│ Repository Policy Scope │
|
│ Repository Name Policy Scope │
|
||||||
├───────────────────────────────────────────────────────┤
|
├──────────────────────────────────────────────────────────────┤
|
||||||
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji block followed │
|
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji block followed │
|
||||||
╰───────────────────────────────────────────────────────╯
|
╰──────────────────────────────────────────────────────────────╯
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -40,11 +40,11 @@ repository that was already created:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ rad seed
|
$ rad seed
|
||||||
╭───────────────────────────────────────────────────────╮
|
╭───────────────────────────────────────────────────────────────────╮
|
||||||
│ Repository Policy Scope │
|
│ Repository Name Policy Scope │
|
||||||
├───────────────────────────────────────────────────────┤
|
├───────────────────────────────────────────────────────────────────┤
|
||||||
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
|
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji heartwood allow followed │
|
||||||
╰───────────────────────────────────────────────────────╯
|
╰───────────────────────────────────────────────────────────────────╯
|
||||||
```
|
```
|
||||||
|
|
||||||
If we wish to see which nodes we are following:
|
If we wish to see which nodes we are following:
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ We can list the repositories we are seeding by omitting the RID:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ rad seed
|
$ rad seed
|
||||||
╭───────────────────────────────────────────────────────╮
|
╭──────────────────────────────────────────────────────────────╮
|
||||||
│ Repository Policy Scope │
|
│ Repository Name Policy Scope │
|
||||||
├───────────────────────────────────────────────────────┤
|
├──────────────────────────────────────────────────────────────┤
|
||||||
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
|
│ rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji allow followed │
|
||||||
╰───────────────────────────────────────────────────────╯
|
╰──────────────────────────────────────────────────────────────╯
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue