argocd-autopilot

Opinionated installer for Argo CD and GitOps repository management

brewmacoslinux
Try with needOr install directly
Source

About

Opinionated way of installing Argo CD and managing GitOps repositories

Commands

argocd-autopilot

Examples

Install Argo CD on a Kubernetes cluster$ argocd-autopilot repo create my-repo --repo https://github.com/myorg/my-repo
Create a new application within GitOps repository$ argocd-autopilot app create my-app --repo https://github.com/myorg/my-repo
Install Argo CD with default configuration$ argocd-autopilot install