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
FlagPurpose
--distroSource distribution, as the index names it (e.g. CentOS Linux).
--versionSource version (e.g. 7).
--nameA 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.