UiPath Documentation
uipath-cli
latest
false
UiPath-CLI-Benutzerhandbuch
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

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.

Zusammenfassung

uip solution feeds list [--login-validity <minutes>]
uip solution feeds list [--login-validity <minutes>]

Liste

List the feeds you can publish or deploy to. Personal Workspaces you're only exploring (not your own) are never listed.

Optionen

LongWertStandardBeschreibung
--login-validityMinuten10Minimum minutes before token expiration to trigger a refresh.

Beispiele

uip solution feeds list
uip solution feeds list

Datenform (--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 }
  ]
}

Exitcodes

Siehe Austrittscodes für den gemeinsamen Vertrag.

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

Siehe auch

  • Zusammenfassung
  • Liste
  • Optionen
  • Beispiele
  • Datenform (--output json)
  • Exitcodes
  • Zugehörige Befehle
  • Siehe auch

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben