step-security/Argo CD Action
GitHub action for installing/executing Argo CD cli
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command passed to the cli Reference - https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/ | no | — |
| options | Command options passed to the cli Reference - https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/ | no | — |
| version | Version of Argo CD to install - https://github.com/argoproj/argo-cd/releases | no | 3.3.2 |
| download-url | Custom URL to download the ArgoCD CLI binary from. When set, the binary is downloaded directly from this URL instead of from GitHub releases. Useful for downloading from a self-hosted ArgoCD server (e.g., https://argocd.example.com/download/argocd-linux-amd64). Note: checksum verification is skipped when using a custom download URL. The version input is still required for tool-cache keying. | no | — |
Outputs
| name | description |
|---|---|
| output | Output from the ArgoCD CLI command execution |