| |
usage: r#"
|
| |
Usage
|
| |
|
| - |
rad track <did> [--[no-]fetch] [--alias <name>] [<option>...]
|
| + |
rad track <nid> [--[no-]fetch] [--alias <name>] [<option>...]
|
| |
rad track <rid> [--[no-]fetch] [--scope <scope>] [<option>...]
|
| |
|
| - |
The `track` command takes either a DID or an RID. Based on the argument, it will
|
| - |
either update the tracking policy of a node (DID), or a repository (RID).
|
| + |
The `track` command takes either an NID or an RID. Based on the argument, it will
|
| + |
either update the tracking policy of a node (NID), or a repository (RID).
|
| |
|
| |
When tracking a repository, a scope can be specified: this can be either `all` or
|
| |
`trusted`. When using `all`, all remote nodes will be tracked for that repository.
|