A GitHub Action to install the ArgoCD CLI on your workflow runners.
- Multi-OS Support: Works on
ubuntu-latestandmacos-latest. - Multi-Arch Support: Automatically detects and installs
amd64orarm64binaries. - Flexible Versioning: Use
latestor specify an exact version.
Add the following step to your GitHub Action workflow:
- name: Setup ArgoCD CLI
uses: imajeetyadav/argocd-cli@v2
with:
version: v2.10.4 # optional, default is 'latest'| OS | Architecture | Status |
|---|---|---|
| Linux | amd64, arm64 |
✅ Supported |
| macOS | amd64, arm64 |
✅ Supported |
This action downloads official binaries directly from the argoproj/argo-cd repository.
Created and maintained by Ajeet Yadav.