UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

最終更新日時 2026年5月7日

uip or feeds

uip or feeds lists the package feeds (NuGet-style repositories) that the current user can access. Feed IDs are used with packages verbs (for example, packages list --feed-id …) to target a specific feed.

Synopsis

uip or feeds <verb> [options]
uip or feeds <verb> [options]

Verbs

Verb目的
listList package feeds accessible to the current user.

uip or feeds list

List available package feeds. Returns feed ID, name, type, and URL.

オプション

Short長押し値 (Value)既定 (Default)説明
-t--tenantnamesession defaultOverride the tenant.

uip or feeds list
uip or feeds list --output-filter 'Data[].Id'
uip or feeds list --output table
uip or feeds list
uip or feeds list --output-filter 'Data[].Id'
uip or feeds list --output table

Data shape (--output json)

{
  "Code": "FeedList",
  "Data": [
    {
      "Id": "a1b2c3d4-0000-0000-0000-000000000001",
      "Name": "Tenant Processes",
      "FeedType": "Processes",
      "FeedUrl": "https://example.com/nuget/processes"
    },
    {
      "Id": "a1b2c3d4-0000-0000-0000-000000000002",
      "Name": "Tenant Libraries",
      "FeedType": "Libraries",
      "FeedUrl": "https://example.com/nuget/libraries"
    }
  ]
}
{
  "Code": "FeedList",
  "Data": [
    {
      "Id": "a1b2c3d4-0000-0000-0000-000000000001",
      "Name": "Tenant Processes",
      "FeedType": "Processes",
      "FeedUrl": "https://example.com/nuget/processes"
    },
    {
      "Id": "a1b2c3d4-0000-0000-0000-000000000002",
      "Name": "Tenant Libraries",
      "FeedType": "Libraries",
      "FeedUrl": "https://example.com/nuget/libraries"
    }
  ]
}

終了コード

See Exit codes. No verb-specific overrides.

  • uip or packages — every package verb accepts --feed-id to target a specific feed.

参照

  • Synopsis
  • Verbs
  • uip or feeds list
  • オプション
  • Data shape (--output json)
  • 終了コード
  • Related commands
  • 参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得