uipath-cli
latest
false
UiPath CLI 用户指南
- 概述
- 开始使用
- 概念
- 使用 UiPath CLI
- 操作指南
- CI/CD 方法
- 命令参考
- 迁移
- 参考与支持
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Syntax and options for `uip solution feeds`, which lists the publish locations available to the current user.
uip solution feeds lists solution feeds — publish locations: the tenant feed, your Personal Workspace, and folder feeds you have access to. Use a feed's name or key with uip solution publish --feed.
大纲
uip solution feeds list [--login-validity <minutes>]
uip solution feeds list [--login-validity <minutes>]
列表
List the feeds you can publish or deploy to. Personal Workspaces you're only exploring (not your own) are never listed.
选项
| 长 | 值 | 默认 | 描述 |
|---|---|---|---|
--login-validity | 分钟 | 10 | Minimum minutes before token expiration to trigger a refresh. |
示例
uip solution feeds list
uip solution feeds list
数据形状(--输出 json)
{
"Code": "SolutionFeedsList",
"Data": [
{ "Name": "Tenant", "Key": "a1b2c3d4-0000-0000-0000-000000000001", "Type": "Tenant", "IsMyPersonalWorkspace": false },
{ "Name": "alice@uipath.com", "Key": "a1b2c3d4-0000-0000-0000-000000000002", "Type": "PersonalWorkspace", "IsMyPersonalWorkspace": true },
{ "Name": "Finance", "Key": "a1b2c3d4-0000-0000-0000-000000000003", "Type": "Folder", "IsMyPersonalWorkspace": false }
]
}
{
"Code": "SolutionFeedsList",
"Data": [
{ "Name": "Tenant", "Key": "a1b2c3d4-0000-0000-0000-000000000001", "Type": "Tenant", "IsMyPersonalWorkspace": false },
{ "Name": "alice@uipath.com", "Key": "a1b2c3d4-0000-0000-0000-000000000002", "Type": "PersonalWorkspace", "IsMyPersonalWorkspace": true },
{ "Name": "Finance", "Key": "a1b2c3d4-0000-0000-0000-000000000003", "Type": "Folder", "IsMyPersonalWorkspace": false }
]
}
退出代码
请参阅共享合同的退出代码。
相关命令
uip solution publish— publish to a feed found here via--feed <name-or-key>or--personal-workspace.