A Visual Studio Code extension that provides integration with ArgoCD, allowing you to manage and monitor your ArgoCD applications directly from your IDE.
Features
View all ArgoCD applications grouped by projects
Monitor application health and sync status
Sync applications with one click
Detailed application information view
Quick access to application resources and configurations
Manage multiple ArgoCD instances
Requirements
ArgoCD server URL
ArgoCD authentication token
Installation
Install the extension from VS Code Marketplace
Configure your ArgoCD instance connection settings
Configuration
Adding a New ArgoCD Instance
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
Type "ArgoCD: Add Instance"
Enter the following details:
Instance Name (unique identifier)
Server URL (e.g., https://your-argocd-server)
Authentication Token
OR
Click on + symbol next to Instances menu
Enter the following details on prompt:
Instance Name (unique identifier)
Server URL (e.g., https://your-argocd-server)
Authentication Token
Removing an ArgoCD Instance
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
Type "ArgoCD: Remove Instance"
Select the instance you want to remove from the dropdown
Confirm removal when prompted
OR
Click on trash icon next to your instance.
Confirm removal when prompted
Manual Configuration
Alternatively, configure instances in VS Code settings: