Pratiksha Dhotreargo-cd-project.hashnode.dev·Oct 7, 2024Introduction to ArgoCD CLIprerequisite: machine should be mac, ubuntu, Linux Brew should be installed Install argoCD CLI brew install argocd cheetsheet for argo CD cmds https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/ add application using CLI ...argocd cli
Gopal Guptadevopswithgopal.hashnode.dev·Jun 15, 2023How to configure ArgoCD UI and CLIWhat is ArgoCD? Argo CD is an open-source GitOps continuous delivery tool. It monitors your cluster and your declaratively-defined infrastructure stored in a Git repository and resolves differences between the two effectively automating application d...1.1K readsArgoCD