{"id":28229113,"url":"https://github.com/bonddim/azure-devops-extension-argocd-cli","last_synced_at":"2026-01-02T23:22:22.124Z","repository":{"id":277503717,"uuid":"932625010","full_name":"bonddim/azure-devops-extension-argocd-cli","owner":"bonddim","description":"Argo CD task for Azure DevOps Pipelines","archived":false,"fork":false,"pushed_at":"2025-05-10T20:17:50.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T15:13:38.678Z","etag":null,"topics":["azure-devops","azure-devops-extension","azure-devops-pipelines","azure-pipelines-task"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonddim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-14T08:16:59.000Z","updated_at":"2025-05-10T20:17:52.000Z","dependencies_parsed_at":"2025-02-14T09:27:57.897Z","dependency_job_id":"4fe736fb-4fb8-45d2-ad86-eedb915e37fb","html_url":"https://github.com/bonddim/azure-devops-extension-argocd-cli","commit_stats":null,"previous_names":["bonddim/argocd-azure-devops-task","bonddim/azure-devops-extension-argocd-cli"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonddim%2Fazure-devops-extension-argocd-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonddim%2Fazure-devops-extension-argocd-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonddim%2Fazure-devops-extension-argocd-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonddim%2Fazure-devops-extension-argocd-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonddim","download_url":"https://codeload.github.com/bonddim/azure-devops-extension-argocd-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonddim%2Fazure-devops-extension-argocd-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259092584,"owners_count":22804041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-devops","azure-devops-extension","azure-devops-pipelines","azure-pipelines-task"],"created_at":"2025-05-18T15:13:38.704Z","updated_at":"2026-01-02T23:22:22.063Z","avatar_url":"https://github.com/bonddim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argo CD CLI Installer Task for Azure DevOps\n\nThis extension installs the [Argo CD CLI](https://argo-cd.readthedocs.io/en/stable/) on an Azure DevOps agent.\nIt automates the installation process and configures the environment for seamless integration with your pipeline.\n\n## Features\n\n- Installs the latest [released](https://github.com/argoproj/argo-cd/releases) version by default.\n- Supports Linux, MacOS, and Windows agents.\n- Adds **Argo CD Server** service connection to securely store credentials.\n- Sets **ARGOCD_SERVER** and **ARGOCD_AUTH_TOKEN** environment variables from the provided service connection.\n- Optionally sets the **ARGOCD_OPTS** variable for extra configuration.\n\n## Installation\n\nInstall the extension from the [Azure DevOps Marketplace](https://marketplace.visualstudio.com/items/bonddim.argocd-installer).\n\n## Usage\n\n### Install Latest Version\n\nUse this configuration to install the latest released version:\n\n```yaml\n- task: ArgoCDInstaller@0\n# or\n- task: ArgoCDInstaller@0\n  inputs:\n    version: latest\n```\n\n### Install specific version\n\nTo install a specific version of Argo CD CLI, specify the desired version\n\n```yaml\n- task: ArgoCDInstaller@0\n  inputs:\n    version: v2.14.2\n```\n\n### Install server version\n\nThis option installs the version matching your server and also sets `ARGOCD_OPTS=\"--grpc-web\"`.\n\n```yaml\n- task: ArgoCDInstaller@0\n  inputs:\n    connection: ServiceConnectionName or ServiceConnectionID\n    version: server\n    options: --grpc-web\n```\n\n## Contributing\n\nContributions are welcome! Please review our contributing guidelines before submitting a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Additional Information\n\nFor detailed documentation, FAQs, or troubleshooting tips, please refer to the [Argo CD documentation](https://argo-cd.readthedocs.io/en/stable/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonddim%2Fazure-devops-extension-argocd-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonddim%2Fazure-devops-extension-argocd-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonddim%2Fazure-devops-extension-argocd-cli/lists"}