Credential-Zugriff
Reads Argo CD tokens, kubeconfig, and repository credentials.
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für argocd in AI-Agent-Workflows.
Agent-Sicherheit
argocd controls GitOps applications and live cluster deployment state.
Reads Argo CD tokens, kubeconfig, and repository credentials.
Can sync, rollback, delete, and change applications.
Can deploy Git-sourced artifacts into clusters.
Gate sync, app delete, rollback, and credential commands.
Allow app status reads; require approval for syncs, deletes, and project changes.
Installation
brew install argocdlocal Homebrew formula metadata
sudo port install argocdMacPorts ports tree · devel/argocd/Portfile · Quelle: api.github.com
sudo apk add argocdAlpine Linux edge package indexes · argocd · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#argocdnixpkgs package indexes · pkgs/by-name/ar/argocd/package.nix · Quelle: api.github.com
sudo pacman -S argocdArch Linux sync databases · argocd · Quelle: geo.mirror.pkgbuild.com
scoop install main/argocdScoop official bucket manifest trees · bucket/argocd.json · Quelle: api.github.com
winget install --id argoproj.argocd -eWindows Package Manager source index · argoproj.argocd · Quelle: cdn.winget.microsoft.com
Überblick
GitOps Continuous Delivery for Kubernetes
Verlauf
Argo CD is a declarative GitOps continuous delivery system for Kubernetes. It continuously compares application definitions stored in Git with the live cluster state and drives Kubernetes resources toward the declared desired state.
Argo CD is part of the Argo project family. The upstream README describes the project as declarative continuous delivery for Kubernetes and emphasizes version-controlled application definitions plus automated, auditable lifecycle management.
CNCF records Argo as accepted on March 26, 2020 at the Incubating maturity level and promoted to Graduated on December 6, 2022. That graduation is the official marker that Argo, including Argo CD as the best-known GitOps component, had become stable and broadly adopted in cloud-native production environments.
Argo CD adoption grew with GitOps and Kubernetes platform engineering. The upstream repository maintains an official users list with hundreds of organizations and the CNCF project page links case studies and project insights, indicating use by large enterprises, cloud-native vendors, universities, and platform teams.
Its package-manager footprint reflects that adoption: the input records Homebrew, apk, MacPorts, Nix, pacman, Scoop, and WinGet packages, which is typical for a CLI that developers run locally while operators deploy the controller in clusters.
The `argocd` CLI is used to log in to an Argo CD API server, manage application definitions, sync or inspect applications, switch contexts, and configure local client state. Official command docs show the client config path defaulting to an XDG-style `argocd/config` file and the `argocd configure` command managing local configuration.
Operationally, package users often install the CLI with Homebrew for day-to-day interaction while installing the controller via manifests or Helm in Kubernetes. The package is therefore both a workstation tool and a control-plane companion.
Argo CD is one of the packages that made `brew install argocd` feel normal for Kubernetes operators: a Go CLI with frequent releases, completions, auth material in a local config file, and tight coupling to a Kubernetes-native controller.
It also represents a modern packaging split: the formula supplies the CLI binary, while most runtime deployment happens through Kubernetes YAML or Helm charts. That split is common for cloud-native tools but still important for reproducible developer laptops and automation runners.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/configCredential-bearing paths to review before unattended agent runs.
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
argocd | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/argoproj/argo-cd
Installationsmetadaten
| Paketschlüssel | brew:argocd |
|---|---|
| Version | 3.4.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/argocd |
| Homepage | https://argoproj.github.io/cd/ |
| Repository | https://github.com/argoproj/argo-cd |
| Upstream-Dokumentation | https://argo-cd.readthedocs.io/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/argoproj/argo-cd.git |
| Zuletzt aktualisiert | 2026-07-09T18:54:40Z |
| Pulse | updated |
| Build-Abhängigkeiten | go, node, yarn |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | argocd |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
argocd
nix profile install nixpkgs#argocdargocd 3.4.1-r1
Declarative continuous deployment for Kubernetes
https://argo-cd.readthedocs.io/
sudo apk add argocdargocd-bash-completion 3.4.1-r1
Bash completions for argocd
https://argo-cd.readthedocs.io/
sudo apk add argocd-bash-completionargocd-doc 3.4.1-r1
Declarative continuous deployment for Kubernetes (documentation)
https://argo-cd.readthedocs.io/
sudo apk add argocd-docargocd-zsh-completion 3.4.1-r1
Zsh completions for argocd
https://argo-cd.readthedocs.io/
sudo apk add argocd-zsh-completionargocd 3.4.2-1
Declarative continuous deployment for Kubernetes
https://argo-cd.readthedocs.io/en/stable/
sudo pacman -S argocdargocd
sudo port install argocdmain/argocd
scoop install main/argocdargoproj.argocd
winget install --id argoproj.argocd -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.