A powerful Visual Studio Code extension that brings ArgoCD GitOps workflows directly into your editor. Manage applications, clusters, repositories, and templates without leaving VS Code.
- ArgoCD CLI installed and in your PATH (Install Guide)
- VS Code 1.105.0 or later
- ArgoCD server instance
Search for "GitOps Tools for ArgoCD" in the VS Code Extensions Marketplace or install from .vsix file:
code --install-extension argocd-gitops-0.0.x.vsix- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(macOS) - Type "ArgoCD: Add Connection"
- Enter your ArgoCD server URL and credentials
- Start managing your applications!
- Smart YAML Detection — CodeLens actions for ArgoCD resources with one-click deployment
- Application Management — Create, sync, refresh, and delete applications
- Template Library — Build and reuse application configurations
- Multi-Connection Support — Work with multiple ArgoCD servers
- Real-Time Updates — Auto-refresh with configurable intervals
- Cluster & Repository Management — Monitor infrastructure and add resources
Quick access to common commands via Command Palette (Ctrl+Shift+P):
ArgoCD: Add Connection— Configure ArgoCD serverArgoCD: Add Repository— Add a repository in ArgoCDArgoCD: Create ArgoCD Application from template— Deploy from TemplateArgoCD: Refresh Applications— Sync application listArgoCD: Show Output— View extension logs
For comprehensive guides and detailed information:
- Getting Started — Installation, setup, and configuration
- Features — Detailed feature guides
- Full command reference - See Command Details and Usage Examples
- Settings — Configuration options
- Troubleshooting — Common issues and fixes
MIT License - see LICENSE for details.
Contributions welcome! See CONTRIBUTING.md for guidelines.