You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets `pass run` resolve `se://` references directly from the local OS
keychain (the same store used by `pass set`/`pass get`) instead of going
through the secrets-engine daemon. Useful when Docker Desktop is not
running or when symmetric round-tripping is desired.
Implemented as a `secrets.Resolver` adapter over `store.Store.Filter`, so
`resolveEnv`/`resolveRef` semantics (pattern parsing, single-match
enforcement, ErrNotFound) stay identical between daemon and keychain
modes.
Also moves the `run` long description into an embedded markdown file
(`run_long.md`), matching the existing pattern for examples.
0 commit comments