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-toolis gone from npm. Everyuip sc <verb>anduip cicd <verb>becomesuip 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)
- Solution path — a project inside a Studio Solution surfaced by
- Target — an already-published Orchestrator automation process surfaced by
aops pipeline processes. The pipeline runs / updates this process as part of its execution.