凭据访问
Reads Argo CD tokens, kubeconfig, and repository credentials.
代理安全
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.
安装
brew install argocdlocal Homebrew formula metadata
sudo port install argocdMacPorts ports tree · devel/argocd/Portfile · 来源: api.github.com
sudo apk add argocdAlpine Linux edge package indexes · argocd · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#argocdnixpkgs package indexes · pkgs/by-name/ar/argocd/package.nix · 来源: api.github.com
sudo pacman -S argocdArch Linux sync databases · argocd · 来源: geo.mirror.pkgbuild.com
scoop install main/argocdScoop official bucket manifest trees · bucket/argocd.json · 来源: api.github.com
winget install --id argoproj.argocd -eWindows Package Manager source index · argoproj.argocd · 来源: cdn.winget.microsoft.com
概览
GitOps Continuous Delivery for Kubernetes
历史
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.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
argocd | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/argoproj/argo-cd
安装元数据
| 软件包键 | brew:argocd |
|---|---|
| 版本 | 3.4.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/argocd |
| 主页 | https://argoproj.github.io/cd/ |
| 仓库 | https://github.com/argoproj/argo-cd |
| 上游文档 | https://argo-cd.readthedocs.io/ |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/argoproj/argo-cd.git |
| 最后更新 | 2026-07-09T18:54:40Z |
| Pulse | updated |
| 构建依赖 | go, node, yarn |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.