Uipath.quickstart

Agent workflow for UiPath CLI package deployment with non-interactive credentials.

javimosch e65ac22 999 B Updated

File contents

uipath Quickstart

Use this skill when automating UiPath package deployment tasks in CI/CD.

1) Learn and install

supercli plugins learn uipath
supercli plugins install ./plugins/uipath --json

2) Validate setup

supercli uipath cli version

3) Deploy with wrapper command

supercli uipath package deploy \
  --path ./dist/my-automation \
  --application-id "$UIPATH_APP_ID" \
  --application-secret "$UIPATH_APP_SECRET" \
  --account-for-app "$UIPATH_ORG" \
  --organization "$UIPATH_ORG" \
  --tenant "$UIPATH_TENANT" \
  --uri "$UIPATH_URI"

4) Use passthrough for full CLI coverage

supercli uipath package pack ./project
supercli uipath orchestrator folders list

5) Caveats

  • Prefer environment-injected secrets in automation contexts.
  • Use passthrough whenever a command or flag is not wrapped.

javimosch/supercli/tree/main/plugins/uipath/skills/quickstart commit e65ac22aa0

Frequently asked questions

npx skillmds@latest add javimosch/uipath-quickstart