radicle-cli icon indicating copy to clipboard operation
radicle-cli copied to clipboard

Radicle CLI

Results 60 radicle-cli issues
Sort by recently updated
recently updated
newest added

I was collaborating with @cloudhead via the rad cli and I was having trouble seeing their latest changes even though I `rad pull` and `rad sync`. Ended up being that...

enhancement

### Motivation `rad patch` is out of sync with `rad issue`: - `rad issue`: list issues; `rad patch`: create patch - `rad issue list`: list issues; `rad patch --list`: list...

Fixes #254. In conjuction with patch `hnrkmrkhwif` in [radicle.xyz](https://app.radicle.network/seeds/pine.radicle.garden/rad:git:hnrkq5sti58yw41szighu565oprgt5eduhmhy/remotes/hydwyyod7zet66r7x5fkckkbqp8zgpgjbnxf5rydaqfmqs3sigguwy/) ### Motivation Since the Homebrew / Ubuntu installation instructions in `README.md` are different from the ones on https://radicle.xyz/get-started.html, I propose to...

Could be related to #164. I'm using two systems to reproduce the issue, both on `v0.6.1`, but I've also experienced this issue when switching between multiple identities on the same...

Signed-off-by: Alexis Sellier

Github (Debian/Ubuntu) -- https://github.com/radicle-dev/radicle-cli 🐧 From APT (Debian/Ubuntu) First, download the package signing key: curl -fsSL https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/radicle-archive-keyring.gpg > /dev/null Website(Debian/Ubuntu) -- https://radicle.xyz/get-started.html 🐧...

### Motivation If a user attempts to switch to another profile, the active profile will already be set to the selected one, even if the passphrase is not supplied and...

It should be possible to delete a project remotely. There are two potential ways this could work: 1. Git: implement deletion via `git push`, eg. have a rule that if...

Hi folks. I just set up radicle-cli on a new machine (Apple M1 silicon), created a new identity with `rad auth`, and I'm trying to clone a repo. This is...

Running rad-auth from a project that isn't in the monorepo gives us this: ``` Running `target/debug/rad-auth --init` Initializing your 🌱 profile and identity ok Name · seed ok Passphrase ·...

bug