uipath-cli
latest
false
UiPath CLI user guide
- Overview
- Get started
- Concepts
- Using UiPath CLI
- How-to guides
- CI/CD recipes
- Command reference
- Overview
- Exit codes
- Global options
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- create-project
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-library-object-repository
- get-object-repository
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- pack
- publish
- remote
- restore
- run, debug & execution
- run-file
- search-templates
- start-studio
- stop-execution
- tm
- uia
- uip tasks
- uip traces
- uip traces feedback
- Migration
- Reference & support
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
List the feeds you can publish or deploy to. Personal Workspaces you're only exploring (not your own) are never listed.
Options
| Long | Value | Default | Description |
|---|---|---|---|
--login-validity | minutes | 10 | Minimum 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.
Related commands
uip solution publish— publish to a feed found here via--feed <name-or-key>or--personal-workspace.
See also
- Global options and Exit codes — contracts shared by every verb.