uipath-aops

Installation
SKILL.md

UiPath StudioAdmin AOps — Source Control + CICD Pipelines

Depends on the @uipath/aops-tool CLI plugin; install via uip tools install @uipath/aops-tool before using.

Tool migration. @uipath/sc-tool (uip sc) and @uipath/cicd-tool (uip cicd) were unified into @uipath/aops-tool (uip aops). @uipath/cicd-tool is gone from npm. Every uip sc <verb> and uip cicd <verb> becomes uip aops <verb> — the verb trees merged without renaming any subcommand. See migration-guide.md.

Build a StudioAdmin CICD pipeline that binds two independent things:

  • Source — one Studio project the pipeline checks out on every run. Two equivalent ways to reach it:
    • Solution path — a project inside a Studio Solution surfaced by aops connection solutions <connection-id>
    • Standalone-project path — a project surfaced directly by aops connection projects <connection-id> (no enclosing Solution)
  • Target — an already-published Orchestrator automation process surfaced by aops pipeline processes. The pipeline runs / updates this process as part of its execution.

When to Use This Skill

Installs
5
Repository
uipath/skills
GitHub Stars
156
First Seen
Aug 30, 2026
uipath-aops — uipath/skills