- Add argocd CLI to Brewfile - Create argocd.yaml for ArgoCD self-management (manual sync) - Create apps.yaml app-of-apps root (auto-sync for Application resources) - Convert tailscale-operator to kustomize - Update READMEs with bootstrap steps and ArgoCD CLI commands - Change all workload Applications to manual sync policy App-of-apps auto-syncs to pick up new Application manifests, but child apps require manual sync for actual workload deployments. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
276 B
Ruby
5 lines
276 B
Ruby
# CLI tools for blumeops management
|
|
brew "argocd" # ArgoCD CLI for GitOps management
|
|
brew "bat" # Syntax-highlighted file concatenation
|
|
brew "tea" # Gitea/Forgejo CLI for forge.tail8d86e.ts.net
|
|
brew "podman" # Container CLI (uses VM on macOS, for building/pushing images)
|