Releases: bonnard-data/mxkey
Releases · bonnard-data/mxkey
v1.0.0
Full Changelog: v0.7.0...v1.0.0
v0.7.0 — mxkey migrate subcommand
Highlights
mxkey migrate <path-to-.env> [project-slug]— first-class CLI subcommand for moving a.envfile into Keychain. Replaces the oldmigrate-env.shhelper script.--deleteflag (and interactive prompt in TTY mode) — remove the original.envafter successful migration in one step.--keepskips both the prompt and trim list.- In-file duplicate detection — collapses duplicate keys (last value wins, matching standard
.envsemantics) and reports the count. - Keychain overwrite warning — flags entries that already exist with
[overwrites existing]so users know before they confirm. - No more value previews — the migration summary now shows character count only (
(33 chars)), never any portion of the value. No content lands in shell scrollback.
Migration
If you were calling bash migrate-env.sh ..., switch to mxkey migrate .... Same arguments, same behavior, plus the new flags and dupe/overwrite reporting.
Bundle additions
assets/key.png— the canonical pixel-key brand mark, ready for downstream consumers.