Build an image contain Uipath CLI

Hi Guys
I had a question is i want to build a docker image contain UiPath cli dependency and i in dockerfile, i use this comman to build:
curl -sL “https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli-linux-amd64.tar.gz” | tar -xzv && \
mv UiPath /usr/local/bin/ &&
but when i test them, UiPath is not there
any idea how can i do that?

@JamesYang

Welcome to the community

Please check this guide

Cheers

1 Like

Hi @Anil_G My questions is more like how to install UiPath CLI in docker images.
I try sample solutions in GH but not working yet
Cheers

@JamesYang

Detailed description on installation

https://docs.uipath.com/robot/standalone/2023.4/user-guide/linux-robots

Cheers

@Anil_G Hi There
Thanks for ur help and any other docs refer to build our own image which include UiPath cli?
not use the official UiPath docker images.

@JamesYang

As its a licensed product…I dont think you would have a chance to build your own image…

Cheers

Hi @Anil_G
When i testing UiPath CLI, i want to automation execute a UiPath processes via CLI, is there any idea how i can do that? I was try to explore about UiPath orchestrator xxx but did not found the one that i want.
Or you have more docs that can help me learn UiPath cli.
Thanks in advance

cheers
James

@JamesYang

Why you want to trigger UiPath through cli?

Any use case?

Here is a doc to help you trigger processes theough cli

https://docs.uipath.com/robot/standalone/2022.10/user-guide/command-line-interface

Cheers

Hi @Anil_G
we want to automation the testing process so that’s why we want to use cli to trigger processes.
you have other latest docs about cli as this one is a litter old though.

cheers
YiFan

@JamesYang

This is the latest

https://docs.uipath.com/robot/standalone/2023.10/user-guide/command-line-interface

Cheers