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

How to setup argo cli on windows #2683

Closed
lueenavarro opened this issue Apr 14, 2020 · 6 comments
Closed

How to setup argo cli on windows #2683

lueenavarro opened this issue Apr 14, 2020 · 6 comments

Comments

@lueenavarro
Copy link
Contributor

I see that there is a file ( argo-windows-amd64 ) for the windows cli here https://github.com/argoproj/argo/release but I cannot find any instruction on how to set it up on windows.

@lueenavarro
Copy link
Contributor Author

Hi for those wondering, here is how to do it:

  1. Rename the argo-windows-amd64 to argo.exe
  2. Place it in a folder (eg. C:\argo-cli)
  3. Open the environment variables setting and add the folder under System Variables > PATH
  4. To test, open cmd and type argo version

@lueenavarro
Copy link
Contributor Author

Please add the instruction somewhere in the manual. thanks

@alexec
Copy link
Contributor

alexec commented Apr 14, 2020

The core team does not use Windows, so it'd be great if you could share what works for you.

@stale
Copy link

stale bot commented Jul 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 1, 2020
@stale stale bot closed this as completed Jul 8, 2020
@medianick
Copy link

For what it's worth, I placed the downloaded, renamed argo.exe into my C:\ProgramData\chocolatey\bin folder -- since it was already in the PATH, and in an ideal world I'd have it installed through Chocolatey (which has only an old version) -- and that let me avoid another folder and addition to the PATH. Works beautifully, thanks to @lueenavarro's tip.

@jstarman
Copy link

Update: the windows .exe is now packaged in a .gz and will need to be extracted via 7-zip or similar. Then follow above.

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