feat(cli): relicario add login with flag + interactive prompting

Unlocks vault, builds LoginCore from flags (password via rpassword if
--password-prompt), saves item + manifest, commits via hardened git.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-19 22:13:17 -04:00
parent 5dce2c10f9
commit 89b22cb089
2 changed files with 82 additions and 1 deletions

View File

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