Support Questions

Find answers, ask questions, and share your expertise

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!