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
apphave 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