Skip to content

ArgoCD CLI

Actions
Github Action to install ArgoCD CLI
v2
Latest
Star (13)

ArgoCD CLI GitHub Action

A GitHub Action to install the ArgoCD CLI on your workflow runners.

✨ Features

  • Multi-OS Support: Works on ubuntu-latest and macos-latest.
  • Multi-Arch Support: Automatically detects and installs amd64 or arm64 binaries.
  • Flexible Versioning: Use latest or specify an exact version.

🚀 Usage

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'

Supported Platforms

OS Architecture Status
Linux amd64, arm64 ✅ Supported
macOS amd64, arm64 ✅ Supported

🛡️ Security

This action downloads official binaries directly from the argoproj/argo-cd repository.

👤 Authors

Created and maintained by Ajeet Yadav.

ArgoCD CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Action to install ArgoCD CLI
v2
Latest

ArgoCD CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.