cli: update config migration to migrate v3 -> v4 (#2166)

This commit is contained in:
Malte Poll 2023-08-04 15:57:36 +02:00 committed by GitHub
parent d1ace13713
commit 15bb9588d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 498 additions and 8 deletions

View file

@ -65,6 +65,7 @@ go_library(
"//internal/compatibility",
"//internal/config",
"//internal/config/instancetypes",
"//internal/config/migration",
"//internal/constants",
"//internal/crypto",
"//internal/file",