Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. This port installs the Argo CD CLI.
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. This port installs the Argo CD CLI.
To install argocd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install argocd
To see what files were installed by argocd, run:
port contents argocd
To later upgrade argocd, run:
sudo port selfupdate && sudo port upgrade argocd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.