feat(uipath-platform): document tenant licensing CLI commands [PLT-100796]#605
feat(uipath-platform): document tenant licensing CLI commands [PLT-100796]#605
Conversation
Add reference for `uip platform tenants show-licenses` and `allocate-licenses`, covering overlay semantics, product code translation, and a conversational workflow for handling friendly-name intent. Wire the new reference into SKILL.md task navigation and the uip command index. [PLT-100796] Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @biftime's task in 1m 55s —— View job SummaryAdds a new reference doc ( Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | name matches folder, description is 244 chars, well within 1024 limit |
| E2E Tests | Issue (Medium) | No test tasks for licensing commands — consistent with existing gaps |
| Skill Body | OK | Task Navigation, CLI Overview, and When to Use updated correctly |
| References & Assets | OK | New reference is well-structured, all links resolve, no cross-skill refs |
| Repo Hygiene | OK | CODEOWNERS covers /skills/uipath-platform/, no secrets, no binary files, changes scoped to skill |
Issues for Manual Review
- CLI command accuracy: Verify that
uip platform tenants show-licensesanduip platform tenants allocate-licensesare the actual command names, flags (--input,--organization), and output field names (availableForAllocation,allocatedAcrossOtherTenants, etc.) match the real CLI behavior. - Product code table completeness: The 17-entry product code → friendly name mapping table may be incomplete or may drift as new products are added. Confirm this is the current set.
- Error messages: The 6 error messages in the Error Modes table should be validated against actual CLI error output.
Conclusion
Clean, well-structured addition. The licensing reference follows repo conventions, is prescriptive and LLM-friendly, and correctly wires into the skill's navigation. Two minor fixes recommended (trailing newline, References section entry). No blocking issues — approve with minor suggestions.
Add reference for
uip platform tenants show-licensesandallocate-licenses, covering overlay semantics, product code translation, and a conversational workflow for handling friendly-name intent. Wire the new reference into SKILL.md task navigation and the uip command index.