There should be a config migration tool built into Topgrade that users can use to (while not preserving comments) migrate their config to v18.
Lots of config options will be removed in favour of flags/args, which we can migrate them to.
This tool:
- Will be built into Topgrade (
topgrade migrate-config)
- Will be removed after a while
- Will make a backup of the old config file
- Does not need to preserve comments
We will want to test this with many different user's configs before releasing.
There should be a config migration tool built into Topgrade that users can use to (while not preserving comments) migrate their config to v18.
Lots of config options will be removed in favour of
flags/args, which we can migrate them to.This tool:
topgrade migrate-config)We will want to test this with many different user's configs before releasing.