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
Output nested JSON/YAML from resolve command instead of flat env vars
coffer resolve -f json/yaml now preserves the nested config structure
with secrets resolved, making output suitable for SDK consumption.
Dotenv format continues to output flat env var key-value pairs.
Fix YAML list values resolving to empty strings
Flatten now joins []any slices as comma-separated strings instead of
silently dropping them via the default case.
Add Homebrew tap and install script distribution
Add homebrew_casks config to GoReleaser, POSIX install script with
checksum verification, and expand README installation section with
Homebrew, install script, go install, and manual download options.