Skip to content

Releases: bonnard-data/mxkey

v1.0.0

29 Apr 13:51

Choose a tag to compare

v0.7.0 — mxkey migrate subcommand

29 Apr 10:52

Choose a tag to compare

Highlights

  • mxkey migrate <path-to-.env> [project-slug] — first-class CLI subcommand for moving a .env file into Keychain. Replaces the old migrate-env.sh helper script.
  • --delete flag (and interactive prompt in TTY mode) — remove the original .env after successful migration in one step. --keep skips both the prompt and trim list.
  • In-file duplicate detection — collapses duplicate keys (last value wins, matching standard .env semantics) 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.