keybay_cli 0.1.0
keybay_cli: ^0.1.0 copied to clipboard
Austere, local secret injection backed by Keybay.
Changelog #
0.1.0 #
- Initial five-command CLI:
run,set,rm,list, anddoctor. - Strict mixed manifests with literal values and qualified
kb://references. - Run-scoped POSIX
execveinjection with no shell or resident wrapper. The parent environment passes through byte-exact from rawenviron(variables Dart cannot represent are preserved, not dropped), and the child starts with shell-default signal state (SIGPIPE disposition and the thread signal mask are reset at the exec boundary). - Hidden TTY input and strict
--stdinhandling: the modes never cross (--stdinrefuses a terminal so a typed secret is never echoed), and empty input is rejected rather than stored. - macOS login-Keychain and Linux Secret Service-backed storage through
package:keybay.