rad_remote_list
List all remotes in a Radicle repository to manage connections and collaboration across peer-to-peer code networks. Specify the repository path for targeted results.
Instructions
List remotes in a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repository_path | No | . |
Input Schema (JSON Schema)
{
"properties": {
"repository_path": {
"default": ".",
"title": "Repository Path",
"type": "string"
}
},
"title": "rad_remote_listArguments",
"type": "object"
}