Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is there an api call to download HDC CLI tar file?

avatar
Rising Star

I could download HDC CLI tar/tgz file from HDC UI. Is there a corresponding api call or command to do the same once controller is up?

1 ACCEPTED SOLUTION

avatar
Super Collaborator
2 REPLIES 2

avatar
Super Collaborator

Hi,

You can download the CLI like this:

curl -kL https://ec2-34-251-140-175.eu-west-1.compute.amazonaws.com/hdc-cli_$(uname)_x86_64.tgz | tar -xz

Here is an article about this: HDCloud using the HDC cli

avatar
Rising Star

thankyou @khorvath!