cli: simplify rad-clone-all
With the latest changes to fetching, `--scope all` will now clone all remotes listed by the serving node. Simplify by the `rad-clone-all` example by removing the extra fetch and removing the corresponding TODO. Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
parent
d7abc0a8fc
commit
65118e6ce9
|
|
@ -1,6 +1,3 @@
|
|||
<!-- TODO: Currently, `rad clone`, even with `--scope all` will not fetch all remotes -->
|
||||
<!-- We have to issue a separate `rad sync --fetch` -->
|
||||
|
||||
```
|
||||
$ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji --scope all
|
||||
✓ Tracking relationship established for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with scope 'all'
|
||||
|
|
@ -27,12 +24,6 @@ $ cat README
|
|||
Hello World!
|
||||
```
|
||||
|
||||
```
|
||||
$ rad sync --fetch
|
||||
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSL…StBU8Vi..
|
||||
✓ Fetched repository from 1 seed(s)
|
||||
```
|
||||
|
||||
Let's check that we have all the namespaces in storage:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue