UiPath CLI 用户指南
uip platform is the Platform tool: it manages organization- and tenant-level license resources — tenant runtime/consumable allocations, per-user license bundles, group allocation rules, and the organization-wide consumables report. Install it with uip tools install platform, or invoke uip platform … and let auto-install run. See Tools (plugins) for the install model and uip tools for the command that manages tool installation.
资源
每个资源都有其自己的参考页面。每个页面上设置的动词与uip platform注册的命令匹配 — 运行uip platform --help以确认安装的完整表面。
| 资源 | 用途 |
|---|---|
| 租户 | Get the license summary for a tenant; set runtime licenses and consumables, routed to the service license that already owns each product code. |
| 用户 | Allocate user-bundle licenses to a directory user, list a user's current leases (direct or group-inherited), and view the account-level user-bundle availability. |
| 组 | List, inspect, and configure group license-allocation rules with optional per-bundle quotas. |
| 许可证 | Organization-level consumables reporting: per-tenant allocation summary, daily breakdown by service, and per-folder breakdown. |
大纲
uip platform <resource> <verb> [options]
uip platform <resource> <verb> [options]
始终为uip platform ,从不uip plt 。platform是工具的命令前缀(请参阅uip tools list中的commandPrefix列)。
如何阅读本节
每个资源页面的结构都相同:
- 大纲—
uip platform <resource> <verb>命令形状。 - 动词— 包含资源公开的每个动词的单行表格。
- One H2 per verb — description, positional arguments (if any), flag table, an example, and the
Datashape returned under--output json. - Exit codes — a pointer to the shared Exit codes contract.
- 相关命令和“另请参阅— 交叉链接”,指向同级资源和相关概念页面。
默认输出格式为--output json 。每个页面上的数据形状都反映 JSON 有效负载 — 表格、yaml 和纯渲染源自同一个Data对象。
常用标志
uip platform verbs share one optional org-scoping flag. Identifier flags (<tenant-key>, <user>, <group>) are positional and documented per verb.
| 标记 | 使用人 | 用途 |
|---|---|---|
--organization <account-id> | 每个动词 | Organization account GUID. Defaults to the org from the current login. Override when an external app or session is scoped to a different account. |
Verb-level flags (--input, --mode, --tenant, --unit, --start-date, --end-date, --limit, --offset, --sort-by, --sort-order) are documented on each resource page.
全局选项和退出代码
另请参阅
- 概念:UiPath CLI 的组织方式— 工具在“主机 + 工具”模型中的位置。
- Sessions — how the organization context is resolved.
- 配置— 影响每个工具的环境变量和配置文件。
- uip or licenses — Orchestrator-level robot license assignment (machine and named-user), complementary to platform-level allocation.