mfer/internal/cli
sneak 778999a285 Add GPG signing support for manifest generation
- Add --sign-key flag and MFER_SIGN_KEY env var to gen and freshen commands
- Sign inner message multihash with GPG detached signature
- Include signer fingerprint and public key in outer wrapper
- Add comprehensive tests with temporary GPG keyring
- Increase test timeout to 10s for GPG key generation
2025-12-18 02:12:54 -08:00
..
check.go Move checker package into mfer package 2025-12-18 01:28:35 -08:00
entry_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
fetch.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00
gen.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00