UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Dernière mise à jour 7 mai 2026

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]
uip rpa get-versions --package-id <string> [--include-prerelease]

Options

DrapeauDescription
--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
uip rpa get-versions --help

Exemples

# 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
# 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

Voir également

  • Synopsis
  • Options
  • Exemples
  • Related
  • Voir également

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour