Skip to main content

uip rpa get-versions

uip rpa get-versions lists the available versions of a NuGet package across every feed configured for the active project, sorted newest-first. Use it to pin a dependency to a known-good version before calling uip rpa install-or-update-packages, or to discover the latest stable version of an activity package.

Feed configuration is loaded by Studio, so the verb requires a Windows runner.

Synopsis

uip rpa get-versions --package-id <string> [--include-prerelease]

Options

FlagDescription
--package-id <string>NuGet package ID, e.g. UiPath.UIAutomation.Activities.
--include-prereleaseInclude prerelease versions in the output. Default: false.

For the complete option list on your installed tool version, run:

uip rpa get-versions --help

Examples

# Latest stable versions of the UI Automation activities package
uip rpa get-versions --package-id UiPath.UIAutomation.Activities

# Include prereleases when picking the next version to qualify
uip rpa get-versions --package-id UiPath.Excel.Activities --include-prerelease

See also