mfer/internal/cli
clawbot 81a3100b4a feat: add export command, HTTP URL support, --version flag, error wrapping audit
- Add 'mfer export' command: dumps manifest as JSON to stdout for piping to jq etc
- Add HTTP/HTTPS URL support for manifest path arguments (check, list, export)
- Enable --version flag (was hidden, now shown)
- Audit all error messages: wrap with fmt.Errorf context throughout CLI and library
- Add tests for export command and URL-based manifest loading
- Add manifest_loader.go with shared resolveManifestArg and openManifestReader helpers
2026-02-11 03:56:10 -08:00
..
check.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -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
export_test.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
export.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
fetch_test.go Fix URL encoding for file paths in fetch command (closes #13) (#18) 2026-02-09 02:14:20 +01:00
fetch.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
freshen_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
gen.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
list.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
manifest_loader.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00
mfer.go feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-11 03:56:10 -08:00