argocd-cli

Install and configure ArgoCD on Kubernetes clusters using Helm.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill argocd-cli-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argocd-cli
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/argocd-cli
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill argocd-cli-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the installation, bootstrapping, and day-to-day management of ArgoCD, enabling efficient GitOps workflows for Kubernetes application deployments.

Core Features & Use Cases

  • ArgoCD Installation: Automates the deployment of ArgoCD onto an AKS cluster using Helm.
  • GitOps Bootstrap: Facilitates the setup of the app-of-apps pattern for managing multiple applications.
  • Application Management: Provides commands for syncing, diffing, and verifying the status of ArgoCD applications.
  • Use Case: Deploying a new microservice using GitOps involves installing ArgoCD, configuring it to watch a Git repository, and then defining the application manifests within that repository. This Skill guides you through each of these steps.

Quick Start

Install ArgoCD on your AKS cluster using the provided Helm chart and default values.

Frequently Asked Questions about argocd-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install ArgoCD on Kubernetes using Helm for GitOps workflows?

To install ArgoCD on Kubernetes using Helm, this Skill automates the deployment process onto an AKS cluster using the provided Helm chart and default values, establishing your GitOps workflows foundation.

What is the app-of-apps pattern in ArgoCD and how do I bootstrap it?

The app-of-apps pattern in ArgoCD manages multiple applications from a single parent application. This Skill facilitates bootstrapping this pattern, allowing you to efficiently manage multiple application lifecycles within your Git repository.

Can I manage day-2 operations like syncing and verifying status for ArgoCD applications?

Yes, you can manage day-2 operations for ArgoCD applications. This Skill provides dedicated commands for syncing, diffing, and verifying the status of your ArgoCD applications throughout their lifecycle.

How do I configure Git credentials in ArgoCD to watch a repository?

Configuring Git credentials in ArgoCD allows the system to watch your repository for manifest changes. This Skill guides you through credential configuration to link ArgoCD with your Git source.

Does this ArgoCD installation method work with AKS clusters specifically?

Yes, this ArgoCD installation method is designed for AKS clusters. The Skill automates the deployment of ArgoCD onto an AKS cluster using Helm, ensuring compatibility with your Azure Kubernetes Service environment.