A tool has been added to sovereign that will help convert your configuration files from v1 to v2
You specify your files similar to how you might currently:
1 2sovereign config migrate file:///etc/sovereign.yaml,file:///etc/overrides.yaml
The output will be a YAML file with the v2 syntax.
If you had dynamic values in your config, for example env://MY_ENV_VAR
, they
will be the values you would get from reading the env var in place of this
dynamic string that indicates that the env var should be loaded.
You may have to find cases like these and put back the <protocol>://<path>
syntax
Rate this page: