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
- 8a5153f [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- a92d580 [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- ea60f5c [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- 4b370c7 [I-18] Improve image tag & upgrade to 1.18 (#19)
- Hakan [email protected]
- 0b0e601 - fix lints
- Hakan [email protected]