UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Letzte Aktualisierung 7. Mai 2026

uip vss add

uip vss add registers a process (or, eventually, a connection) in the current vertical solution. It rewrites vss.json to include the new entry. The optional positional [path] selects which project directory to add; it defaults to the current working directory.

Synopsis

uip vss add <type> [path]
uip vss add <type> [path]
  • <type>process or connection.
  • [path] — Project directory. Defaults to the current directory.

Optionen

add takes no options beyond --help.

Beispiele

# Add a process from the current directory
uip vss add process

# Add a process from an explicit path
uip vss add process ./processes/onboarding
# Add a process from the current directory
uip vss add process

# Add a process from an explicit path
uip vss add process ./processes/onboarding

Data shape (--output json)

{
  "Code": "ProcessesAdded",
  "Data": {
    "Status": "1 processes added successfully",
    "Path": "/Users/alice/my-app"
  }
}
{
  "Code": "ProcessesAdded",
  "Data": {
    "Status": "1 processes added successfully",
    "Path": "/Users/alice/my-app"
  }
}
Hinweis:

connection is not yet implemented. Running uip vss add connection fails with Failure: "Connections are not supported yet". Use process for now.

Siehe auch

  • Synopsis
  • Optionen
  • Beispiele
  • Data shape (--output json)
  • Related
  • 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