Skip to content

Release v1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 10:16
· 1 commit to master since this release

Installation

You can use go to build ArgoCD Actions locally with:

go install github.com/omegion/argocd-actions@latest

Or, you can use the usual commands to install or upgrade:

On OS X

sudo curl -fL https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-darwin-amd64 -o /usr/local/bin/argocd-actions \
&& sudo chmod +x /usr/local/bin/argocd-actions

On Linux

sudo curl -fL https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-linux-amd64 -o /usr/local/bin/argocd-actions \
&& sudo chmod +x /usr/local/bin/argocd-actions

On Windows (Powershell)

Invoke-WebRequest -Uri https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\argocd-actions.exe

Otherwise, download one of the releases from the release page
directly.

See the installation docs for more install options and instructions.

Changelog