- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- UiPath for Coding Agents
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip docsai
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-workflow-examples
- パッケージ化
- 元に戻す
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- UIA
- UIP トレース
- 移行
- 参照とサポート
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. |
| Groups | 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>コマンド図形。 - 動詞 — リソースが公開するすべての動詞の 1 行の表。
- 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.
グローバルオプションと終了コード
すべての uip platform 動詞は、4 つの グローバル オプション (--output、 --output-filter、 --log-level、 --log-file) に従います。終了コードは共有 コントラクトに従います。
参照
- 概念: 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.