-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Problem
When using uipath publish or uipath deploy in CI/CD pipelines, there is no way to target a specific subfolder for publishing.
Expected behavior
Support specifying a folder path (including subfolders) when publishing:
# example by folder path
uipath publish --folder-path "Production/Finance/Claims"
# or via environment variable (already defined in the SDK but not wired into publish)
export UIPATH_FOLDER_PATH="Production/Finance/Claims"
uipath deployPotentially related issues
- Use new Orchestrator API to exchange FQN for folderKey #440 — Use new Orchestrator API to exchange FQN for folderKey
- Validate that folder identifiers are provided for all folder scoped platform services #982 — Validate folder identifiers for folder-scoped platform services
- Add folder path support for queues #1018 — Add folder path support for queues
- Expand SDK with Platform Management & Operational Capabilities for Coded Automations #595 — Expand SDK with Platform Management & Operational Capabilities
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels