rad_init | Initialize a new Radicle repository.
Args:
name: Name of the repository
description: Description of the repository
public: Whether the repository should be public (default: True) |
rad_clone | Clone a Radicle repository.
Args:
rid: Repository ID (RID) to clone
path: Optional path where to clone the repository |
rad_sync | Sync a Radicle repository with the network.
Args:
repository_path: Path to the repository (default: current directory) |
rad_push | Push changes to the Radicle network.
Args:
repository_path: Path to the repository (default: current directory) |
rad_patch_list | List patches in a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory) |
rad_issue_list | List issues in a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory) |
rad_id | Get the current node's Radicle ID. |
rad_status | Get the status of a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory) |
rad_remote_list | List remotes in a Radicle repository.
Args:
repository_path: Path to the repository (default: current directory) |
rad_help | Get help for Radicle commands.
Args:
command: Specific command to get help for (optional) |
github_sync_unavailable | GitHub sync functionality is not available.
|