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

RFE: support/argo/Makefile install argo should install argocli #4

Open
agardnerIT opened this issue Apr 3, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@agardnerIT
Copy link

agardnerIT commented Apr 3, 2023

Problem statement.
Assuming the purpose of using make ... is to hide the complexity and use the "magic" of make so that things just work for novice users...

I run make install in the argo folder and expect it to install everything I need (inc. the CLI).

Impact
If I do not already have argo cli installed, make argo-configure-cli will fail.
Describe the solution you'd like

curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/download/${ARGO_VERSION}/argocd-linux-amd64
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
rm argocd-linux-amd64
@agardnerIT agardnerIT added the enhancement New feature or request label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant