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
- Host: GitHub
- URL: https://github.com/imajeetyadav/argocd-cli
- Owner: imajeetyadav
- License: mit
- Created: 2023-01-23T05:44:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T07:31:30.000Z (about 3 years ago)
- Last Synced: 2025-04-12T22:36:08.437Z (about 1 year ago)
- Topics: argocd, cli, github-actions
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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)