Argo: How to setup argo cli on windows

Created on 14 Apr 2020  路  4Comments  路  Source: argoproj/argo

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.

help wanted wontfix

Most helpful comment

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

All 4 comments

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

Please add the instruction somewhere in the manual. thanks

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

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.

Was this page helpful?
0 / 5 - 0 ratings