Commit Graph

3 Commits

Author SHA1 Message Date
moonD4rk 51f6a4893d fix(keys): validate keysPath non-empty in loadAndApplyKeys
Programmatic callers (or cobra MarkFlagRequired bypass) would
otherwise trigger os.Open("") with a confusing error message.
Matches existing profilePath / browserName validation style.
2026-05-24 20:27:58 +08:00
moonD4rk 54d5eb2b7c feat(keys): add keys import subcommand
Replaces the dump --keys flag with a proper subcommand mirroring
keys export. Removing --keys is a breaking change.
2026-05-24 20:19:41 +08:00
Roger 0fe35542f2 feat(keys): add cross-host master key export (#599) 2026-05-16 20:24:19 +08:00