A. Job, Run, Deploy, Delete, Analyze.
B. Asset Job, Package, Test, Help, Version.
C. Analyze, Delete, Deploy, Pack.
D. Run, Test, Deploy, Pack, Help, Version.
Explanation:
The UiPath CLI supports several tasks useful for building CI/CD pipelines, including:
- Run C to execute workflows
- Test C to run test cases
- Deploy C to publish packages
- Pack C to create NuGet packages
- Help and Version C for CLI assistance and version info
These tasks help integrate UiPath automation into automated build and deployment workflows.