Quickstart

UiPath CLI Quickstart

javimosch Updated

File contents

UiPath CLI Quickstart

Use this plugin for CI/CD automation tasks with UiPath CLI.

Prerequisites

  • Install UiPath CLI package for your OS.
  • Make uipcli available on PATH, or set UIPCLI_DLL and install dotnet runtime.
  • Install plugin: supercli plugins install uipathcli

Common Commands

  • Version: supercli uipath self version
  • Pack: supercli uipath project pack --project-path .
  • Analyze: supercli uipath project analyze --project-path .
  • Deploy: supercli uipath project deploy --orchestrator-url https://...

Passthrough

Use passthrough for any command not wrapped in this plugin:

supercli uipath <raw uipcli args>

javimosch/supercli/tree/main/plugins/uipathcli/skills/quickstart commit 8f609bf29a

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-2031