feat(config): add v1-to-v2 profiles.json migration helper (#105) #123

Open
jcwalker3 wants to merge 1 commits from feat/issue-105-profiles-migration into master
Owner

Closes #105

Add a migration helper script migrate_profiles.py to convert version 1 profiles.json to version 2 environments shape, preserving keychain references and creating aliases for backwards compatibility. Includes full unit test coverage.

Closes #105 Add a migration helper script migrate_profiles.py to convert version 1 profiles.json to version 2 environments shape, preserving keychain references and creating aliases for backwards compatibility. Includes full unit test coverage.
jcwalker3 added 1 commit 2026-07-03 03:24:54 -05:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/issue-105-profiles-migration:feat/issue-105-profiles-migration
git checkout feat/issue-105-profiles-migration
Sign in to join this conversation.