rad_sync
Synchronize Radicle repositories with the network by specifying a path, enabling seamless updates and collaboration across decentralized and centralized platforms.
Instructions
Sync a Radicle repository with the network.
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_syncArguments",
"type": "object"
}