Last updated Jan 2, 2025

Migrating Sovereign config v1 -> v2

A tool has been added to sovereign that will help convert your configuration files from v1 to v2

Example usage

You specify your files similar to how you might currently:

1
2
sovereign 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: