목록으로
설명
Argo CD CLI로 Kubernetes GitOps 지속적 배포를 관리합니다. argocd app create/sync로 Git 저장소의 매니페스트를 클러스터에 자동 동기화하고, 롤백, 헬스 체크, RBAC 정책을 관리합니다.
인증 방식
API 키 필요
CORS 지원
미지원 (프록시 필요)
가격
무료
태그
CLIArgoCDGitOpsKubernetesCD
사용 예시
curl -s "brew install argocd?serviceKey=YOUR_API_KEY"
코드 예시
curl -s \ -H "Authorization: Bearer YOUR_API_KEY" \ "brew install argocd"
API Playground
실제 API를 브라우저에서 바로 테스트해보세요