feat(cli): relicario add — remaining 6 item types

SecureNote, Identity, Card, Key, Document (with inline attachment),
and Totp with base32 secret decoding. Document widens the commit
to include the attachment blob path.
This commit is contained in:
adlee-was-taken
2026-04-19 22:16:51 -04:00
parent 89b22cb089
commit fe017455d3
2 changed files with 231 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
zeroize = "1"
url = "2"
data-encoding = "2"
[dev-dependencies]
assert_cmd = "2"