UiPath Documentation
uipath-cli
latest
false
UiPath CLI user guide

uip or feeds

Syntax and options for `uip or feeds`, which lists the package feeds accessible to the current user.

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

VerbPurpose
listList package feeds accessible to the current user.

uip or feeds list

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

Options

ShortLongValueDefaultDescription

Examples

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"
    }
  ]
}

Exit codes

See Exit codes. No verb-specific overrides.

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

See also

  • Synopsis
  • Verbs
  • uip or feeds list
  • Options
  • Examples
  • Data shape (--output json)
  • Exit codes
  • Related commands
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated