translate

Fetch the current translation for canonical packages, from a source release to a target release. Direct API access for scripting and debugging.

vrtmv translate \
  --source-distro "CentOS Linux" --source-version 7 \
  --target-distro "Rocky Linux"  --target-version 9 \
  --slug cpkg:openssh --slug cpkg:httpd
FlagPurpose
--source-distro, --source-versionThe source release.
--target-distro, --target-versionThe target release.
--slugA canonical slug (e.g. cpkg:httpd). Repeatable; at least one is required.

Each translation comes back with its target packages, a graded confidence, any caveats, and any conditionals (predicate trees the client evaluates locally). A canonical with no vetted translation for this pair simply has no result — silence is the correct signal.