docs(uipath-platform): sync with CLI changes — users import, deploy auto-activate, project list, --name filter#499
Conversation
… auto-activate, project list, --name filter Sync the platform skill references with the recent CLI changes that landed in PRs UiPath/cli#1365 and #1423. * setup-environment.md — replace `users create` with `users import`. The old `create` / `delete` commands are gone in the CLI; users live in Identity Service and Orchestrator references them via the `AssignDirectoryUser` endpoint that backs `users import`. * pack-and-deploy.md — `solution deploy run` now activates the deployment by default. Document `--skip-activate` for the legacy opt-out, drop the stale "polling is unreliable" warning (the CLI now falls back to the search service when the pipeline tracking record is recycled mid-poll), and update the flow diagram to show auto- activate plus the opt-out path. * activate-and-manage.md — clarify that `deploy activate` is now only needed when `--skip-activate` was passed or when an auto-activation failed and the underlying cause has been fixed. Add the new `solution packages list --name <pattern>` server-side substring filter. * develop-solution.md — add a "List Projects" section for the new `solution project list` command (local, no backend call); renumber the subsequent steps. * triggers-and-webhooks.md — call out the new `--disabled` flag on `triggers create` and switch the example `--time-zone` to `Europe/Bucharest` so the IANA-format expectation is obvious from the example alone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @alexenica's task in 2m 1s —— View job PR Review: docs(uipath-platform) — CLI sync updates
SummarySyncs five Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes in this PR |
| E2E Tests | No test task updates for changed CLI commands | |
| Skill Body | OK | SKILL.md not modified |
| References & Assets | --name missing from options table |
|
| Repo Hygiene | OK | CODEOWNERS already covers path; no secrets; no cross-skill refs; all relative links resolve |
Issues for Manual Review
searchSearchDeployments22method name (pack-and-deploy.md:119): Verify this is the actual API method name in the CLI source — the doubled "search" and trailing22look like they could be a typo or auto-generated versioned name.- CLI flag accuracy: The new
--disabled,--skip-activate,--directory-id,--domain, and--typeflags cannot be verified from documentation alone — confirm they match the CLI--helpoutput from the referenced PRs. - "Polling false-positives" gotcha (
pack-and-deploy.md:263-265): May be partially stale now that the CLI has a search-API fallback. Verify whether this edge case is still reachable.
Conclusion
Clean, well-scoped documentation sync. One actionable fix: add --name to the packages list options table in activate-and-manage.md. The mermaid diagram gap and stale gotcha are low-priority polish. Recommend approve with the --name table fix.
Follow-up to the previous commit, after a fuller sweep of solution- related skill files: * solution.md (overview) — update the lifecycle mermaid to mark deploy run as auto-activate, with the activate node now reachable only via --skip-activate. Add `project list` to the command tree, and clarify in the deploy section that activate is now a follow-up command, not a default step. * pack-and-deploy.md — drop the stale "Polling false-positives on deploy run" gotcha; the search-API fallback in the CLI now masks the pipeline-record expiry. * uipath-agents/lowcode/project-lifecycle.md — note that deploy run now activates by default and document --skip-activate; add a one-liner clarifying when the standalone deploy activate is still needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Second pass after a fuller sweep — added 3 more files:
Other adjacent skills (uipath-review, uipath-rpa, uipath-rpa-legacy, uipath-test, uipath-coded-apps, uipath-solution-design) reference `uip solution pack` / `uip solution upload` only — none use the changed flags, so no updates needed there. |
Summary
Sync the
uipath-platformskill references with two recent CLI changes:--disabled, queues retention enum,solution project list,solution packages list --name,solution deploy runauto-activate by default + polling fix).users create/deletewithusers import(callsAssignDirectoryUserendpoint, references an existing IS principal).Files changed
setup-environment.mdusers create→users import(text, mermaid, complete-example block); add option list with--directory-id/--domain/--type/ folder + role flagspack-and-deploy.mddeploy runactivates by default; document--skip-activate; drop the stale "polling is unreliable" warning (now fixed via search-API fallback); update flow diagramactivate-and-manage.mddeploy activateis needed only after--skip-activateor to retry a failed auto-activation; addpackages list --name <pattern>server-side filterdevelop-solution.mdsolution project list; renumber subsequent stepstriggers-and-webhooks.md--disabledflag ontriggers create; change example--time-zonefromUTCtoEurope/Bucharestso IANA expectation is obviousNotes
process-queues.mdwas already correct (listsDelete, Archive, Nonewith default) — no change needed.🤖 Generated with Claude Code