uipath-cli
latest
false
- Overview
- Get started
- Concepts
- Using UiPath CLI
- How-to guides
- CI/CD recipes
- Command reference
- Overview
- Exit codes
- Global options
- uip codedagent
- uip docsai
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- create-project
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-workflow-examples
- pack
- restore
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- Migration
- Reference & support
UiPath CLI user guide
Last updated May 7, 2026
uip rpa list-data-fabric-entities lists the UiPath Data Fabric entities relevant to the active project — both those already bound to the project and those discoverable on the connected cloud tenant. Use it as the discovery step before uip rpa install-data-fabric-entities, to know which entity names are valid to add or remove.
The lookup runs through Studio, so the verb requires a Windows runner.
Synopsis
uip rpa list-data-fabric-entities [--service-document <string>]
uip rpa list-data-fabric-entities [--service-document <string>]
Options
| Flag | Description |
|---|---|
--service-document <string> | Optional project-relative service document path used to scope the installed lookup. If omitted, the project's default service document is used. |
For the complete option list on your installed tool version, run:
uip rpa list-data-fabric-entities --help
uip rpa list-data-fabric-entities --help
Examples
# List entities for the project's default service document
uip rpa list-data-fabric-entities
# Scope the lookup to a non-default service document
uip rpa list-data-fabric-entities \
--service-document Resources/finance.servicedocument.json
# List entities for the project's default service document
uip rpa list-data-fabric-entities
# Scope the lookup to a non-default service document
uip rpa list-data-fabric-entities \
--service-document Resources/finance.servicedocument.json
Related
uip rpa install-data-fabric-entities— apply add/remove changes to the discovered entity set.