config-paths

Fetch config-path relocation rules for canonical packages, source release → target release. Direct API access; migrate applies these automatically.

vrtmv config-paths \
  --source-distro "CentOS Linux" --source-version 7 \
  --target-distro "Rocky Linux"  --target-version 9 \
  --slug cpkg:httpd
FlagPurpose
--source-distro, --source-versionThe source release.
--target-distro, --target-versionThe target release.
--slugA canonical slug. Repeatable; at least one is required.

Config-path rules describe where a package's configuration moves across a migration — for example, a default file that relocates, or a directory that changes name. A rule marked format-incompatible is surfaced as a caveat rather than silently applied. Most canonicals return no rule, because most configuration does not move; that absence is expected, not an error.