cloudbear/api-argocd

v1.1.1 2025-09-10 10:19 UTC

This package is auto-updated.

Last update: 2025-09-10 08:19:46 UTC


README

Partially implemented API for ArgoCD. Contributions are welcome!

Getting Started

You need either a token, or your username & password for ArgoCD.

$client = \Cloudbear\ArgoCD\Client::fromLogin($username, $password, 'https://argocd.example.com');

$client->applications()->list(); //-> \Cloudbear\ArgoCD\Models\Applications\Applications