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
| Flag | Purpose |
|---|---|
--source-distro, --source-version | The source release. |
--target-distro, --target-version | The target release. |
--slug | A 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.