An open API service indexing awesome lists of open source software.

https://github.com/imajeetyadav/argocd-cli

:gear: Github Action to install ArgoCD CLI
https://github.com/imajeetyadav/argocd-cli

argocd cli github-actions

Last synced: about 1 year ago
JSON representation

:gear: Github Action to install ArgoCD CLI

Awesome Lists containing this project

README

          

# ArgoCD CLI
Github Action to install ArgoCD CLI

## Usage
To use this action, add the following step to your GitHub Action workflow:

### Select desired version from https://github.com/argoproj/argo-cd/releases

```yaml
- name: Setup ArgoCD CLI
uses: imajeetyadav/argocd-cli@v1
with:
version: v2.5.7 # optional
```

## Authors

Created and maintained by [Ajeet Yadav](https://github.com/imAjeetYadav)