Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Installation documentation missing #1546

Closed
zmunro opened this issue Aug 12, 2019 · 4 comments
Closed

CLI Installation documentation missing #1546

zmunro opened this issue Aug 12, 2019 · 4 comments

Comments

@zmunro
Copy link

zmunro commented Aug 12, 2019

Why is there no documentation on how to install the argo CLI? I need a way to kick off argo jobs on GKE but can't find any documentation on how to install the CLI.

@xianlubird
Copy link
Member

You can download binary from release pages

@zmunro
Copy link
Author

zmunro commented Aug 16, 2019

Or ya know, they could just put these two damn lines somewhere convenient:

curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.2.1/argo-linux-amd64
chmod +x /usr/local/bin/argo

You have to do more than just "Download the binary", it needs to go in a place in your PATH, it needs to be made into an executable, it needs to be renamed to "argo" if you want to run it with the argo command. But thanks for your wonderfully insightful tip

@aviweit
Copy link
Contributor

aviweit commented Aug 18, 2019

Hello,
I think it would be helpful to add to https://github.com/argoproj/argo/blob/master/demo.md which contains installation instructions - a subsection for installing the CLI similar to what @zmunro suggests (replacing to v2.3.0). I confirm this to be working in my environment.

Another option I think would be to add https://github.com/argoproj/argo/releases/latest at Quick Start section - CLI installation instructions.

Thanks.

@alexec
Copy link
Contributor

alexec commented Apr 24, 2020

We now list the download options in the release notes. Please re-open if still an issue.

@alexec alexec closed this as completed Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants