logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Argo CD - Manage Applications | Online Free DevTools by Hexmos

Control Argo CD applications with this command line interface. Manage deployments, monitor application health, and automate software delivery pipelines. Free online tool, no registration required.

argocd

Interface to control an Argo CD server. Some subcommands such as app have their own usage documentation. More information: https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/.

  • Login to Argo CD server:

argocd login --insecure --username {{user}} --password {{password}} {{argocd_server:port}}

  • List applications:

argocd app list

See Also