News

I found that using named pipes for communication is a great feature. Compared to using host:port, it is more stable, does not occupy system port resources, and avoids port conflict issues. However, I ...
Current ArgoCD CLI ENV VARs doc page is outdated and missing ENV variables which are available in the code. At least ARGOCD_CONFIG_DIR is one of them. I'm managing multiple ArgoCDs for different ...