UiPath Documentation
uipath-cli
latest
false
UiPath CLI 用户指南
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

uip solution feeds

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分钟10Minimum 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.

另请参阅

  • 大纲
  • 列表
  • 选项
  • 示例
  • 数据形状(--输出 json)
  • 退出代码
  • 相关命令
  • 另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新