radicle-heartwood-lfs/radicle-cli
Richard Levitte 9abedf449b
cli: Don't use 'signer' where not necessary
In the 'clone' command, a 'signer' is instanciated just to get the
public key.  In the 'job' command, a 'signer' is instanciated early,
even when the subcommand doesn't use it.

That's unnecessary, and infers the potential use of RAD_PASSPHRASE.
In those cases, avoid instanciating a 'signer'.
2025-04-15 12:42:35 +02:00
..
examples cli: add remaining patch actions 2025-01-14 14:00:57 +01:00
src cli: Don't use 'signer' where not necessary 2025-04-15 12:42:35 +02:00
tests cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
Cargo.toml cli: bump version to 0.12.1 2024-12-04 12:47:00 +01:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00