argocd

GitOps Continuous Delivery for Kubernetes

brewmacoslinux
Try with needOr install directly
Source

About

GitOps Continuous Delivery for Kubernetes

Commands

argocd

Examples

Login to ArgoCD server$ argocd login <ARGOCD_SERVER>
Create a new application from a Git repository$ argocd app create my-app --repo https://github.com/example/repo --path ./ --dest-server https://kubernetes.default.svc --dest-namespace default
Sync an application to deploy latest changes$ argocd app sync my-app