UiPath Documentation
uipath-cli
latest
false
UiPath CLI user guide

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.

Synopsis

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.

Options

LongValueDefaultDescription
--login-validityminutes10Minimum minutes before token expiration to trigger a refresh.

Examples

uip solution feeds list
uip solution feeds list

Data shape (--output 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 }
  ]
}

Exit codes

See Exit codes for the shared contract.

  • uip solution publish — publish to a feed found here via --feed <name-or-key> or --personal-workspace.

See also

  • Synopsis
  • 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