- Überblick
- Erste Schritte
- Konzepte
- Verwenden der UiPath CLI
- UiPath for Coding Agents
- Anleitungen
- CI/CD-Rezepte
- Befehlsreferenz
- Überblick
- Exitcodes
- Globale Optionen
- UIP-codierter Agent
- UIP-Dokumentation
- Add-Test-Data-Entität
- Add-Test-Data-Queue
- Add-Test-Data-Variation
- Analysieren
- Erstellen
- Ein Projekt erstellen
- Diff
- Suchaktivitäten
- Get-Analyse-Regeln
- get-standard-aktivität-xaml
- Fehler abrufen
- Manuelle-Testfälle erhalten
- Manuelle-Testschritte erhalten
- Get-Versionen
- Beispiel für einen Workflow abrufen
- Anwendung anzeigen
- Anzeigeelement
- Inspektionspaket
- install-data-fabric-entities
- Pakete installieren oder aktualisieren
- list-data-fabric-entities
- Beispiele für Listenworkflows
- Packen
- restore
- Ausführungsdatei installieren
- Suchvorlagen
- Studio starten
- Ausführung anhalten
- UIA
- UIP-Ablaufverfolgungen
- Migration
- Referenz und Support
UiPath-CLI-Benutzerhandbuch
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.
Ressourcen
Jede Ressource hat eine eigene Referenzseite. Das auf jeder Seite festgelegte Verb stimmt mit den von uip platform registrierten Befehlen überein – führen Sie uip platform --help aus, um die vollständige Oberfläche Ihrer Installation zu bestätigen.
| Ressource | Zweck |
|---|---|
| Mandanten | Get the license summary for a tenant; set runtime licenses and consumables, routed to the service license that already owns each product code. |
| Benutzer | 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. |
| Gruppen | List, inspect, and configure group license-allocation rules with optional per-bundle quotas. |
| Lizenzen | Organization-level consumables reporting: per-tenant allocation summary, daily breakdown by service, and per-folder breakdown. |
Zusammenfassung
uip platform <resource> <verb> [options]
uip platform <resource> <verb> [options]
Immer uip platform, nie uip plt. platform ist das Befehlspräfix des Tools (siehe Spalte commandPrefix in uip tools list).
So lesen Sie diesen Abschnitt
Jede Ressourcenseite ist gleich strukturiert:
- Synopse – die Befehlsform
uip platform <resource> <verb>. - Verben – eine einzeilige Tabelle mit jedem Verb, das die Ressource verfügbar macht.
- 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.
- Zugehörige Befehle und Siehe auch – Querlinks zu gleichgeordneten Ressourcen und relevanten Konzeptseiten.
Das Standardausgabeformat ist --output json. Datenstrukturen auf jeder Seite spiegeln die JSON-Payload wider – Tabelle, yaml und einfache Renderings werden vom gleichen Data -Objekt abgeleitet.
Allgemeine Flags
uip platform verbs share one optional org-scoping flag. Identifier flags (<tenant-key>, <user>, <group>) are positional and documented per verb.
| Markieren | Wird von verwendet | Zweck |
|---|---|---|
--organization <account-id> | jedes Verb | 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.
Globale Optionen und Exitcodes
Alle uip platform -Verben berücksichtigen die vier globalen Optionen (--output, --output-filter, --log-level, --log-file). Austrittscodes folgen dem gemeinsamen Vertrag.
Siehe auch
- Konzepte: Wie die UiPath CLI organisiert ist – wo Tools in das Host- und Toolmodell passen.
- Sessions — how the organization context is resolved.
- Konfiguration – Umgebungsvariablen und Konfigurationsdateien, die sich auf jedes Tool auswirken.
- uip or licenses — Orchestrator-level robot license assignment (machine and named-user), complementary to platform-level allocation.