ixp
latest
false

非结构化文档和复杂文档用户指南
上次更新日期 2025年9月24日
CLI
linkThe IXP Command Line Interface (CLI), or
re
, is a unified tool that provides a consistent interface for interacting with all IXP parts from a terminal.
re
simplifies managing IXP resources, such as sources and datasets, as well as importing or exporting documents. Additionally, re
maintains multiple contexts, making it easy to switch between multiple authentication tokens for different users, service accounts, or IXP endpoints.
The IXP CLI is open source and developed on GitHub.
Moving projects across tenants
linkTo move IXP projects across tenants, proceed as follows using the UiPath® CLI tool:
- Install the CLI on your machine.
- Add two configurations to your CLI: one for the current project location and another one for the destination location. For more details, check Configuring the CLI.
- Download the existing project with
re -c package download --file .zip
. This will create a file named<file name>.zip
, which contains all the information of your projects. - Upload the package to the new project with
re -c package upload .zip
. Optionally, you can use the--name
option to provide a new name, for example,re -c package upload .zip --name this_is_the_new_name
. - Delete the file .zip on your machine, as this will contain project data.