resolve
Map native package names to canonical slugs for a given release, directly against the API. Mainly for scripting and debugging; migrate does this for you as part of the pipeline.
vrtmv resolve --distro "CentOS Linux" --version 7 \
--name openssh-server --name httpd
| Flag | Purpose |
|---|---|
--distro | Source distribution, as the index names it (e.g. CentOS Linux). |
--version | Source version (e.g. 7). |
--name | A native package name. Repeatable; at least one is required. |
Names that resolve are returned with their canonical slug (e.g. cpkg:openssh); names with no mapping are returned as unresolved. Each call is metered against your account.